sweet thanks, as for the rest i got everything sorted out =) and ill probally start product fying this when i wake up.
thanks for all your help and suggestions kev, you better believe you'll have credit on this
--------------- Added [DATE]1424893001[/DATE] at [TIME]1424893001[/TIME] ---------------
oh heres a screen but the close button wont be there
--------------- Added [DATE]1424893035[/DATE] at [TIME]1424893035[/TIME] ---------------
still needs some work but its a pretty sexy screen to get trapped on lol
--------------- Added [DATE]1424920959[/DATE] at [TIME]1424920959[/TIME] ---------------
so ive been playing with this and seems like the session table is reset after some time, creating a vulnerability to this mod.
if i get the idle set to 1 after some time the table is creating a new table for my id with the default of idle being 0, I believe moving this column to user table will solve this problem, but im not sure if it will achieve the desired effect
--------------- Added [DATE]1424921132[/DATE] at [TIME]1424921132[/TIME] ---------------
also using
Code:
$vbulletin->db->query("
UPDATE `" . TABLE_PREFIX . "session`
SET idle = '1'
WHERE dbsessionhash = {$vbulletin->session['vars']['dbsessionhash']}
");
doesnt seem to change the table at all