View file template/str.php
<?php // mod by Golem http://veplog.ru $dirmus = opendir ("str/rating/"); while ($filem = readdir ($dirmus)) {if (( $filem != ".") && ($filem != "..") && ($filem != ".htaccess")) {$am[]=$filem;}} closedir ($dirmus); $totalm = count($am); print "$totalm"; ?>