EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   HTTP Server (https://www.eqemulator.org/forums/showthread.php?t=20291)

mrea 04-08-2006 08:03 AM

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...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).

mrea 04-08-2006 01:57 PM

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 ;)


All times are GMT -4. The time now is 01:22 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.