Who's Online

We have 186 guests online

Newsletter Subscriber Pro

Subscribe to Mavrosxristoforos.com
news, updates and get discount coupons and more!
Name:
Email:
Mailing Lists:
Mavrosxristoforos.com News
Discounts and more!
Country
How many wheels on a bike?
(ex: 1)

Donate to us!

Currency:
Amount:

Advertisement

LovelyReborns.com
Wonderful Baby Dolls
by Reborn Doll Artist, Wileima Alvarez
Web design and much more
Diamond Media.com
Photos from Greece
Contact me about link exchange and advertising here..!

Ads by Google

 Mavrosxristoforos.com Forum
Welcome Guest   [Register]  [Login]
How to Ask Questions The Smart Way   by  on 2011-11-14 04:30:35
Hello Everybody!   by  on 2009-12-17 10:51:17
Post Reply
 Subject :moved anti spam question, broke it in the process.. 2011-12-04 07:49:22 
RVeldhuyzen

Guest

Hi,

I moved the anti spam question in the php file so it was between the subject and the message itself, but now every time I try to send a message I get the "wrong spam answer" message, eventhough the andwer is right. I must have acidentally removed a piece of code, any idea which part?

This is the code of the table:


print '<tr><td colspan="2"><input type="submit" value="' . $buttonText . '" style="width: ' . $buttonWidth . '%"/></td></tr></table></form></div>' // print button

print '<tr><td valign="top">' . $myMessageLabel . $separator . '<textarea name="rp_message" cols="' . $messageWidth . '" rows="10">'.$CORRECT_MESSAGE.'</textarea></td></tr>' . "\n";// print message input}  }    print '<tr><td>' . $myAntiSpamQuestion . $separator . '<input type="text" name="rp_anti_spam_answer2" size="' . $emailWidth . '" value="'.$CORRECT_ANTISPAM_ANSWER.'"/></td></tr>' . "\n";  if ($anti_spam_position == 1) {if ($enable_anti_spam) {//print anti-spamprint '<tr><td>' . $mySubjectLabel . $separator . '<input type="text" name="rp_subject" size="' . $subjectWidth . '" value="'.$CORRECT_SUBJECT.'"/></td></tr>' . "\n";// print subject inputprint '<tr><td>' . $myEmailLabel . $separator . '<input type="text" name="rp_email" size="' . $emailWidth . '" value="'.$CORRECT_EMAIL.'"/></td></tr>' . "\n";// print email input}  }    print '<tr><td colspan="2">' . $myAntiSpamQuestion . '</td></tr><tr>'.$emptycell.'<td><input type="text" name="rp_anti_spam_answer" size="' . $emailWidth . '" value="'.$CORRECT_ANTISPAM_ANSWER.'"/></td></tr>' . "\n";  if ($anti_spam_position == 0) {if ($enable_anti_spam) {// print anti-spam
print '<table>';


Thanks in advance for the help :)


- Roel

IP Logged
Quote Edit
 Subject :Re:moved anti spam question, broke it in the process.. 2011-12-04 10:27:19 
mx_admin
Joined: 2011-06-27 10:54:29
Posts: 280
Location

Hello. The piece of code you pasted here doesn't really help.

Please send me a message at mavrosxristoforos@gmail.com with the php file attached please.


Thank you for posting.

IP Logged
Quote
Post Reply
Page #