i have followed all guide, and all ips are sets and sql are good, created an acct. with out password and after all of 10 hours hardwork still.. i cant connect to my server, any people having this problem?
Quote:
Hey guys,
I followed the guide exactly, except for the phpadmin part, I'm using SQLyog.
Anyway, I've set everything up, changed everything using C#. built, and tried running.
The loginserver works, to the point where I have to connect to the gameserver.
The gameserver shows this error when starting it up from debug:
[Only registered and activated users can see links. Click Here To Register...]
Any help is greatly appreciated!
By the way, someone earlier had the same problem, and I noticed no one answered him either. Around page 4-5.
MySqlConnection C = null;
try
{
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
C.Open();
}
MySqlConnection C = null;
try{
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'; Min Pool Size = 300; Max Pool Size = 900");
C.Open();
}