Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
OK, I know this sounds stupid but I can't log into my Guest Book to make sure that I receive notification of GB entries. I know that I am entering it correctly. Solution?
GB Won't Accept My Password
Hi,
I am not sure what you are trying to do?
The only functions that request a password are: deleting a message; replying to a message and viewing IP of poster of a message.
To make sure you are receiving notification of a GB entry, you have to post an entry which does not require your password, only requires you typing the CAPTCHA.
For a quick try if this is really about your admin password and i misunderstood your question, you could try changing the password in the settings.php file. Maybe you have used some special characters in the password that are not liked? Try using only the letters of the alphabet and some numbers.
Greetings,
Henrie
I am not sure what you are trying to do?
The only functions that request a password are: deleting a message; replying to a message and viewing IP of poster of a message.
To make sure you are receiving notification of a GB entry, you have to post an entry which does not require your password, only requires you typing the CAPTCHA.
For a quick try if this is really about your admin password and i misunderstood your question, you could try changing the password in the settings.php file. Maybe you have used some special characters in the password that are not liked? Try using only the letters of the alphabet and some numbers.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
-
- Posts: 56
- Joined: Sat Apr 03, 2010 9:04 pm
PasswordHenri:
Henri:
You are correct. I wanted to make sure about the GB entry notification (I didn't receive one recently and I think there is an option to set that option)and I did try to view an IP address. I did notice the password worked on my EvenStephen GB but that same PWord did not work on theAngry book. It really isn't a big issue, so I'll experiment when I get home tonight.
Thanks!
You are correct. I wanted to make sure about the GB entry notification (I didn't receive one recently and I think there is an option to set that option)and I did try to view an IP address. I did notice the password worked on my EvenStephen GB but that same PWord did not work on theAngry book. It really isn't a big issue, so I'll experiment when I get home tonight.
Thanks!
Tip: you can always find the correct password by downloading your settings file and looking inside 

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: PasswordHenri:
The option is in settings.phpevenstephencom wrote:I wanted to make sure about the GB entry notification (I didn't receive one recently and I think there is an option to set that option)
Code: Select all
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']='me@mysite.nl';
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.