= $invites) stderr("Sorry", "The current user account limit (" . number_format($invites) . ") has been reached. Inactive accounts are pruned all the time, please check back again later..."); $res = do_mysql_query("SELECT passhash, editsecret, secret, status FROM users WHERE id = $id"); $row = mysql_fetch_assoc($res); if (!$row) httperr(); if ($row["status"] != "pending") { header("Refresh: 0; url=../../ok.php?type=confirmed"); exit(); } $sec = hash_pad($row["editsecret"]); if ($md5 != md5($sec)) httperr(); $secret = $row["secret"]; $psecret = md5($row["editsecret"]); stdhead("Confirm Invite"); ?>

"._('Male')." "._('Female')."  *" ,1); tr( _("Age (optional)"), " ", 1); tr( _("Website (optional)"), " ", 1); ?>
:
:
:
', ''); ?>
', '') ); ?>