File size: 3.07Kb
<?
////////////////////////////////////////////////////////////////////////////
//// Автор скрипта: Трофимов Дмитрий Сергеевич aka dimidrol //
//// E-mail: [email protected] //
//// Home pages: http://www.trofimov.com.ru //
//// WAP SAIT: http://trofimov.com.ru/wap/ //
//// Версия скрипта: TROforum 0.1 //
////////////////////////////////////////////////////////////////////////////
include ("$site_url/trofimov.php");
include ("$site_url/narod.php");
include ("config.inc.php");
switch($trofimov) :
default :
print "
<html>
<head>
<title>$title</title>
<meta http-equiv=Content-Type content=text/html; charset=windows-1251>
<meta content=$keywords name=keywords>
<meta content=$descr name=description>
<meta content=$author name=author>
<STYLE>A:link {
COLOR: #006699; TEXT-DECORATION: none
}
A:visited {
COLOR: #006699; TEXT-DECORATION: none
}
A:active {
COLOR: #006699; TEXT-DECORATION: none
}
A:hover {
COLOR: red; TEXT-DECORATION: none
}
.8pt {
FONT-FAMILY: Tahoma,sans-serif; FONT-SIZE: 8pt
}
.text {
FONT-SIZE: 15px; COLOR: #1D1A16
}
.copy {
FONT-SIZE: 11px; COLOR: #1D1A16
}
.niz {
FONT-SIZE: 12px; COLOR: #1D1A16
}
</STYLE>
</head>
<table width=100% border=0 cellspacing=1 cellpadding=1>
<tr>
<td width=100% height=47 colspan=3 class=text><p align=right><img src=$site_url/img/home.gif><a href=$site_url/index.php>Начало</a> <img src=$site_url/img/add.gif><a href=$site_url/msg.php>Создать тему</a> <img src=$site_url/img/search.gif><a href=$site_url/search.php>Поиск</a> <img src=$site_url/img/admin.gif><a href=$site_url/admin/admin.php>Администрирование</a></p></td>
</tr>
<tr>
<td width=100% height=10 background=$site_url/img/1.gif class=text><font color=#FFFFFF><b>Администрирование форума</b></font></td>
</tr>
<tr>
<td width=100% height=9 colspan=3 background=$site_url/img/2.gif></td>
</tr>
<tr>
<td width=100% height=20 bgcolor=#EFEFEF class=text>
<form action=panel.php method=post>
<br>Password<br>
<input type=text value='' name=parsingpass size=40>
<input type=submit value='Отправить'>
</form>
</tr>
<tr>
<td width=100% height=2 colspan=3 background=$site_url/img/2.gif></td>
</tr>
";
print"
<tr>
<td width=754 height=19 colspan=3 background=$site_url/img/1.gif class=text><font color=#FFFFFF><b>Информация на форуме</b></font></td>
</tr>
<tr>
<td width=754 height=35 colspan=3 bgcolor=#EFEFEF class=niz>
Сегодня : $chislo $mesyac, $den_nedeli<br>
Всего тем оставленных за всю работу скрипта : $count <br>
В настоящее время присутствуют пользователей: $online<br>
<b>Статистика</b> :
<br>Уникальных: $unique
<br>Сегодня: $all_today
<br>Всего: $all
<center><font class=copy>Powered by: TROforum 0.1<br> Copyright © </font><a class=copy href=http://www.trofimov.com.ru/>Trofimov D.S<center></a></td>
</tr>
</table>";
case("trofimov") :
print"";
break;
endswitch;
?>