AuthCodes
$i = 1;
$check2 = queryDB("SELECT domain, authcode, authcodeTime FROM ".$GLOBALS['mysqlTab']['authcodes']." WHERE allowedId = '".$GLOBALS['ud']['id']."' ORDER BY authcodeTime DESC");
$anzahl = mysql_num_rows($check2);
if ($anzahl > 0)
{
while ($check = mysql_fetch_object($check2))
{
$i += 1;
if (is_int($i/2)) { $row = "1"; }
else { $row = "2"; }
$details .= '
authcodeTime).'h">
';
}
}
else
{
$details .= ''.$check->domain.'
'.$check->authcode.'
authcodeTime).'h">
';
}
echo $details;
?>
No authcodes available.