OK, here's my tutorial.
To get this working on your board, you should change a few things in the file first.
// 1) Change this to the correct location of your MySQL connection string:
PHP Code:
require_once ('connect.php');
// 2) change chdir("C:\Inetpub\forum"); to the correct directory of your forums
PHP Code:
chdir("C:\Inetpub\forum");
// 3) password to give to moderators: $_POST['passw'] ==
PHP Code:
{ if ($_POST['passw'] == 'your password goes here')
// 4) administrator's IP address in !strpos($sVal,'12.34.56.78')
PHP Code:
if (eregi("^([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}(\.[0-9]{1,3})* )+$", $sVal) && !strpos($sVal,'12.34.56.78'))