File size: 2.54Kb
<?php
#######################################################
# FOOTBALL MANAGER
######################################################
######################################################
# E-Mail: vbv07@inbox.ru
######################################################
# 2009 (c)
######################################################
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
echo '<!-- Браузерная онлайн игра "Football MANAGER" ("Футбольный МЕНЕДЖЕР") 2009 (c) Powered by VoRoN@ -->';
echo'<b><center>*Football MANAGER*</center></b><br><br>';
echo'- <a href="rules.php">Правила игры</a> [<font color="green">Читать ВСЕМ!</font>]<br>';
echo'- <a href="info.php">Инфо по игре</a> [<font color="green">Читать ВСЕМ!</font>]<br>';
echo'- <a href="news.php">Новости игры</a>';
$file=file(BASEDIR."manager/adminka/news.dat");
$c=count($file)-1;
$new=explode("|",$file[$c]);
echo ' ['.$new[0].']';
echo '<hr>';
echo '[<a href="http://skay.h2m.ru/manager/">Зона 1</a>]';
$j=0;
$file=file(BASEDIR."manager/clubs.dat");
foreach ($file as $k=>$v)
{
$ex=explode("|",$v);
if ($ex[1]=="")
{
$j=$j+1;
}
}
echo ' Свободно мест: '.$j.'<br>';
echo '<hr>';
echo '<hr>';
echo '[<a href="http://skay.h2m.ru/manager1/">Зона 2</a>]';
$j=0;
$file=file(BASEDIR."manager1/clubs.dat");
foreach ($file as $k=>$v)
{
$ex=explode("|",$v);
if ($ex[1]=="")
{
$j=$j+1;
}
}
echo ' Свободно мест: '.$j.'<br>';
echo '<hr>';
echo '[<a href="http://skay.h2m.ru/manager2/">Зона 3</a>]';
$j=0;
$file=file(BASEDIR."manager2/clubs.dat");
foreach ($file as $k=>$v)
{
$ex=explode("|",$v);
if ($ex[1]=="")
{
$j=$j+1;
}
}
echo ' Свободно мест: '.$j.'<br>';
echo '<hr>';
echo'<a href="../managers/stats.php">Статистика чемпионатов</a> <font color="#FF0000">New</font><br>';
echo'<hr><img src="../images/img/homepage.gif" alt=""> <a href="http://skay.h2m.ru/index.php?'.SID.'">На главную</a>';
include's.php';
include_once"../themes/$config_themes/foot.php";
?>