security image disappeared

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
evenstephencom
Posts: 56
Joined: Sat Apr 03, 2010 9:04 pm

security image disappeared

Post by evenstephencom »

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: Image gone

Write your message below:

My security image no longer displays on these two sites:

www.TheAngry.net and www.EvenStephen.com

Suggestions?

Thanks!
evenstephencom
Posts: 56
Joined: Sat Apr 03, 2010 9:04 pm

Re: security image disappeared

Post by evenstephencom »

"security question disappeared on Guuest Book Page"
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: security image disappeared

Post by Klemen »

If you didn't make any changes to the code and it disappeared on two websites at once, it must have been a server-side change that caused the problem.

Please upload the phpinfo and session test files to your server then post a link to them here. You will find the files to upload in this topic: viewtopic.php?f=7&t=83
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
evenstephencom
Posts: 56
Joined: Sat Apr 03, 2010 9:04 pm

Re: security image disappeared

Post by evenstephencom »

Well, I searched for "php info and session test files" to find out how to do what you suggested and apparently I've used too many words, etc.

Frankly, in the past you were a great help, the guide-lines were easier and I did donate funds. I think I'll find another way to build a GB.

No drink this time.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: security image disappeared

Post by Klemen »

I'm not sure what you mean, I posted a link to the topic where the test files are located?

Without seeing the test files there is no way for me to examine the server configuration which is most likely the cause of the issue.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
evenstephencom
Posts: 56
Joined: Sat Apr 03, 2010 9:04 pm

Re: security image disappeared

Post by evenstephencom »

This is the result I got from searching: The following words in your search query were ignored because they are too common words: info files session test php and.
You must specify at least one word to search for. Each word must consist of at least 3 characters and must not contain more than 14 characters excluding wildcards.

Although I've built three web sites, I have no knowledge or expertise in this area. My response is no reflection on you, I just need to find an easier system to build a new website.

KS
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: security image disappeared

Post by Klemen »

Let me try to be as specific as possible:

1. Open this topic: viewtopic.php?f=7&t=83

2. under b) you will find link to some test files

3. upload those test files (PHP files inside the Zip) to your server

4. post a link to those files here



If you want to switch to another Guestbook script that is of course completely OK. But if you want help with GBook, I cannot do it without testing your server configuration using the provided test files.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
evenstephencom
Posts: 56
Joined: Sat Apr 03, 2010 9:04 pm

Re: security image disappeared

Post by evenstephencom »

Klemen:

I hope I did this correctly. If I don't have the updated version and I do update, will I have to re-publish all files again?

http://evenstephencom.ipage.com/angrysession_test2.php

http://evenstephencom.ipage.com/sessions.htm

Really, thanks for your help!

Ken
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: security image disappeared

Post by Klemen »

I'm not able to open the links you posted. Please post direct links to these files on your server (all from the previously mentioned topic):

phpinfo.php
session_test.php
session_test2.php

You are running version 1.7 which doesn't need upgrading.


P.s.: you can modify the settings file for your guestbooks to make them work without the security image, until the issue is found and fixed.

Change

Code: Select all

$settings['autosubmit']=1;
to

Code: Select all

$settings['autosubmit']=0;
in the settings file.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply