Guide/Release: Conquer Server (CoFuture) Using MySql!

05/24/2008 03:10 adz06676#901
Is there a registration page for this I'm sure there was but i can't find it if anyone would post it or point me in the right direction i would be gratefull, thanks.
05/24/2008 05:25 Fede-2k#902
i have this problem..

this is my code of start.cs :

void Game_FirstDataArrived(object sender, DataArgs e)
{
try
{
byte[] Data = new byte[e.Data.Length];
e.Data.CopyTo(Data, 0);

PacketHandlerData Test = new PacketHandlerData();
Test.HandleAuthPacket(Data, e);
string User = Cli.Account + ": " + Cli.Char.Name;
ClientList.Items.Add(User);
}

}
catch(Exception E)
{
Console.WriteLine(E);
}
}


and in the client say:


ERROR: Connection with the server is interrupted. Please Re-Login



try everything to solve the problem without getting an outcome .. try to give "auth" = "1" and not work, try "localhost" and "127.0.0.1" and also does not work ..
try the ports "9958" and "9960" and "5816" and does not work .. try discconected the firewall and does not work..try all forms that were written in the forum but did not work :(

i am noob in this code #

please I need your help .. :)

I request your help .. thanks! :)


EDIT= Plz help me.. i cant find the solution of the problem
05/24/2008 20:01 Korvacs#903
Quote:
Originally Posted by SweeTFlower View Post
maybe you don't read well, i did fallow it step by step i can log on to the phpadmin with no problem if i was using wrong password, then how is it i can log on there? the user name is correct i know its not root its the one i made which is the one i am using. i had a friend look over what i did and even he cant find a problem. as i stated we think it can be cause i run on vista windows. i was not being a snob when i asked the question you on the other hand are if you can not answer a simple question then simply state it, and i will not ask you. if the user name is root then my bad simple error which you can simply state with out being rude. i did state with my first post on this thread i never did run anything like this i have zero scripting knowledge this is a learning experience for me if you choose to instruct people then patient's is a virtue you are seriously lacking.
As stated i run windows vista, so that isnt the issue, secondly it IS an issue with your username and password, the error clearly states that, how is this difficult to understand?

Did you re-build the project after making the modifications to database.cs?

Also, before posting you should read the entire thread to see if your problem has been mentioned before, and beleive me it has

I am extremely patient with people who spend the time to read the entire thread, and atleast try to fix the problem using common sense, you have done neither of these things "Ive got a problem, im gunna hit reply and post it, i cant be bothered to see if the fix has been posted, i cant be bothered to read the error message and attempt to fix it based on what the error says"

I honestly cant stand people like you
05/24/2008 20:51 Kiyono#904
Quote:
Originally Posted by Korvacs View Post
As stated i run windows vista, so that isnt the issue, secondly it IS an issue with your username and password, the error clearly states that, how is this difficult to understand?

Did you re-build the project after making the modifications to database.cs?

Also, before posting you should read the entire thread to see if your problem has been mentioned before, and beleive me it has

I am extremely patient with people who spend the time to read the entire thread, and atleast try to fix the problem using common sense, you have done neither of these things "Ive got a problem, im gunna hit reply and post it, i cant be bothered to see if the fix has been posted, i cant be bothered to read the error message and attempt to fix it based on what the error says"

I honestly cant stand people like you
fix your siggy
05/24/2008 23:58 BEanErzzz#905
Quote:
Originally Posted by adz06676 View Post
Is there a registration page for this I'm sure there was but i can't find it if anyone would post it or point me in the right direction i would be gratefull, thanks.
Very basic, but here.
[Only registered and activated users can see links. Click Here To Register...]
05/25/2008 01:15 SweeTFlower#906
Quote:
Originally Posted by Korvacs View Post
As stated i run windows vista, so that isnt the issue, secondly it IS an issue with your username and password, the error clearly states that, how is this difficult to understand?

Did you re-build the project after making the modifications to database.cs?

Also, before posting you should read the entire thread to see if your problem has been mentioned before, and beleive me it has

I am extremely patient with people who spend the time to read the entire thread, and atleast try to fix the problem using common sense, you have done neither of these things "Ive got a problem, im gunna hit reply and post it, i cant be bothered to see if the fix has been posted, i cant be bothered to read the error message and attempt to fix it based on what the error says"

I honestly cant stand people like you
if you get your head out your ass for 1 min then you would have comprehended i dont know shit with php sql or any of this crap this is first time im doing this. i am trying to help the one who is actualy making the server hes busy testing a different sorce i am testing this one to help him.
if i can get this running then i give to him. i did as the directions stated. the ss will show that. i honestly dont give a shit if you "like" me i dont like snobs like you either. i was reading threw the 91 page long thread before i past out. think anyone will sit there and read 91 pages of a thread? i highly doubt that. all i asked was simple question and i did look threw it. went threw the database in locohost side and files i have, i dont find where it is.


[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
05/25/2008 01:34 Fede-2k#907
Quote:
Originally Posted by Fede-2k View Post
i have this problem..

this is my code of start.cs :

void Game_FirstDataArrived(object sender, DataArgs e)
{
try
{
byte[] Data = new byte[e.Data.Length];
e.Data.CopyTo(Data, 0);

PacketHandlerData Test = new PacketHandlerData();
Test.HandleAuthPacket(Data, e);
string User = Cli.Account + ": " + Cli.Char.Name;
ClientList.Items.Add(User);
}

}
catch(Exception E)
{
Console.WriteLine(E);
}
}


