1 (edited by scuzzo84 2006-08-29 21:38)

Topic: Spam Prevention

delete my worthless post

2 (edited by Smartys 2006-08-29 21:25)

Re: Spam Prevention

Edit: Apparently I missed the patches tongue

Re: Spam Prevention

I hope those outputted characters are actually HTML-encoded ASCII characters (like @ for, erm a I think)... else a bot can be easily adjusted wink

Re: Spam Prevention

This is worthless wink
1. A bot can easily do sums
2.

    // Spam Check
        $sum = $_POST['sum'];
        $answer = $_POST['answer'];
        if ($answer != $sum){
        message($lang_prof_reg['Spam']);
        }

The user submits the correct answer and their answer. You do realize hidden input fields are editable and thus it's trivial for a user to submit both the same

Re: Spam Prevention

rofl, indeed, this has no use...

Re: Spam Prevention

was this the math one? you need to answer a simple math problem before your post is submitted?

~James
FluxBB - Less is more

Re: Spam Prevention

Dr.Jeckyl wrote:

was this the math one? you need to answer a simple math problem before your post is submitted?

Yes. But it should be done alot more secure smile