April 10, 2008
Create a file called phpinfo.php
Enter these few lines of code in it: (you can copy-paste from below):
<?php
phpinfo();
?>
Upload this to your root folder (where your home page (index.htm or index.html etc) lives.
Access this script via the browser like this:
http://www.YourSite.com/phpinfo.php
You should see a nice page come up, with the PHP logo and headers, that shows all [...]
Read the full article →
March 21, 2008
[UPDATE: This script was free for a LONG time. Apparently, at some point, they made it not-free. FYI.]
At my MyWebmasterInABox.com site, I used to run a forum powered by phpBB. But phpBB turned out to be one of the most poorly designed, least secure, web-based applications I have ever used.
So, for the longest time, I [...]
Read the full article →