Вход Регистрация
Файл: RootPanel 1.7.0 FreeCode/RootPanel 1.7.0 FreeCode/_rootadmin/_avdeskinfo.inc.php
Строк: 49
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>

<?

if ($id) {
    if (
checkAdminAccess('shopRead')) {
        
$orderShop GetOrderShopById($id);
        
$shopItem GetShopItemById($orderShop->item);

        if (
$orderShop->field1 and $shopItem->type == "avdesk") {
            if (
$shopItem->field1 and $shopItem->field2 and $shopItem->field3 and $shopItem->field4) {
                
$avdesk = new AVDESK();
                
$avdesk->init($shopItem->field1,$shopItem->field2,$shopItem->field3);

                
$result $avdesk->getUserInfo($orderShop->field1);

                print 
"<B>Информация по аккаунту:</b><BR><BR>";
                print 
"<B>ID:</B> ".$result[data][id]."<BR>";
                print 
"<B>Пароль:</B> ".$result[data][password]."<BR>";
                print 
"<B>Группа:</B> ".$result[data][gid]."<BR>";
                
$createtime $result[data][createtime]; $createtimeTXT substr($createtime,0,4)."-".substr($createtime,4,2)."-".substr($createtime,6,2)." ".substr($createtime,8,2).":".substr($createtime,10,2).":".substr($createtime,12,2);
                print 
"<B>Дата создания:</B> ".$createtimeTXT."<BR>";
                
$expires $result[data][expires]; $expiresTXT substr($expires,0,4)."-".substr($expires,4,2)."-".substr($expires,6,2)." ".substr($expires,8,2).":".substr($expires,10,2).":".substr($expires,12,2);
                print 
"<B>Дата окончания:</B> ".$expiresTXT."<BR>";
                
$lastseenat $result[data][lastseenat]; 
                if (
$lastseenat) { 
                    
$lastseenatTXT substr($lastseenat,0,4)."-".substr($lastseenat,4,2)."-".substr($lastseenat,6,2)." ".substr($lastseenat,8,2).":".substr($lastseenat,10,2).":".substr($lastseenat,12,2);
                    print 
"<B>Последнее обращение:</B> ".$lastseenatTXT."<BR>";
                    print 
"<B>Последнее обращение c:</B> ".$result[data][lastseenfrom]."<BR>";
                }
                print 
"<BR>";

                
$result $avdesk->getUserStats($orderShop->field1);
                                              
                print 
"<B>Всего вирусов:</B> ".$result[viruses][total]."<BR><BR>";

                print 
"<B>10 самых популярных вирусов:</B><BR><BR>";
                for (
$i=0$i<10$i++) {
                    if (
$i == 0) {$n="";} else {$n=$i;}
                    
$idx "virus".$n;

                    if (
$result[$idx][name]) {
                        print 
"[ ".$result[$idx][count]." ] ".$result[$idx][name]."<BR>";
                    }
                }

            }

        }

    } else {
        print 
"<center><font color=red>Access denied!</font></center>";
    }
}

?>

</body>
</html>
Онлайн: 1
Реклама