Просмотр файла template/str.php
<?php $dirmus = opendir ("str/rating/"); while ($filem = readdir ($dirmus)) {if (( $filem != ".") && ($filem != "..") && ($filem != ".htaccess")) {$am[]=$filem;}} closedir ($dirmus); $totalm = count($am); print "(<font color='red'>$totalm</font>)<br>"; ?>