Просмотр файла guest.BIZ.ver_1.1/help.php

Размер файла: 7.05Kb
<?php
#-----------------------------------------------------#
#            +++++++++ WaP-Koder +++++++++++          #
#             Made by   :  BIZON                      #
#               E-mail  :  [email protected]            #
#                 Site  :  www.w-sl.ru                #
#        Запрещено вносить изменения в код скрипта    #
#-----------------------------------------------------#
require_once("./sistem/ini.php");
require_once("./sistem/gzip.php");
if(isset($_GET['v'])){
$v=htmlspecialchars($_GET['v']);
if (!preg_match("|^[\d]+$|", $v)) {
header("Location:./index.php"); exit;
}}else{$v=0;}
if($v==2){
if(empty($_GET['derBIZ'])){
header("Location:./index.php"); exit;}else{
$derBIZ=htmlspecialchars($_GET['derBIZ']);
if(($derBIZ!='imozii')&&($derBIZ!='nasme')&&($derBIZ!='upshot')&&($derBIZ!='pechal')&&($derBIZ!='person')&&($derBIZ!='prochie')&&($derBIZ!='ushas')&&($derBIZ!='vesel')){header("Location:./index.php"); exit;}
}
} 
header("Content-type: text/vnd.wap.wml; charset=utf-8");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-cache, must-relative");
echo ("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
echo ("<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.3//EN\" \"http://www.wapforum.org/DTD/wml13.dtd\">");
echo ("<wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>");
echo ("<card id=\"index\" title=\"Справка по гостевой\"><p>");
if($arr_falas[7]==2){echo ('<small>');}
elseif($arr_falas[7]==3){echo ('<big>');}
else{}
switch($v) {
case '1':
echo ("<center>Правила транслита</center><br/>");
echo ("<strong>Аа</strong> - Aa<br/>");
echo ("<strong>Бб</strong> - Bb<br/>");
echo ("<strong>Вв</strong> - Vv<br/>");
echo ("<strong>Гг</strong> - Gg<br/>");
echo ("<strong>Дд</strong> - Dd<br/>");
echo ("<strong>Ee</strong> - Ee<br/>");
echo ("<strong>Ёё</strong> - Yoyo<br/>");
echo ("<strong>Жж</strong> - Jj<br/>");
echo ("<strong>Зз</strong> - Zz<br/>");
echo ("<strong>Ии</strong> - Ii<br/>");
echo ("<strong>Йй</strong> - Yy<br/>");
echo ("<strong>Кк</strong> - Kk<br/>");
echo ("<strong>Лл</strong> - Ll<br/>");
echo ("<strong>Мм</strong> - Mm<br/>");
echo ("<strong>Нн</strong> - Nn<br/>");
echo ("<strong>Оо</strong> - Oo<br/>");
echo ("<strong>Пп</strong> - Pp<br/>");
echo ("<strong>Рр</strong> - Rr<br/>");
echo ("<strong>Сс</strong> - Ss<br/>");
echo ("<strong>Тт</strong> - Tt<br/>");
echo ("<strong>Уу</strong>- Uu<br/>");
echo ("<strong>Фф</strong> - Ff<br/>");
echo ("<strong>Хх</strong> - Hh<br/>");
echo ("<strong>Цц</strong> - Cc<br/>");
echo ("<strong>Чч</strong> - Chch<br/>");
echo ("<strong>Шш</strong> - Shsh<br/>");
echo ("<strong>Щщ</strong> - Shcshc<br/>");
echo ("<strong>ъ</strong> - ''<br/>");
echo ("<strong>Ыы</strong> - Xx<br/>");
echo ("<strong>ь</strong> - '<br/>");
echo ("<strong>Ээ</strong> -  Ye ye<br/>");
echo ("<strong>ъ</strong> - ''<br/>");
echo ("<strong>Юю</strong> - Yu yu<br/>");
echo ("<strong>Яя</strong> - Ya ya<br/><br/>");
break;

case '2':
if(isset($_GET['s'])) 
$s=$_GET['s'];
else 
$s = 0;
$total = 0;
$namenBIZ=$derBIZ;
$namenBIZ= str_replace('imozii', 'Эмоциональные', $namenBIZ);
$namenBIZ= str_replace('nasme', 'Насмешливые', $namenBIZ);
$namenBIZ= str_replace('pechal', 'Печальные', $namenBIZ);
$namenBIZ= str_replace('person', 'Персональные', $namenBIZ);
$namenBIZ= str_replace('prochie', 'Разные', $namenBIZ);
$namenBIZ= str_replace('ushas', 'Ужастики', $namenBIZ);
$namenBIZ= str_replace('vesel', 'Весёлые', $namenBIZ);
echo ("<center>$namenBIZ смайлы</center><br/>");
if(!($dp = opendir("./smail/$derBIZ")));
$file_array = array(); 
while ($file = readdir ($dp))
{
if(stristr($file, '.gif'))
{
$file_array[] =  $file;
}
}
$file_count = count ($file_array);
echo(' Всего: <strong>'.$file_count.'</strong><br /><br/>');
sort ($file_array);
$total_pages = ceil($file_count/5);
$pageof = $s + 1;
if ($file_count > 0)
{
$first_record = $s * 5;
$last_record = $first_record + 5;
while (list($fileIndexValue, $file_name) = each ($file_array))
{
if (($fileIndexValue >= $first_record) && ($fileIndexValue < $last_record))
{
++$c;
$file_neme= str_replace('.gif', '', $file_name);
echo(' <strong>'.($c+($s*5)).'.</strong><img src="./smail/'.$derBIZ.'/'.$file_name.'" align="middle" alt=".'.$file_neme.'."/>  <strong>.'.$file_neme.'.</strong>');
echo('<br />----<br />');
$total = $total + filesize($file_name);
}
}
echo('<br/>');
if($file_count>5){ echo('Страница: ');
if (($file_count > 0) AND ($s != 0))
{
$prev_page = $s -1;
echo('|<a href="?v='.$v.'&amp;s='.$prev_page.'&amp;derBIZ='.$derBIZ.'"><img src="'.DER.'images/first.gif" alt="'.htmlspecialchars("<<<").'" align="middle"/></a>| ');
}
$stmax=round(($file_count/5)+0.45);
$stn=$s+1;
$siska=$s+1;
for($inn=$stn-1;$inn<$stmax;$inn++)
{
if($inn+1<($stn+6)){
if($stn==$inn+1)
echo("<b>&nbsp;".($inn+1).".</b>");
else
echo('<a href="?v='.$v.'&amp;s='.$inn.'&amp;derBIZ='.$derBIZ.'">&nbsp;'.($inn+1).'.</a>');
}
}
if (($file_count > 0) && ($last_record < $file_count))
{
$next_page = $s + 1;
echo(' |<a href="?v='.$v.'&amp;s='.$next_page.'&amp;derBIZ='.$derBIZ.'"><img src="'.DER.'images/last.gif" alt="'.htmlspecialchars(">>>").'" align="middle"/></a>|');
}
}
}
closedir($dp);
echo('<br/>');
break;

default:
echo ("<center>Информация по гостевой</center><br/>");
echo ('<img src="'.DER.'images/right.gif" alt="" align="middle"/><a href="?v=1">Правила транслита</a><br/>');
echo ('<br /><strong>-=Написание смайлов=-</strong><br />');
$dirBIZ = opendir ("./smail/.");
while ($fileBIZ = readdir ($dirBIZ)) 
 {
if ($fileBIZ != "..")
    {	
$filetype_BIZ =filetype("./smail/$fileBIZ");
if($filetype_BIZ=="dir"){
if($fileBIZ=="."){}else{
$faleBIZ=$fileBIZ;
$faleBIZ= str_replace('imozii', 'Эмоциональные', $faleBIZ);
$faleBIZ= str_replace('nasme', 'Насмешливые', $faleBIZ);
$faleBIZ= str_replace('pechal', 'Печальные', $faleBIZ);
$faleBIZ= str_replace('person', 'Персональные', $faleBIZ);
$faleBIZ= str_replace('prochie', 'Разные', $faleBIZ);
$faleBIZ= str_replace('ushas', 'Ужастики', $faleBIZ);
$faleBIZ= str_replace('vesel', 'Весёлые', $faleBIZ);
echo ('<img src="'.DER.'images/right.gif" alt="" align="middle"/><a href="?v=2&amp;derBIZ='.$fileBIZ.'">'.$faleBIZ.'</a><br/>');
}}
}}
closedir($dir);
break;
}
if(!empty($v))echo ('<img src="'.DER.'images/left.gif" alt="" align="middle"/><a href="?">К справке</a><br/>');
echo ('<img src="'.DER.'images/left.gif" alt="" align="middle"/><a href="'.DER.'">К гостевой</a><br/>');
list($msec, $sec) = explode(chr(32), microtime());
echo ("<center>[".round(($sec + $msec) - $headtime, 5)."]</center><br/>");
if($arr_falas[7]==2){echo ('</small>');}
elseif($arr_falas[7]==3){echo ('</big>');}
else{}
echo ("</p></card></wml>");
?>