2010-09-16, 04:05:03
Hello WebFXWorld, don´t problem, you can do all the changes that you want.....
Hello pinguino, the idea is that for captcha is the same writes in capitals letters that small letters (always compare in small letter),... but i saw that there are a bug; in line 204 (+-) change:
if ( $pot == $_POST['contact']['pot'] ) {
by
if ( $pot == strtolower($_POST['contact']['pot']) ) {
it caused a error of spam bot, if you write in capital letters.... i always test with small letters...
I don't use IE, outlook express; use FF and thunderbird and the email arrive good; i'm sorry, i don´t know like to solve it.
Thaks for you comments.
Hello pinguino, the idea is that for captcha is the same writes in capitals letters that small letters (always compare in small letter),... but i saw that there are a bug; in line 204 (+-) change:
if ( $pot == $_POST['contact']['pot'] ) {
by
if ( $pot == strtolower($_POST['contact']['pot']) ) {
it caused a error of spam bot, if you write in capital letters.... i always test with small letters...
I don't use IE, outlook express; use FF and thunderbird and the email arrive good; i'm sorry, i don´t know like to solve it.
Thaks for you comments.