I made this simple register page for the orginal database. [it wont work with the older databases]
How to use:
1> Download it.
2> Place the files in your root folder.- For wamp is that c:\wamp\www
- For xampp is that c:\xampp\htdocs
3> Edit the config.php to your settings.
Run it and have fun with it
If there is an error..- Make sure your mssql is enabled
- Make sure you have the right settings in the config.php
- Make sure that your webserver and mssql_server are running
It free to edit to what ever you want...
UPDATE: for ODBC Connection.
Code:
<?
$DBHost = 'GunzDB'; //The DNSname of your DB (I.E: GunzDB)
$DBUser = 'game'; //Your DB User
$DBPass = 'test'; //Your DB Password
$conn = odbc_connect($DBHost, $DBUser, $DBPass);
?>
delete all in the config.php and pleace this in the config.php