Page 1 of 2
Security Images and Text not working in IE7
Posted: Sat May 19, 2007 7:24 am
by webgurl123
Script URL:
www.mjkinsmenfestival.com/gbook/gbook.php
Version of script:1.5
Hosting company:sask tel
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I am very aware that this problem is lurking on the board many times, it seems however I may be having a server issue but I am not sure. I have this guestbook on three sites and this site seems to be the one that won't work, all the others do!
I can not get by the security pages in text and graphic mode, I have tried every suggestion and I can't get it to work. Am I missing something? Any suggestions would be GREAT.
BTY: IT works fine in Firefox but not IE 7.
Posted: Sat May 19, 2007 10:37 am
by Klemen
I can't sign it with neither FF or IE7, you obviously have problems with sessions. Post links to these two files here and I will have a look (you will find both files in topic "READ THIS BEFORE POSTING A NEW QUESTION!!"):
URL of phpinfo.php:
URL of session_test.php:
Posted: Sat May 19, 2007 5:18 pm
by webgurl123
here are the links:
http://www.mjkinsmenfestival.com/gbook/phpinfo.php
http://www.mjkinsmenfestival.com/gbook/session_test.php
http://www.mjkinsmenfestival.com/gbook/ ... _test2.php
I was able to sign in with FF last night butI can't now either, I may have messed with the permissions or something? I'm not sure.
Thanks for such a quick response and I really appreciate all your help.
Posted: Sat May 19, 2007 6:04 pm
by Klemen
You probably turned security image off when you signed it?
You have problems with PHP sessions, contact your host and ask them if they can check PHP sessions, they don't seem to work. You can point them to these two files (session variable is not preserved throughout pages):
http://www.mjkinsmenfestival.com/gbook/session_test.php
http://www.mjkinsmenfestival.com/gbook/ ... _test2.php
If you have access to this folder:
/services/webdata/php_sessions
you can check if it's writable by PHP scripts (chmod it to 777).
Posted: Sun May 20, 2007 7:16 am
by webgurl123
I have contacted the host, I will keep you posted. I do appreciate the quick response. I love this guestbook and I will keep you posted.
Thanks Again,
gd_test works, CHGMOD 666, still can not see security image
Posted: Mon May 28, 2007 9:04 pm
by qcarson
This is weird to me. The gd_test.php file works but when I bring up my page I still do not see the security image at the bottom.
The page is
http://www.dabassplaya.com/dbpbook/dbp_guest.php
Can someone tell me what I might be overlooking?
Q
Posted: Mon May 28, 2007 10:31 pm
by Klemen
I can see the image and was able to sign it without a problem.
Fixed
Posted: Mon May 28, 2007 10:36 pm
by qcarson
I found my mistake. I changed the name of my gbook and forgot to change it in the security file. Everythings works fine now. Thanks for the reply Klemen.
Q
Posted: Thu Jun 14, 2007 10:28 am
by bjs1965
Script URL:
http://www.deanwoods.com.au/gbook/gbook.php
Version of script: 1.5
Hosting company:
www.powweb.com
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Thankyou for your Guestbook Files. I also am having problems with getting the Graphical security image to appear. When I enable it in the settings file (1) all I see (on both Mac/PC FF 2.00) are the words "Security image"; When I change the settings file to Text (2) I see the number, however if I attempt to post the message without inputting the Text Security number, the error page comes up asking me to input the number again, but it has disappeared.
Posted: Thu Jun 14, 2007 12:37 pm
by Klemen
My guess would be problems with sessions, but can't be of any help unless you upload session_test.php and phpinfo.php files and post links here.
Posted: Thu Jun 14, 2007 1:08 pm
by bjs1965
My apologies for forgetting to upload these files for you. They are online now.
http://www.deanwoods.com.au/gbook/phpinfo.php
http://www.deanwoods.com.au/gbook/session_test.php
http://www.deanwoods.com.au/gbook/session_test2.php
I have also changed their CHMOD each to rw-rw-rw (666), is that correct?
Regards,
Brendan
Posted: Thu Jun 14, 2007 1:56 pm
by Klemen
Just as I thought - your sessions aren't working. Contact your host and ask them to check why yoru PHP sessions aren't working. You can give them the session_test.php file for reference as a simple sessions test.
As for CHMOD - only the entires.txt and banned_ip.txt files should be 666, other files shouldn't be writable. Leave them as they are by default, probably 644.
Posted: Thu Jun 14, 2007 1:59 pm
by bjs1965
Many thanks for your prompt replies - powweb.com are usually very prompt also - highly recommended as a webhost, which is where I found your scripts.
Many thanks,
Brendan
Posted: Thu Jun 14, 2007 2:00 pm
by Klemen
Oh, in case you have access to the /var/php_sessions folder make sure it's chmod to 777
Posted: Thu Jun 14, 2007 2:02 pm
by bjs1965
Thanks again, Klemen!