saxsux 0 Report post Posted June 23, 2005 A while ago I posted a thread asking if anyone knew anything about wget, and I was given the code below: <?php$foo = system('wget http://forums.xisto.com/no_longer_exists/ ~',$output);?> Which has been working fine, since the panda server failure a while ago.Since then, whenever I try to use it , it comes up with <?php$foo = system('wget http://forums.xisto.com/no_longer_exists/ ~',$output);?> Has this been disabled by the administrators, or is there a way I can sort it out? Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted June 23, 2005 As far as I know wget was blocked by the server admins through apache's mod_security .. don't know about the present status. Your problem might be because of that. Share this post Link to post Share on other sites
Hercco 0 Report post Posted June 23, 2005 As far as I know wget was blocked by the server admins through apache's mod_security .. don't know about the present status. Your problem might be because of that. <{POST_SNAPBACK}> Yeah. Wget is blocked at panda. I had a cron job running a wget to execute a certain php script daily (didn't come to me at the time that I could've just used 'php script.php') but it stopped working month or so ago. So its not your script or php, its the apache settings. Share this post Link to post Share on other sites
saxsux 0 Report post Posted June 23, 2005 Okay, thanks. BTW, the second quote thing I put in was wrong.It actually came up with: Warning: system() has been disabled for security reasons in /home/saxxsuxx/public_html/get.php on line 2 Share this post Link to post Share on other sites