[BlueOnyx:11887] Re: PHP include files

2013-01-03 Thread Steven Howes
On 2 Jan 2013, at 17:50, Larry Smith wrote: His index.php file has: ?php include '/includes/footer.php'; ? Surely it should be 'includes/footer.php' unless you let customers upload to the root of your filesystem?... Remove the leading slash and I suspect it will work. S

[BlueOnyx:11888] Re: Varnish Cache

2013-01-03 Thread Steven Howes
On 2 Jan 2013, at 20:43, Chris Gebhardt - VIRTBIZ Internet wrote: On the same token, I really try not to miss an opportunity to keep my mouth shut in order to avoid looking like an idiot! Better to remain silent and be thought a fool than to speak out and remove all doubt. Certainly wise

[BlueOnyx:11890] Re: PHP include files

2013-01-03 Thread Jim Matysek
Here's how we handle includes. The issue is that you'd like to include something like a footer file using the same line of code on any page, even though your pages are in different sub-directories. So you don't want to have to include footer.php on one page and ../footer.php on another page.

[BlueOnyx:11892] email fowarding

2013-01-03 Thread Joseph Chambers
Hello, First and foremost; thanks for taking the time to read this. I have a domain with multiple aliases. ( www.timekeeperforum.com ) However; even though I have email forwarding set-up; emails seem to be forwarded to me and not the email that I have it set-up to be forwarded too. Please

[BlueOnyx:11893] Re: Need to remove a rejected IP

2013-01-03 Thread Ken - Precision Web Hosting, Inc
- Original Message - From: Richard Barker ad...@probass.com To: BlueOnyx General Mailing List blueo...@blueonyx.it Sent: Thursday, January 03, 2013 1:28 PM Subject: [BlueOnyx:11891] Need to remove a rejected IP I used this command to block an attacker route add -net x.x.x.x netmask

[BlueOnyx:11894] Re: Need to remove a rejected IP

2013-01-03 Thread Richard Barker
Thanks Ken I have already done that and it still remains This is on my master node so rebooting really is not an option. RC -- +-+ Richard C. Barker Sr. CEO President 1-800-510-3139 ProBass Networks Inc. http://www.probassnetworks.net

[BlueOnyx:11895] Re: Need to remove a rejected IP

2013-01-03 Thread Ken - Precision Web Hosting, Inc
- Original Message - From: Richard Barker ad...@probass.com To: BlueOnyx General Mailing List blueo...@blueonyx.it Sent: Thursday, January 03, 2013 1:28 PM Subject: [BlueOnyx:11891] Need to remove a rejected IP I used this command to block an attacker route add -net x.x.x.x netmask

[BlueOnyx:11896] Re: Need to remove a rejected IP

2013-01-03 Thread George F. Nemeyer
On Thu, 3 Jan 2013, Richard Barker wrote: I used this command to block an attacker route add -net x.x.x.x netmask 255.255.255.255 reject if I do a netstat -nrl I get this x.x.x.x - 255.255.255.255 !H- - - - How do I get it removed ? I've found different