Просмотр файла public_html/games2/templ/band.php

Размер файла: 938B
<?php
############################################
### Этот скрипт написан для Wap-Motor 18 ###
###Автор скрипта Dred#######################
###ICQ: 757041##############################
###Сайт: http://nmn.webhop.net##############
###Желающие могут подкинуть деньжат#########
###Z840880492902############################
###R852036927651############################
############################################
$dir = opendir(BASEDIR."local/navigator/band");while ($file = readdir ($dir)) {if (( $file != ".") && ($file != "..") && ($file != ".htaccess") && ($file != "index.php")){$a[]=$file;}}closedir ($dir);$total = count($a);for ($i = 0; $i < $total; $i++){$tex = @file(BASEDIR."local/navigator/band/$a[$i]");$data = explode(":||:",$tex[0]);if (!$data[0]==""){$dkkt[]=$data[0];}}arsort($dkkt);$prt = count($dkkt);echo'(<b><font color="red">'.$prt.'</font></b>)<br>';?>