// WR-Gallery v 1.3.1 // 16.09.07 ã. // Miha-ingener@yandex.ru error_reporting (E_ALL); include "config.php"; $valid_types=array("gif","jpg","png","jpeg"); // äîïóñòèìûå ðàñøèðåíèÿ $shapka="
"; // ������� ���������� function prcmp ($a, $b) {if ($a==$b) return 0; if ($a<$b) return -1; return 1;} if (isset($_GET['event'])) { if ($_GET['event']=="add") { // ���������� ���� if (isset ($_POST['name']) & isset ($_POST['msg']) & isset ($_POST['email'])) {$name=$_POST['name']; $msg=$_POST['msg']; $email=$_POST['email'];} else {exit;} $name=trim($name); $msg=trim($msg); $email=trim($email); // �������� ���������� ������� $name=str_replace("|","I",$name); $email=str_replace("|","I",$email); $msg=str_replace("|","I",$msg); // ���� �� �� "�������"! if ($name==="" || strlen($name)>$maxname) {print "$shapka $back ���� ��� ��� ������, ��� ��������� $maxname ��������!"; exit;} if ($msg==="" || strlen($msg)>$maxmsg) {print "$shapka $back ���� ��������� ��� ������ ��� ��������� $maxmsg ��������."; exit;} if (!eregi("^([0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-wyz][a-z](fo|g|l|m|mes|o|op|pa|ro|seum|t|u|v|z)?)$", $email) and strlen($email)>30 and $email!=="") {print "$shapka $back � ������� ���������� E-mail �����!"; exit;} $fotoname = $_FILES['file']['name']; // ���������� ��� ����� $fotosize=$_FILES['file']['size']; // ���������� ������ ����� // ��������� ���������� ����� $ext = strtolower(substr($fotoname, 1 + strrpos($fotoname, "."))); if (!in_array($ext, $valid_types)) {echo '���� �� ��������. ��������� �������:"; if ($number<$maxi) {$next=$number; $dtlast=explode("|",$lines[$next]); print "";} print " | "; if ($number>1) {$last=$number-2; $dtnext=explode("|",$lines[$last]); print "";} print " |