Qbasicnews.com
You cannot make another post so soon after your last... - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: Site/Forum Issues (http://qbasicnews.com/newforum/forum-9.html)
+--- Thread: You cannot make another post so soon after your last... (/thread-2474.html)

Pages: 1 2


You cannot make another post so soon after your last... - Neo - 11-20-2003

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


You cannot make another post so soon after your last... - oracle - 11-21-2003

That can be done with javascript AFAIK. Anyone got the code? I could play with it on QBNZ and if it works... maybe here?


You cannot make another post so soon after your last... - whitetiger0990 - 11-21-2003

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....>



You cannot make another post so soon after your last... - oracle - 11-21-2003

Kewl Smile

*remembers* no linux! Can't test it yet, but thanks anyways Big Grin


You cannot make another post so soon after your last... - whitetiger0990 - 11-21-2003

there's also a disable command thingy but i havn't figured it out yet. >_>


You cannot make another post so soon after your last... - TheBigBasicQ - 11-21-2003

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 =(