and in the client say:


ERROR: Connection with the server is interrupted. Please Re-Login



try everything to solve the problem without getting an outcome .. try to give "auth" = "1" and not work, try "localhost" and "127.0.0.1" and also does not work ..
try the ports "9958" and "9960" and "5816" and does not work .. try discconected the firewall and does not work..try all forms that were written in the forum but did not work :(

i am noob in this code #

please I need your help .. :)

I request your help .. thanks! :)


EDIT= Plz help me.. i cant find the solution of the problem!

Plz help me
05/25/2008 01:37 © Haydz#908
Quote:
Originally Posted by SweeTFlower View Post
if you get your head out your ass for 1 min then you would have comprehended i dont know shit with php sql or any of this crap this is first time im doing this. i am trying to help the one who is actualy making the server hes busy testing a different sorce i am testing this one to help him.
if i can get this running then i give to him. i did as the directions stated. the ss will show that. i honestly dont give a shit if you "like" me i dont like snobs like you either. i was reading threw the 91 page long thread before i past out. think anyone will sit there and read 91 pages of a thread? i highly doubt that. all i asked was simple question and i did look threw it. went threw the database in locohost side and files i have, i dont find where it is.


[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Don't Ever.. Insult Korvacs... If you got your Head From Out YOUR Arse you would realise that you have an INCORRECT USERNAME OR PASSWORD...

ERRORS DON'T LIE...

Honestly if you cant even get starting up the server right, Just quit now
05/25/2008 01:51 Korvacs#909
Quote:
Originally Posted by SweeTFlower View Post
if you get your head out your ass for 1 min then you would have comprehended i dont know shit with php sql or any of this crap this is first time im doing this. i am trying to help the one who is actualy making the server hes busy testing a different sorce i am testing this one to help him.
if i can get this running then i give to him. i did as the directions stated. the ss will show that. i honestly dont give a shit if you "like" me i dont like snobs like you either. i was reading threw the 91 page long thread before i past out. think anyone will sit there and read 91 pages of a thread? i highly doubt that. all i asked was simple question and i did look threw it. went threw the database in locohost side and files i have, i dont find where it is.
SS1: Ip address is wrong, should read something like 192.168.0.1, not 192.0.0.1

SS2: Youve opened database.cs NOT THE PROJECT FILE as such any modifications you make wont make any difference to the .exe, i stated that in the last reply i gave you

SS3: THE ERROR MESSAGE CLEARLY STATES THAT YOU HAVENT CHANGED YOUR USERNAME AND REBUILT THE PROJECT HOW MANY GOD DAMN MOTHER FUCKING TIMES MUST I REPEAT THIS TO YOU?

SS4: Irrelevant to your error

Many people have read the majority of the thread,

And if thats the attitude your going to take, then dont bother posting again, im not gunna help ya any further, good day :)
05/25/2008 02:37 SweeTFlower#910
Quote:
Originally Posted by © Haydz View Post
Don't Ever.. Insult Korvacs... If you got your Head From Out YOUR Arse you would realise that you have an INCORRECT USERNAME OR PASSWORD...

ERRORS DON'T LIE...

Honestly if you cant even get starting up the server right, Just quit now
:rolleyes: you are irrelevent.

@Korvacs. all i had asked was for simple answer to my inquary nothin more. (which i thank you for the information) i responded to you as you responded to me, my first post wasnt to be insulting or rude you are the one who started with it. ;)

good day to you as well.;)
05/25/2008 12:32 © Haydz#911
Quote:
Originally Posted by SweeTFlower View Post
:rolleyes: you are irrelevent.

@Korvacs. all i had asked was for simple answer to my inquary nothin more. (which i thank you for the information) i responded to you as you responded to me, my first post wasnt to be insulting or rude you are the one who started with it. ;)

good day to you as well.;)
Explain... How am i irrelevant?

Your spelling is ridiculous btw
05/25/2008 12:42 TrImAn#912
Ok I know that there has been a fix posted but that doesnt help as I dont get errors and I am using Vista.

[Only registered and activated users can see links. Click Here To Register...]

Auth Request shows up everytime I try and log in.

I have tested on my xp machine aswell and it works on there so does anyone know how to get this running on Vista ?

Thanks,
TrImAn
05/25/2008 13:01 Korvacs#913
Quote:
Originally Posted by TrImAn View Post
Ok I know that there has been a fix posted but that doesnt help as I dont get errors and I am using Vista.

[Only registered and activated users can see links. Click Here To Register...]

Auth Request shows up everytime I try and log in.

I have tested on my xp machine aswell and it works on there so does anyone know how to get this running on Vista ?

Thanks,
TrImAn
It was written on vista so is fully compatable with vista, thats not the issue, what happens on the client side of things?

Edit: just read your PM, are you using the correct client version for this server? please go back to the guide and check this, the other possability is that the ip is wrong so its not handling the second stage of the connection, but if the client just closes im fairly sure you have an incorrect client version
05/25/2008 14:04 joey0627#914
When im try rebuild the project, i cant make that sucessful.
05/25/2008 17:11 Korvacs#915
Quote:
Originally Posted by joey0627 View Post
When im try rebuild the project, i cant make that sucessful.
Please read the thread, the fix for that is mentioned every couple of pages :rolleyes: