View file load/na_zakaz/index.php

File size: 6.53Kb
<?/*
Автор: Evgenij made in AZOV 
E-mail: [email protected] (Всем вопросы и тех. поддержка)
Запрещенно!!: добавлять данный скрипт в бесплатные архивы!!, продавать!!, Меняться на форумах и т.д и т.п!!, без моего согласия:) 
*/

error_reporting(0);
$Date=date("d-m-Y");
$Time=date("H.i");
include "../main/cfg.php";/////Настройки
if($ver==0) {
$header ='<?xml version = "1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title>'.$title.'</title><link rel="stylesheet" href="../main/'.$dir_style.'/'.$style.'" type="text/css"/>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=utf-8" />
</head><body>';
$footer ='<div class="bottomn">
<a href="../index.php?style='.$style.'&amp;ver='.$ver.'">Начало</a><br/>
<a href="'.$copy.'">На главную</a></div>
&#174; '.$copy.'';
$end='</div></body></html>';} else {$header ='<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
<wml>
<card id="Menu" title="'.$title.'"><p align="left">';
$footer ='<a href="../index.php?style='.$style.'&amp;ver='.$ver.'">Начало</a><br/>
<a href="'.$copy.'">На главную</a><br/>
&#174; '.$copy.'';
$end='</p>
</card>
</wml>';}
if($ver==0) {header ("Content-type: application/xhtml+xml; charset=utf-8");} else { header ("Content-type:text/vnd.wap.wml; charset=utf-8");}
print $header;
if($ver==0) {print '<div class="bottom">';} print 'Стол заказов  '.date("d.m.Y - H:i").'';
$filew = @file("all/$Date.txt");
if(!empty($filew)) {
$total = count($filew);
$total = $total - 1;
$txt = explode("|",$filew[$total]);
$i=$txt[5]+1;
} else {$i=0;}
if($t!="ok"){print '<br/>Сегодня заказов: <b>'.$i.'</b>';
print '<br/>Всего заказов: <b>'; $filew = @file("all/all.dat");
if(!empty($filew)) {include "all/all.dat";} else {print '0';} print'</b>';}
if($ver==0) {print '</div><div class="block">';} else {print '<br/>';}
if($t=="ok"){$imya = substr($HTTP_POST_VARS["imya"],0,32);
$imya = htmlspecialchars(stripslashes($imya)); 
$ispolnitelq = substr($HTTP_POST_VARS["ispolnitelq"],0,32);
$ispolnitelq = htmlspecialchars(stripslashes($ispolnitelq)); 
$pesnya = substr($HTTP_POST_VARS["pesnya"],0,32);
$pesnya = htmlspecialchars(stripslashes($pesnya)); 
$razmer = substr($HTTP_POST_VARS["razmer"],0,36);
$razmer = htmlspecialchars(stripslashes($razmer));  
if(($imya=="") && (empty($imya))){print 'Заполните все поля';  print $end; break; }
if(($ispolnitelq=="") && (empty($ispolnitelq))) {print 'Заполните все поля'; print $end; break; }
if(($pesnya=="") && (empty($pesnya))){print 'Заполните все поля';print $end;  break; }
if(($razmer=="") && (empty($razmer))){print 'Заполните все поля';print $end; break; }
$imya=htmlspecialchars($imya);
$ispolnitelq=htmlspecialchars($ispolnitelq);
$pesnya=htmlspecialchars($pesnya);
$razmer=htmlspecialchars($razmer);
$razmer=intval($razmer);
if($razmer=="0") {$razmer="Полная";} else {$razmer="Нарезка";}
$a ="Время: $Time|Имя: $imya|Исполнитель: $ispolnitelq|Песня: $pesnya|Размер: $razmer|$i|";
$file =@file("all/$Date.txt");
if(!empty($file)) { $file = fopen("all/$Date.txt", "a+");} else {$file = fopen("all/$Date.txt", "w");}
fwrite($file,"$a\r\n");
fclose($file); 
$file = fopen("all/all.dat","r"); 
$zapis = fread($file, 100);	
$count = ($zapis + 1);	
fclose($file);			
$file2 = fopen("all/all.dat","w"); 
fputs($file2, $count); 
fclose($file2); 
chmod ("all/all.dat", 0664);
print 'Ваш заказ успешно принят и будет выполнен в ближайшее время, спасибо'; }
else 
{if($ver==0) {$as='<div class="top">'; $sa='</div>';} else {$as=$sa='<br/>';}
if($ver==0) {print '<form action ="index.php?t=ok&amp;style='.$style.'&amp;ver='.$ver.'&amp;tr='.$tr.'" method="post">'; }
print ''.$as.'Ваше имя'.$sa.'<input name="imya" type="text" value="'.$dw[0].'"></input>'.$as.'
Исполнитель или Группа:'.$sa.'<input name="ispolnitelq" type="text" value=""></input>'.$as.'
Название песни:
'.$sa.'<input name="pesnya" type="text" value=""></input>'.$as.'
Размер:'.$sa.'
<select name="razmer" multiple="false"><option value="0">Полная</option><option value="1">Нарезка</option></select>
<br/>';
if($ver==0) {print '<input type="submit" name="go" value="Заказать&#183;&#183;&#187;"></input></form>';}
else {print '<anchor title="ok">Заказать&#183;&#183;&#187;<go href="index.php?t=ok&amp;style='.$style.'&amp;ver='.$ver.'&amp;tr='.$tr.'" method="post">
<postfield name="imya" value="$imya"/><postfield name="ispolnitelq" value="$ispolnitelq"/><postfield name="pesnya" value="$pesnya"/><postfield name="razmer" value="$razmer"/></go></anchor>';}} 
if($ver==0) {print '</div>';} else {print '<br/>';}
if($ver==0) {print '<div class="top">';} else {print '---<br/>';}
print '<a href="all.php?style='.$style.'&amp;ver='.$ver.'&amp;tr='.$tr.'">Список заказов</a>';
if($ver==1) {print '<br/>';} 
print $footer;
 
if($ver==0) {print '</div><div class="copy">';} else {print '<br/>';}
$style_this=substr($style,0,-4); $style_this=latrus($style_this); $style_this=str_replace('_',' ',$style_this);
if($ver==0){ $gg=1; $ggg='wml'; $ggg1='xhtml<a href="index.php?style='.$style.'&amp;ver='.$ver.'&amp;sm=yes&amp;tr='.$tr.'">('.$style_this.')*</a>';} else {$gg=0; $ggg='xhtml('.$style_this.')'; $ggg1='wml';}
print 'Версия сайта: <a href="index.php?style='.$style.'&amp;ver='.$gg.'&amp;tr='.$tr.'">'.$ggg.'</a> | '.$ggg1.'';
$sm=htmlspecialchars($sm, ENT_QUOTES);
if($ver==0) {if($sm=="yes") {print '<form action ="index.php?style='.$style.'&amp;ver='.$ver.'&amp;tr='.$tr.'" method="post">
Стиль:<select name="style" multiple="false">';
$dir = opendir ("../main/css"); 
while ($style = readdir ($dir)) 
{if (( $style != ".") && ($style != "..") && ($style != ".htaccess"))
{$style_this=substr($style,0,-4); $style_this=latrus($style_this); $style_this=str_replace('_',' ',$style_this); print '<option value="'.$style.'">'.$style_this.'</option>';}}
print '</select>';   
closedir ($dir);
print '<input type="submit" name="go" value="&#183;&#183;&#187; "></input></form>';}}
print $end;
?>