My Forum resides inside /forum/ directory and the main code is outside (I am using the Kohana framework) so I don't want and I don'thave any access to the VB variables or code, I will have to generate it myself.
Anyway I made some progress and figured out the first part of the hash... see what I mean bellow in the url:
Code:
login.php?do=logout&logouthash=1265897467-dd88ae6c82e21b914e1a5dbb1b9fed44f40fee57
the first part
1265897467 is the value from session.lastactivity field, but the second value is always changing and I cannot figure out how to calculate it.
Thanx