Вход Регистрация
Файл: test.otwap.aux.su/pages/properties.php
Строк: 66
<script language="JavaScript" type="text/javascript" src="wz_tooltip.js"></script>
        <script language="JavaScript" type="text/JavaScript">
                        <!--
                        function jumpMenu(selObj){ eval("parent.location='"+selObj.options[selObj.selectedIndex].value+"'"); }
                        //-->
        </script>
        <br>
        <b>
            Настройка данных
        </b><br>
        <?
        
        $new_password 
$_POST[password];
        
$confirm_new_password $_POST[password2];
        
$icq trim($_POST[icq]);
        
$email trim($_POST[email]);
if (isset(
$_POST[allow])) {
        if (
$new_password == $confirm_new_password) {
            
$in "";
            if (
$email != ""$in .= "u.email = '$email',";
            if (
$icq != ""$in .= "u.icq = '$icq',";
            if (
$new_password != "") {
                
$md5_new_password md5($new_password);
                
$in .= "`password` = '$md5_new_password',";
            }
            
$len strlen($in)-1;
            
$in substr($in0$len);
            
$query "UPDATE user as u SET " $in " WHERE u.id = '$id_user'";
            if (
updata($query)) {
                if (
$md5_new_password != ''$_COOKIE['regpass'] = $md5_new_password;
                
$description 'Ваши данные были обновлены успешно!<br/>';
            } else {
                
$description 'Ваши данные не обновились из-за системной ошибки!<br> Попробуйте позднее.<br/>';
            }
        } else {
            
$description '
                                Вы ввели неверное подтверждение для нового пароля.<br>Попробуйте ещё раз.<br/>'
;
        }
    } 
 else {
    
$description 'Если поле пустое, то информация в нём не изменится.<br/>';
}

        echo 
"$description<br>";    
        
        
$set select("SELECT u.id, u.login, u.icq, u.email, u.wmz FROM user u WHERE u.id = $id_user");
        
$row mysql_fetch_row($set);
        
        
?>
<B>Фиксированные данные</b><br/>
ID: <img onmouseover="Tip('ID аккаунта нужен для идентификации в системе и для переводов показов.', DELAY, 0)" src="images/help.png" width="11" height="11">&nbsp;
<?=$row[0]?><br/>
Логин: <img onmouseover="Tip('Логин для входа в систему.', DELAY, 0)" src="images/help.png" width="11" height="11">&nbsp;
<?=$row[1]?><br/>
WMR: <img onmouseover="Tip('Ваш номер кошелька', DELAY, 0)" src="images/help.png" width="11" height="11">&nbsp;
<?=$row[4]?><br/>                
<form method=post>
<br/><B>Настройки пользователя</b><br/>
E-mail: <img onmouseover="Tip('E-mail указанный при регистрации используемый для восстановления пароля.', DELAY, 0)" src="images/help.png" width="11" height="11"><br/>
<input name='email' value='<?=$row[3]?>' class='field'><br/>
ICQ: <img onmouseover="Tip('Icq UIN для быстрой связи.', DELAY, 0)" src="images/help.png" width="11" height="11"><br/>
<input name='icq' value='<?=$row[2]?>' class='field5'><br/>
Новый пароль: <img onmouseover="Tip('Для смены пароля необходимо его ввести дважды и указать старый пароль в поле ниже.', DELAY, 0)" src="images/help.png" width="11" height="11"><br/>
<input type = 'password' name='password' class='field5'><br/>Подтверждение:<br/><input type = 'password' name='password2' class='field5'><br/>
<input type="hidden" value=true name="allow"><br/>
<input type = 'submit' value='Сохранить'></form>
Онлайн: 0
Реклама