Edit Register IP?

Newbie Spellweaver
Joined
Sep 17, 2007
Messages
91
Reaction score
0
I use BR GunZ client, is there a way to change the ip in the register page so that it registers to a remote server computer?
Tried to edit but woulden't work any way I put it.

Config.php:
Code:
<?php

 #MSSQL#
 $DSN="GunzDB";
 $usr="sa";
 $pwd="password";
 #######
?>
[Ajax register page]
 
you use ODBC connection, so, if you need make account on remote computer you need configure your ODBC source in odbcad32.exe, set ip there, also user to MSSQL and pwd. U will need to allow remote connections in MSSQL on remote computer to make it work, and if you have firewall config it to allow connect to mssql. type "enable remote connections in MSSQL" in google, you will find info on how to do it.
 
Upvote 0
Back