Page 1 of 1
problem with spam question
Posted: Mon Apr 20, 2015 11:47 pm
by bobs75
Script URL:
http://www.christianityetc.org/guestbook
Version of script: 1.7.2
Hosting company: SiteGround
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
The setting for the spam question was not completed by me, because I neglected to cite any actual question in the settings controls. And right now I can't even open this file to correct this omission. Something is wrong with the citation for "settings" in the controls. I edited this control to be gb172ets15y.txt when I installed the script, but I can't open this file. Please help me with this. I have a friend who is trying to submit a message.
Re: problem with spam question
Posted: Tue Apr 21, 2015 12:58 am
by bobs75
I was able to open the "settings" file, and I cited the question "Are you a human?" in the box between the { } characters. But the script didn't ask the question in the process of handling my test message, so it was submitted for either my "approval" or "rejection". I "rejected" it, but I don't understand why the script didn't ask the question. There still must be something wrong with the setting for this spam question, but I don't know what it is. Please help me to fix this so that this script operates completely as it should. Sorry to be so confused regarding which setting I needed to correct.
Re: problem with spam question
Posted: Tue Apr 21, 2015 3:35 am
by bobs75
I've revised the setting for this spam_question to actually cite the question "Are you a human?" right in the cited textual control for this operation along with the "answer" "yes", but these revisions to this code still did not enable the program to display and spam_question. How must this control be configured in order to get it to work? The description/setup for this setting doesn't make that clear. Does the number "1" have to be inserted somewhere in the setting in order to activate it? If so, where does it go? Please clarify the details for correctly configuring this setting.
Re: problem with spam question
Posted: Tue Apr 21, 2015 5:38 pm
by Henrie
Hello bobs75,
If you enter the question and answer they question should automatically be displayed when the sign page is shown. Do you have the right format of the setting for the question and the answer (not removed ' or so)?
It should be like this:
Code: Select all
$settings['spam_question']='This is my question';
$settings['spam_answer']='This is my answer';
Greetings,
Henrie
Re: problem with spam question
Posted: Thu Apr 23, 2015 8:59 pm
by bobs75
This problem with my guestbook has been resolved when I just appropriately cited the specific question in the line of code and revised the cited text for the answer. Both textual elements are appropriately displayed.