EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=593)
-   -   PEQ DB Editor, index.php blank. (https://www.eqemulator.org/forums/showthread.php?t=33426)

Evilmog 05-02-2011 09:53 PM

So...doesn't like the root password I put in config.php...but it'll take a default admin / password

joligario 05-02-2011 10:00 PM

The username/password are stored in the database under peq_admin. The password for root is just your database root password, not your editor password. If you fill in the username/password in the config, it just auto fills in the username/password you select just so you don't have to type it.

EDIT: Just in case you ask -
Code:

UPDATE peq_admin SET login = "new_username", password = MD5("new_password") WHERE id = 1;

Evilmog 05-02-2011 10:17 PM

I actually changed it via the user manager in the PEQ editor.

Now my only little quirk is after I sumbit any DB changes I get a page of undefined errors, although the changes still goes through.

Tolerable, but mildly annoying.

joligario 05-02-2011 11:36 PM

Then you still have some things wrong. If you want to troubleshoot, post the errors. Maybe post your php.ini and we might find more.


All times are GMT -4. The time now is 10:05 AM.

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