When register globals set to off (as it should always
be) in activate.php the following line:
$query=mysql_query("UPDATE users SET Pass=MD5('$pass'),
active='y' WHERE ID = $ID");
Must be replaced by:
$query=mysql_query("UPDATE users SET
Pass=MD5('".$_POST["pass2"]."'), active='y' WHERE ID =
$ID");
Cheers
Antoine.
Nobody/Anonymous ( nobody ) - 2006-05-15 11:12
5
Open
None
Nobody/Anonymous
Interface (example)
v1.0 (example)
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use