Page 1 of 1

Help needed

Posted: Sat Sep 22, 2012 5:34 pm
by HackGoDz
Can someone explain to me how to update mysql with my ip address so others can join? Cant seem to figure it out

Re: Help needed

Posted: Sat Sep 22, 2012 7:20 pm
by theloneus
You will need to use the following query, change the 123123123 to your own value. To get your own IP value, go to http://www.dnsqueries.com/en/ip_v4_converter.php and put in your IP in reverse, so if your IP is 111.222.123.321 your would enter 321.123.222.111

The number that the calculator gives you is the number that you substitute for 123123123

Code: Select all

UPDATE zone_settings SET zoneip = '123123123';

Re: Help needed

Posted: Sun Sep 23, 2012 11:53 am
by HackGoDz
Okay i did that and port forwarded. Now in the conf file, do i have to update the ip address in the lan.config, login,map darkstar and search server? and if so, is that all? or is there more stuff to be done?

Re: Help needed

Posted: Sun Sep 23, 2012 12:04 pm
by Zedingo
The login server reads from zone_settings to tell clients where to connect. That's the only place you have to put an IP (besides the IP for connecting SQL)