View Full Version : agreement button delay hack..................
eyesontennis
07-05-2002, 09:14 PM
I need the code, but the thread has gone. Anyone know where I can get the l33t delay countdown thing for the register templates thx.
Hotte
07-05-2002, 09:17 PM
how about to read?
globalwin
07-05-2002, 09:45 PM
tut :(
Sinecure
07-05-2002, 10:05 PM
I had a problem with teh thread not showing up as well, but I was able to get it eventually.
this is it:
Ahm... ok....
u need to edit your signupadult and signupadult templates
find line starts with:
<form
replace the whole (!) line with:
<form action="register.php" method="post" name=register>
find line:
<input type="submit" class="bginput" value="Agree">
replace with:
<input type="submit" name="Submit" class="bginput" value="Agree">
after: $footer add
<script>
document.forms.register.Submit.disabled =true;
window.setTimeout("Timer()", 15000);
function Timer() {
document.forms.register.Submit.disabled =false;
};
</script>
delay here is set to 15 seconds.....
Demo here (http://forums.realwebhost.net/register.php?action=signup)
Velocd
07-05-2002, 11:33 PM
....why? .....I wont even ask.
G2 Lost Soul
07-05-2002, 11:51 PM
how do you get the timer to display on the Agree button?
Sinecure
07-06-2002, 12:43 AM
since this isn't a hack, I'm going to move it...
Logician
07-07-2002, 07:51 AM
Originally posted by G2 Lost Soul
how do you get the timer to display on the Agree button?
https://vborg.vbsupport.ru/showthread.php?s=&threadid=28316&highlight=wait+user
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.