Author |
Message |
20/02/2003 12:20:51
|
Anonymous
|
Hi all,,,
i forgot the admin login information !! the user and the pass , how can i retrive them ?
please help me ASAP,,
|
|
24/02/2003 22:57:14
|
Anonymous
|
I just got mine set up.. the ONLY thing i know is the default:
User name: test
Password: 123
if ya changed em hope someone who knows how to set up guestbook replies as I can't even figure out how to change it
|
|
25/02/2003 20:10:26
|
Anonymous
|
logon to your mysql server
> mysql -u username -p
> use your_database;
> delete from book_auth;
> INSERT INTO book_auth VALUES (1,'test','773359240eb9a1d9','80c1b50318676c8f324c985b94ac780a',1013100791);
> exit;
this will reset your account to:
User name: test
Password: 123
|
|
26/02/2003 01:22:44
|
WWAsims
Newbie
Joined: 23/01/2003 18:36:33
Messages: 4
Location: Alabama, USA
Offline
|
easiest way I do it, is I long onto my server and look at the guestbook.pl file. There (were you set it up) is your password you should have changed before installing in onto your server
Good Luck
|
Laura
ICQ: 52610628
Yahoo! & AIM: WWASims
http://www.WWASims.com |
|
|