2010-09-16, 04:17:42
Hello, i saw that there are a bug; in line 210 (+-) change:
if ( $pot == $_POST['guest']['pot'] ) {
by
if ( $pot == strtolower($_POST['guest']['pot']) ) {
it caused a error of spam bot, if you write in capital letters.... i always test with small letters...
Upload again the version 2.2 in http://get-simple.info/forum/viewtopic.p...6504#p6504
Regards.
if ( $pot == $_POST['guest']['pot'] ) {
by
if ( $pot == strtolower($_POST['guest']['pot']) ) {
it caused a error of spam bot, if you write in capital letters.... i always test with small letters...
Upload again the version 2.2 in http://get-simple.info/forum/viewtopic.p...6504#p6504
Regards.