Quote:
Originally Posted by Dismounted
Put the security token in the link - you can generate one using this algorithm:
PHP Code:
$securitytoken = time() . '-' . sha1(time() . sha1($userid . sha1($salt) . sha1($licenseid)));
|
Thanks for the reply. Can I ask you to show me
exactly how I should format it based on my info that I posted? Sorry(and thanks).
--------------- Added [DATE]1228960005[/DATE] at [TIME]1228960005[/TIME] ---------------
EDIT:
fixed