Gustavo Posted March 12, 2009 Share Posted March 12, 2009 Hello everybody! I am starting to use Apache and the PHP Module so i'm fairly new to this Anyway, i was trying to execute this php script: http://www.phpfreaks.com/forums/index.php/board,2.0.html Or a direct link (I don't like direct linking though hah) : http://www.irongeek.com/downloads/shame.txt (rename to php) Anyway, i've already tested PHP functionality with a .php test file containing <?php phpinfo() ?> so the PHP module seems to be working flawlessly I first tried it on OpenSuse 11.1 with no success, a page in blank appears then i tried in Windows XP... Apache again with PHP module.. same result, blank page I even tried downloading Abyss web server and configuring it for PHP, giving the same result. I also tried enabling all extensions (or at least i think so) in the php.ini config file with no success. I'd really appreciate if someone could shed some light on this, it seems like a very interesting script Thanks a lot in advance, i will stay tuned and give any further info as needed. - Gus Quote Link to comment Share on other sites More sharing options...
corbin Posted March 12, 2009 Share Posted March 12, 2009 First link doesn't make sense x.x. Second link is an error. Anyway, try enabling error reporting. At the top of the script add: error_reporting(E_ALL); ini_set('display_errors', '1'); Quote Link to comment Share on other sites More sharing options...
Gustavo Posted March 12, 2009 Author Share Posted March 12, 2009 Hey again! First link doesn't make sense x.x. Second link is an error. Right, hahaha i didn't copy it correctly. The correct link is: http://www.irongeek.com/i.php?page=security/wallofshame Anyway, i tried installing PHP4 instead of 5 and it worked! I guess that script was not designed for PHP5 but anyway i left that link if anyone is interested. Thanks for your time and help corbin. I suppose an admin automatically renames this thread to "SOLVED" sooo umm i guess i'll leave it as is. Thanks again. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.