Вход Регистрация
Файл: test.zfarm.mobi/mystyleuser/useracq.php
Строк: 16
<?php 
///////////////////////// 
/* 
Author MyStyle ZomBi.Biz 
Год 2013 Права предоставлены автору Шехову Виталию Александровичу 
http://vk.com/online_user 
*/ 
///////////////////////// 
 
if(isset($_POST['icq'])) 

if(!
preg_match("#^([0-9-_ ])+$#ui"$_POST['icq']))err_game('В ICQ присутствуют запрещенные символы'); 
elseif (
preg_match("#(^ )|( $)#ui"$_POST['icq']))err_game('Запрещено использовать пробел в начале и конце ICQ'); 
elseif (
strlen2($_POST['icq'])<6)err_game('Короткое ICQ'); 
elseif (
strlen2($_POST['icq'])>9)err_game('Длина ICQ превышает 9 символов'); 
else 

mysql_query("UPDATE `mystyle_user` SET `icq` = '".num($_POST['icq'])."' WHERE `id` = '".$user['id']."' LIMIT 1"); 
header("Location:?profile=$user[id]"); 
exit; 

 

echo 
'<div class="emptyPanel">'
echo 
'<h1 class="body">Изменение ICQ:</h1>'
echo 
'<form method="post"><div style="width:0px;height:0px;position:absolute;left:-100px;top:-100px;overflow:hidden"></div>'
echo 
'<div class="pt12"><label for="pass">Введите ICQ</div> 
<div><input class="btnp" type="text" value="'
.$user['icq'].'" name="icq"/></div> 
<div class="pt12"><input type="submit" value="Готово!" class="btn bold" style="width: 100%; font-size: 16px;"/></div> 
</form></div></div>'

 
 
?>
Онлайн: 1
Реклама