| |
#mt_srand ((double)microtime()*1000000);
$maxran = 1000000;
$random_num = mt_rand(0, $maxran);
$datekey = date("F j");
$rcode = hexdec(md5($_SERVER["HTTP_USER_AGENT"] . $cfg_sitekey . $random_num . $datekey));
$code = substr($rcode, 2, 6);
?>Bevestigingscode:
|