Author Topic: News problem  (Read 7660 times)

0 Members and 1 Guest are viewing this topic.

cyyeun

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Cyyeun Studio
News problem
« 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.  ^^;;
Cyyeun is here!

Xepher

  • Techsmith
  • Administrator
  • *****
  • Posts: 4,334
  • Illegitimis non carborundum!
    • View Profile
    • Xepher.net
News problem
« Reply #1 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.

cyyeun

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Cyyeun Studio
News problem
« Reply #2 on: March 12, 2007, 01:19:07 am »
It works now. Thanks a lot, Xepher! ^^
Cyyeun is here!

cyyeun

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Cyyeun Studio
Re: News problem
« Reply #3 on: November 12, 2007, 05:23:21 pm »
Hello Xepher,

The 'url_fopen_include()' is disabled again. Please help. ^^;
Cyyeun is here!

Xepher

  • Techsmith
  • Administrator
  • *****
  • Posts: 4,334
  • Illegitimis non carborundum!
    • View Profile
    • Xepher.net
Re: News problem
« Reply #4 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." :-)

cyyeun

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Cyyeun Studio
Re: News problem
« Reply #5 on: November 13, 2007, 07:59:13 am »
Thanks. Looks like i have to find an alternative script that doesn't use fopen. ^^;

Cyyeun is here!