Guys i Have Static ip and trying to make my server public
i use static ip in my internet connection cert ,, all working well all ports opened :S
working in my pc
but when i try login from other pc in my network !
server offline !
Because your trying to connect to your own ip which your server is running off? Basically your trying to run your server on a static ip on your network then on another pc which is also on the same ip trying to connect to the server on the same ip?
I think this is what is conflicting. You need to connect to your server on a different ip, correct me if im wrong. Not on the same IP address your server is running on. Try setting up a free proxy on your other pc which you are using to connect to the server and see if it works. If not then dunno.
Static IP 02/11/2012 - SRO Private Server - 3 Replies i got static ip , but when i edit it to the server , i got this error .
http://oi39.tinypic.com/52h1es.jpg
i have to open ports on router? i don`t know what i have to do
i got ( TP-LINK ) router , i hope someone help me :)
when i use the hamachi ip , serv working perfect , but when i add the static ip i got this dam error :@
Problem Running 5165 Server on Static ip 02/10/2011 - CO2 Private Server - 14 Replies I have Static ip but i have a problem
When i set my static ip in config.ini ppl can join the server
but i can't
When i put my computer ip like 192.168.1.2 in config.ini i can join
but ppl can't
how to fix this?
I had Same problem with binary but at binary i used to use 2 account servers... first one with my computer ip 192.168.1.2 that let me login the other one with the static ip that let ppl login
Shaiya PServer static ip problem i need help 10/08/2010 - Shaiya Private Server - 3 Replies How can we Run our server with static ip...We want run our server and we want players join server w/o hamachi
sorc problem (static) beim d2nt 07/04/2010 - Diablo 2 - 2 Replies yo hab in der suchfunktion nichts gefunden, habe folgenden fehler mit meiner sorc:
blablapfad:scripts/libs/common/NTAttack.ntl (604) : ReferenceError: NTConfig_CastStatic is not defined
hier ma der abschnitt in der besagten datei:
return 3;
}
Problem with public static byte Authenticate 06/10/2010 - CO2 Private Server - 1 Replies database.cs line 1498
public static byte Authenticate(string UserName, string Password)
{
try
{
MySqlDataAdapter DataAdapter = new MySqlDataAdapter("SELECT * FROM `Accounts` WHERE `AccountID` = '" + UserName + "'", Connection);
DataSet DSet = new DataSet();
DataAdapter.Fill(DSet, "Account");