View file template/votes.php
<?php #-----------------------------------------------------# # ********* WAP-MOTORS ********* # # Made by : VANTUZ # # E-mail : [email protected] # # Site : http://pizdec.ru # # WAP-Site : http://visavi.net # # ICQ : 36-44-66 # # Вы не имеете право вносить изменения в код скрипта # #-----------------------------------------------------# $file = file(BASEDIR."local/datavotes/result.dat"); if($file){ $sum=array_sum($file);} echo ' ('.(int)$sum.')<br>'; ?>