View file template/allforums.php

File size: 831B
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
$lines=file("local/dataforum/mainforum.dat");
$i=count($lines);
$n="0"; $a1="-1"; $u=$i-1;
$fid="0"; $itogotem="0"; $itogomsg="0";
do {$a1++; $dt=explode("|", $lines[$a1]);
$itogotem=$itogotem+$dt[4]; $itogomsg=$itogomsg+$dt[5];
} while($a1 < $u);
echo ' ('.(int)$itogotem.'/'.(int)$itogomsg.')<br>';
?>