"; __("Last Login: "); if ($mem->user["lastlogin"]=="0000-00-00 00:00:00") { __("Never"); } else { echo format_date('the %3$d-%2$d-%1$d at %4$d:%5$d',$mem->user["lastlogin"]); printf(" "._('from: %1$s ')."
",$mem->user["lastip"]); } echo "

"; if ($mem->user["lastfail"]) { printf(_("%1\$d login failed since last login")."
",$mem->user["lastfail"]); } ?>
'; echo "".$xml->channel->title."
".$xml->channel->description.""; //echo ''._("Title").''._("Date").''; $count = 0; $max = 5; foreach ($xml->channel->item as $val) { if ($count < $max) { echo ' pubDate)?'colpan=2':'').'>'.$val->title.''; if (!empty($val->pubDate)) { echo ''.strftime("%d/%m/%Y" , strtotime($val->pubDate)).''; } echo ''; } $count++; } echo "\n
"; echo "
"; } // empty feed_url if($admin->enabled) { $expiring = $admin->renew_get_expiring_accounts(); if(count($expiring) > 0) { echo "

" . _("Expired or about to expire accounts") . "

\n"; echo "\n"; echo "\n"; if (is_array($expiring)) { foreach($expiring as $account) { echo ""; if($admin->checkcreator($account['uid'])) echo ""; else echo ""; echo "\n"; } } echo "
"._("uid").""._("Last name, surname").""._("Expiry")."
{$account['uid']}{$account['nom']}, {$account['prenom']}{$account['nom']}, {$account['prenom']}{$account['expiry']}
\n"; } echo "

"; __("You are using the AlternC Panel. You can contact the AlternC community for informations or feedback by joining the mailing-list"); echo " users@alternc.org"; echo "

"; } // if $admin->enabled $c = $admin->get($cuid); define("QUOTASONE","1"); echo "
"; require_once("quotas_oneuser.php"); ?>