Page 1 of 1

security image disappeared

Posted: Wed Oct 14, 2015 5:23 pm
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!

Re: security image disappeared

Posted: Fri Oct 16, 2015 2:16 pm
by evenstephencom
"security question disappeared on Guuest Book Page"

Re: security image disappeared

Posted: Fri Oct 16, 2015 6:44 pm
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

Re: security image disappeared

Posted: Sat Oct 17, 2015 8:18 pm
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.

Re: security image disappeared

Posted: Sun Oct 18, 2015 8:18 am
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.

Re: security image disappeared

Posted: Sun Oct 18, 2015 4:06 pm
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

Re: security image disappeared

Posted: Sun Oct 18, 2015 4:51 pm
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.

Re: security image disappeared

Posted: Sat Oct 24, 2015 3:08 pm
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

Re: security image disappeared

Posted: Sun Oct 25, 2015 2:18 pm
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.