Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
You cannot make another post so soon after your last...
#11
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
Reply
#12
That can be done with javascript AFAIK. Anyone got the code? I could play with it on QBNZ and if it works... maybe here?
Reply
#13
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....>
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#14
Kewl Smile

*remembers* no linux! Can't test it yet, but thanks anyways Big Grin
Reply
#15
there's also a disable command thingy but i havn't figured it out yet. >_>
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#16
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 =(
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)