I still have to download the SQL itself, SP4, all databases, restore it, test it and make it ****** friendly, if you know what I mean...
PHP Code:
mysql_connect("localhost", "root", "exapmple123") or die(mysql_error()); // your IP, account and password
mysql_select_db("server") or die(mysql_error()); //your database's name
And my method adds the IP to the user_account table when a user registers, however I didn't get a regpage to work yet, it just reloads itself... So yeah, a lot of work before I can release it.