Hello, I followed the installation instructions and am getting the following errors: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/.rafferty/lunacy8m/gadgetmadness.com/ad_network.php on line 7 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/.rafferty/lunacy8m/gadgetmadness.com/ad_network.php on line 9 Parse error: parse error, unexpected T_IF in /home/.rafferty/lunacy8m/gadgetmadness.com/ad_network.php on line 10 I am using Movable Type 2.663. Please help, and thanks! http://www.gadgetmadness.com
No, I changed the background color. I took the include off my index but you can still see the errors here: http://www.gadgetmadness.com/ad_network.php Let me try the default and see if that makes a difference.
You are running PHP 4.3.10, so your system shouldn't even need the file_get_contents function. Try deleting this from your script: if (!function_exists('file_get_contents')) { function file_get_contents($url) { $handle = fopen($url, 'r'); $string = fread($handle, 4096000); fclose($handle); return $string; } } PHP:
It's working, thanks alot for your help. Normally I would be to embarrased to post this, but in the process of going 100% windows free and using TextEditor on my Powerbook I failed to force plain text for the file format. The file was being saved as rich text; forcing plain text fixed the problem I was having. So sorry to waste your time - thank you so much for your help!