// WR-Golos v 1.0 // 28.10.2006 г. // Miha-ingener@yandex.ru
error_reporting (E_ALL);
//$glsnum="1"; // номер голосования (от 0 до 9 включительно)
//ip1.dat
//vote1.dat
include "config.php";
$shapka="
Голосование";
$lines = file("$datadir/vote$glsnum.dat");
$itogo=count($lines); $i=1; $glmax=0;
// Считаем общее кол-во голосов
do {$dt=explode("|",$lines[$i]); $glmax=$glmax+$dt[1]; $i++; } while($i<$itogo); $i=1; $all=$glmax;
$vdt = explode("|",$lines[0]);
print"$shapka
";
?>
Powered by WR-Golos © 1.0