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.
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?Quote:
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.
fix your siggyQuote:
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
Very basic, but here.Quote:
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.
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.Quote:
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
Quote:
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!
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...Quote:
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...]
SS1: Ip address is wrong, should read something like 192.168.0.1, not 192.0.0.1Quote:
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.
:rolleyes: you are irrelevent.Quote:
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
Explain... How am i irrelevant?Quote:
: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.;)
It was written on vista so is fully compatable with vista, thats not the issue, what happens on the client side of things?Quote:
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