First I want to say great job on the hack, I really appreciate the time and effort that went into this. And next, on to the bad stuff
I kept getting '
Error: File Not Found at http:/.... even though I could paste the address in my address bar and load the file up perfectly.
I took the error suppression off file_get_contents and its returning a 404 which I can't seem to figure out why. I tried manually adding 'OK' headers to the page using the header() function, but I still recieved the same message. And just to elimiate the fact that it had to do with fopen wrappers or whatnot I tried to grab an rss feed from a file on the same server, but different account and it worked perfectly.
I've screwed with this for about 4 hours now and i've tried everything that I'm aware of to try, anyone else have any idea what might be causing the problem?
Cheers -Justin