Thread: HTTP Server
View Single Post
  #2  
Old 04-08-2006, 01:34 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

No default password for Http interface.
I try to explain you with my bad english but you can find solution in wiki :
http://www.eqemulator.net/wiki/wikka...rverWorldLogin

When you need to log on http interface, you use your account on db for login name, this account must be flaged GM of course. But you don't have password store in your DB (account name+password are in loginServer). Also you must add your password with mysl command.

Example :

On login server my login is "Master" and my password is "Pass"
I have on my DB server, account table, a "master" flaged GM (status >=200)

I use mysql command :
UPDATE account SET password=MD5('Pass') WHERE name = 'master';

Now i can log to Http interface with login:"master" and password:"Pass"

I hope you understand

But i prefer add a "Ghost" account with password, if anyone can hack the login server, he can't use login/password for hack my DB (But i have many doubt about LS hacking :p).
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 04-08-2006 at 09:38 PM..
Reply With Quote