Размер файла: 1.94Kb
<?
include('../include/path.php');
if(isset($user)){
if(isset($_GET['auto']) && isset($_POST['pas'])){
function put_content() {
global $user,$config;
echo '<a href="'.$config["myurl"].'/?log='.MyEncode(StrToLow($user['login'])).'&pas='.htmlspecialchars($_POST['pas']).'">http://'.$_SERVER['SERVER_NAME'].'/?log='.MyEncode(StrToLow($user['login'])).'&pas='.htmlspecialchars($_POST['pas']).'</a><br>';
echo '<br>Вы можете перейти по этой ссылке и добавить страницу в закладки';
echo '<div class="nav"><a href="settings.php?'.SID.'">назад</a></div>';
}
}else{
function put_content() {
global $path,$rank;
echo '<div class="title">Настройки пользователя</div>';
echo '<a href="change.php?'.SID.'">Изменить информацию о себе</a><br>';
echo '<a href="changepas.php?'.SID.'">Сменить пароль</a><br>';
echo '<a href="exact.php?'.SID.'">Точные настройки</a><br>';
echo '<a href="avatar.php?'.SID.'">Сменить аватар</a><br>';
echo '<a href="styling.php?'.SID.'">Сменить дизайн</a><br>';
echo '<div class="header">Получить ссылку для автологина</div>';
echo'<form action="settings.php?auto&'.SID.'" method="post" accept-charset="utf-8">';
echo'Введите ваш пароль:<br>';
echo'<input type="text" maxlength="30" class="text" name="pas" value=""><br>';
echo'<input type="submit" class="button" value="Получить">';
echo'</form>';
echo'</div>';
echo '<div class="nav"><a href="../index.php?'.SID.'">на главную</a></div>';
}
}
}else{
$link = '1; URL=../index.php?'.SID;
function put_content() {
echo '<a href="../index.php?'.SID.'">далее...</a>';
}
}
// подключение дизайна
design();?>