The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
http://php.net/manual/en/reserved.variables.get.php i read that wrong (my bad) lol
and wouldnt local storage or a cookie work for keeping them on that page (redirect to that page no matter what) untill the password was confirmed? or would it have to be sql based? --------------- Added [DATE]1424881325[/DATE] at [TIME]1424881325[/TIME] --------------- and i have an idle timer i created for this already, would it be possible to modify table (0,1 maybe) using this timer Code:
idleTime = 0; $(document).ready(function () { startIdle(); var idleInterval = setInterval(timerIncrement, 1000); $(document).bind( "mousemove keypress", function () { idleTime = 0; }); }); --------------- Added [DATE]1424881481[/DATE] at [TIME]1424881481[/TIME] --------------- i think im on to something with this http://www.9lessons.info/2011/03/liv...-and-ajax.html |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|