if (isset($_COOKIE['LoginDone']))
{
}else{
$randtext = generateRandomString(32);
$xtm = time()+60*60*24*1;
$randtext = md5($randtext);
$sql = "INSERT INTO `temp_token` (`easy_key`, `use_for`, `date_added`, `date_expired`, `ip_add`, `status`, `user_id`) VALUES ('$randtext', 'User_Registration', '$nowtime', '$xtm', '$ip_add', '1', '0')";
$res = mysqli_query($db, $sql);
///////echo "$randtext here";
?>
}
?>
Statistics
|
Websites: 30913 |
Pending Websites: 7 |
Premium sites: 268 |
Users: 82308 |
Unverified Users: 11831 |