// WR-Gallery v 1.3 // 28.05.06 ã. // Miha-ingener@yandex.ru
error_reporting (E_ALL);
include "config.php";
if (isset($_GET['msnum'])) {$msnum=$_GET['msnum'];} else {print"Îøèáêà - îòñóòñòâóåò UID-ôîòî. Âû èëè õàêåð èëè îøèáêà ñêðèïòà!"; exit;}
if (is_file("$datadir/$msnum.dat")) { $linesn = file("$datadir/$msnum.dat"); $in=count($linesn); if ($in > 15) {print "$back ����� 15 ������������ � ���������� ��������� ��������."; exit;}}
if (!ctype_digit($msnum) or strlen($msnum)<4) {exit("
$back. ������� ������. ������� ����� �� �����.
");}
if(isset($_GET['event'])) { // ���������� ����������� - ��� 2 ������ ������
if (isset($_POST['name'])) {$name=$_POST['name'];} else {$name="";}
if ($name==="" || strlen($name)>$maxname) {print "$back ���� ��� ������, ��� ��������� $maxname ��������!"; exit;} $name=str_replace("|","I",$name);
if (isset($_POST['type'])) {$type=$_POST['type'];} else {$type="0";} $type=str_replace("|","I",$type); if (strlen($type)> 2) {print" ������ ������� - \$ type=$type."; exit;}
$msg=$_POST['msg']; if ($msg == "" || strlen($msg) > $maxmsg) {print "$back ��� ����������� ���� ��� ��������� $maxmsg ��������."; exit;} $msg=str_replace("|","I",$msg);
if (isset($_POST['email'])) {$email=$_POST['email'];} else {$email="";} $email=str_replace("|","I",$email);
$day=mktime(); $text="$name|$email|$msg|$day|$type|";
$text=str_replace( " " ,' ' ,$text);
$text=str_replace( "&" ,'&' ,$text);
$text=str_replace( "" ,'-->' ,$text);
$text=preg_replace( "/"; exit;
} else {
$rubrika="�������� ����� ������";
include "images/$skin/top.html"; // ���������� �����
print"
";
include "images/bottom.html"; // ���������� �����
}
?>
Powered by WR-Gallery © 1.3