Script URL: http://www.alaskatrailtours.com/guestbo ... _reply.php
Version of script: 1.7
Hosting company: ipower
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Invalid attempt!
Write your message below:
http://alaskatrailtours.com/guestbook/gbook.php
I am trying to gain access to the admin side of the script so I can approve, see entries…
I cannot
http://alaskatrailtours.com/guestbook/g ... eply&num=0
I am running the default template
none of the admin links work.. Help please…
Thanks.
Invalid attempt!
Re: Invalid attempt!
I can open your admin links without a problem (but can't test completely because I don't know the password)?
The "invalid attempt" error only happens if includes are called incorrectly, with the original GBook files you won't see this error in action.
The "invalid attempt" error only happens if includes are called incorrectly, with the original GBook files you won't see this error in action.
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: Invalid attempt!
Please, show me the Admin links you can access that work.
The admin links that I try do not work...
Possibly I am not using the correct link?
I know the password, just need the proper link to access the admin side to approve or disapprove posts...
Thank you.. standing by.
The admin links that I try do not work...
Possibly I am not using the correct link?
I know the password, just need the proper link to access the admin side to approve or disapprove posts...
Thank you.. standing by.
Re: Invalid attempt!
The files in the template are not meant to be used directly. They are called by the main guestbook file. There is no general admin page.thezone wrote:LOOK
http://alaskatrailtours.com/guestbook/t ... _reply.php
Gives me INVALID ATTEMPT...
There are 3 possible admin actions for a message. They must be accessed by clicking the admin images that are visible when you view the message in the guestbook.
- To reply to a message, click the link with the green arrow in the message displayed by GBook. This is needed to select the message.
- The same for deleting a message, click the link with the red cross in the message.
- And for viewing and possibly banning the IP-address of the poster of a message, click the link with the text 'IP'.
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.
Re: Invalid attempt!
As Henrie mentioned, use the icons in the lower right corner of each message to access admin options:


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: Invalid attempt!
Thank you for all your help.
The problem is that I personally signed the guest book.. nothing showed up for me to approve..
When I tried to sign it again to see if there was a mistake.. the guestbook said I had already signed the guestbook and that my post was in que... but I have no way of seeing the post I made to approve or deny..
That is why I am trying to get help..
How can I approve guestbook entries if they do not show up?
Please go sign the guestbook, see if I get an email to tell me to approve or not.. and see if your post shows up...
You will see what I mean..
The problem is that I personally signed the guest book.. nothing showed up for me to approve..
When I tried to sign it again to see if there was a mistake.. the guestbook said I had already signed the guestbook and that my post was in que... but I have no way of seeing the post I made to approve or deny..
That is why I am trying to get help..
How can I approve guestbook entries if they do not show up?
Please go sign the guestbook, see if I get an email to tell me to approve or not.. and see if your post shows up...
You will see what I mean..
Re: Invalid attempt!
You don't have manual approvals enabled, I was able to post a test message without having to wait for approval.
To enable manual approvals you need to change to in file settings.php
Also make sure you have a valid email address in the line starting with $settings['admin_email']
To enable manual approvals you need to change
Code: Select all
$settings['man_approval']=0;
Code: Select all
$settings['man_approval']=1;
Also make sure you have a valid email address in the line starting with $settings['admin_email']
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: Invalid attempt!
Thank you so much... I will immediately make the changes... thank you so much!