Xepher.Net Forums

Xepher.net => Technical Support => Topic started by: cyyeun on March 11, 2007, 02:28:21 PM

Title: News problem
Post by: cyyeun on March 11, 2007, 02:28:21 PM
Hello Xepher,

There is something wrong with my news include, giving me some wierd error like URL file access disable and something.. It works fine until yesterday. I use it to show updates on my site.

http://cyyeun.xepher.net/updates.php

Please help.  ^^;;
Title: News problem
Post by: Xepher on March 11, 2007, 07:38:13 PM
Fixed... they changed the default to not allow url_fopen_include() in the new php version. There's a new setting I had to add to the config file to make it work.
Title: News problem
Post by: cyyeun on March 12, 2007, 01:19:07 AM
It works now. Thanks a lot, Xepher! ^^
Title: Re: News problem
Post by: cyyeun on November 12, 2007, 05:23:21 PM
Hello Xepher,

The 'url_fopen_include()' is disabled again. Please help. ^^;
Title: Re: News problem
Post by: Xepher on November 13, 2007, 07:02:25 AM
Okay, I've turned them back on, but just to let you know, that's a big security problem a lot of times. Most of the PHP exploits involve the fopen stuff. But I'm confident of my security partitioning, so let's leave it at "you can't say I didn't warn you." :-)
Title: Re: News problem
Post by: cyyeun on November 13, 2007, 07:59:13 AM
Thanks. Looks like i have to find an alternative script that doesn't use fopen. ^^;