Example #1
0
$verify_pskb_compl[$i]['frl'] = Verification::getStatVerify($fdate, $tdate, 'pskb', true, true);
$verify_okpay_compl[$i]['frl'] = Verification::getStatVerify($fdate, $tdate, 'okpay', true, true);
// Успешно - по странам
$verify_wm_compl[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'wm_country', true);
$verify_ff_compl[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'ff_country', true);
$verify_yd_compl[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'yd_country', true);
$verify_pskb_compl[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'pskb_country', true);
$verify_okpay_compl[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'okpay_country', true);
// Не успешно - по странам
$verify_wm[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'wm_country', false);
$verify_ff[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'ff_country', false);
$verify_yd[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'yd_country', false);
$verify_pskb[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'pskb_country', false);
$verify_okpay[$i]['country'] = Verification::getStatVerify($fdate, $tdate, 'okpay_country', false);
// Общая по странам
$verify_country[$i] = Verification::getStatVerify($fdate, $tdate, 'country');
?>
</form>


<?php 
if (count($stats) == 0) {
    ?>
<strong>Статистика пустая</strong>
<?php 
} else {
    ?>

<table  border="1" cellspacing="2" cellpadding="2">
    <colgroup>
        <col width="530"/>