Help needed

Any discussion not related to the other forum topics
Post Reply
HackGoDz
Posts: 37
Joined: Thu Aug 16, 2012 12:12 pm

Help needed

Post by HackGoDz » Sat Sep 22, 2012 5:34 pm

Can someone explain to me how to update mysql with my ip address so others can join? Cant seem to figure it out

theloneus
Posts: 7
Joined: Sat Jul 28, 2012 9:57 pm

Re: Help needed

Post by theloneus » Sat Sep 22, 2012 7:20 pm

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';

HackGoDz
Posts: 37
Joined: Thu Aug 16, 2012 12:12 pm

Re: Help needed

Post by HackGoDz » Sun Sep 23, 2012 11:53 am

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?

Zedingo
Developer
Posts: 85
Joined: Tue Aug 14, 2012 12:24 pm

Re: Help needed

Post by Zedingo » Sun Sep 23, 2012 12:04 pm

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)

Post Reply