The username and password are probably in a configuration file, look arround
for a config.php, or anything of that variant. Also check in whatever php
code you have ad see if there isnt' a username and pass set in there as a
variagble. There usually is in these guest book scripts. They're small
enough not to need a configuration file. Failing that if it uses a
database, the user and pass are probably in there.
- Dan
"brian" <phplist@xxxxxxxxxxxxxxx> wrote in message
news:46865F94.7080303@xxxxxxxxxxxxxxxxxx
Shiv Prakash wrote:
Sir,
I have implemented the guest book in web site successfully and its
working also without any problem but administration side is asking
for ID and Password, my request is how do I get that because I have
tried my level best to find it in the site but I couldn’t get it
,there was not any option for that and as of downloading is concern
it was free, therefore I request you to help me out of this and solve
my problem,
It seems that the guestbook script you're using was written by somebody
else. If that's the case then you should probably contact whomever you got
this code from.
Failing that, you'll probably have to write your own administrative
scripts to access the guestbook tables in the database. That should be
pretty straightforward by studying the script you have.
brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php