info.php
Need to know what modules are runing on your server? Try this:
Simply paste this code into Wordpad:
< ?php
phpinfo();
?>
Save as infophp. Insure there are NO white spaces before < ?php & after ?>.
Upload to your server in ASCII mode, and rename to info.php. Then, go to your webrowser, and type this in [...]