Qbasicnews.com

Full Version: You cannot make another post so soon after your last...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
And the Flood Control works good, but not really for double clicking the submit button... Perhaps that's a mod for you to do admins? Disabling the submit button when it's been clicked once Smile
That can be done with javascript AFAIK. Anyone got the code? I could play with it on QBNZ and if it works... maybe here?
Quote:That can be done with javascript AFAIK. Anyone got the code? I could play with it on QBNZ and if it works... maybe here?
i googled it

http://forums.devshed.com/t329/s.html

Code:
<script>
var xx=0;
function stopit(){
if(x==1){alert("stop it that hurts!");x=1;return false;} else {x=1;return true;}
}
</script>

<form onSubmit="return stopit()" etc....>
Kewl Smile

*remembers* no linux! Can't test it yet, but thanks anyways Big Grin
there's also a disable command thingy but i havn't figured it out yet. >_>
Quote:Flood control is for posts, not registrations Tongue

Meh, if you prevent registration you will be able to prevent 'floods'. But if the bot is capable of using a preexisting account then yes you cant do anything to stop it =(
Pages: 1 2