Topic: Spam Prevention
delete my worthless post
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Spam Prevention
delete my worthless post
Edit: Apparently I missed the patches
I hope those outputted characters are actually HTML-encoded ASCII characters (like @ for, erm a I think)... else a bot can be easily adjusted
This is worthless
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
rofl, indeed, this has no use...
was this the math one? you need to answer a simple math problem before your post is submitted?
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
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Spam Prevention
Powered by PunBB, supported by Informer Technologies, Inc.