View Full Version : HTTP Server
I know that I'll catch quite a bit of flak for this, but I need to ask...
What is the default password for the HTTP interface? I've tried many things, searched though the changelog, searched here, and tried to find it in the config.. no luck
Belfedia
04-08-2006, 01:34 PM
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.php?wakka=ServerWorldLogin
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).
Thanks so much, Belfedia. I can't think of how many times you've helped me in the past
Belfedia
04-09-2006, 06:58 AM
i can say only one thing : /blush ;)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.