-
stupid server screan
ok so it goes like this when i use hamachi server work great
when i try no ip i doo this:
port forward for:
23000
28000
15400
80
here is my AccountServer:
PHP Code:
TEST
AddTail( -1, 1, "flyforseba", "9hq.no-ip.org", 0, 1, 0 );
AddTail( 1, 1, "sioba", "9hq.no-ip.org", 0, 1, 600 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "login"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"
MSG_VER "20070712"
DB_PWD_LOGIN "sa"
DB_PWD_LOG "my pass"
loginserver:
PHP Code:
DB "127.0.0.1"
Core "127.0.0.1"
AddCache ( "9hq.no-ip.org" );
MSG_VER "20070712"
i put right ip in neuz and port in it and in CacheServer
and still when i try log in game it stuck ... idk what to doo plz help
-
Re: stupid server screan
This 9hq.no-ip.org should be an IP address.
-
Re: stupid server screan
TEST
AddTail( -1, 1, "flyforseba", "9hq.no-ip.org", 0, 1, 0 );
AddTail( 1, 1, "sioba", "change to hamachi ip", 0, 1, 600 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "login"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"
MSG_VER "20070712"
DB_PWD_LOGIN "sa"
DB_PWD_LOG "my pass"
your neuz.exe ip must same us the hamachi ip..
-
Re: stupid server screan
Copy the IP Adress from hamachi and place it here i have added IP HERE, Also change the username and password off MSSQL
Code:
TEST
AddTail( -1, 1, "flyforseba", "IP HERE", 0, 1, 0 );
AddTail( 1, 1, "sioba", "IP HERE", 0, 1, 600 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "login"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "log01"
MSG_VER "20070712"
DB_PWD_LOGIN "sa"
DB_PWD_LOG "MSSQL PASSWORD HERE"