Thanks for the help, but that seems to deal more with the spam posting rather than their actual registrations. I'm probably more bothered about the
spammers actually registering rather than having to remove their posts
I did try adding an extra field on the registration template called 'passkey' and then adding this to member.php somewhere:
if(isset($_POST['passkey']) && $_POST['passkey'] != "passkey") {
die("Invalid passkey - please contact via outside the board if you need it");
}
(or something like that, I can't remember everything -.-)
Unfortunately, this didn't work, it still let my test registration in. Maybe I need to create a new template? I'm not sure everything about XMB's
codebase. |