Файл: region_clean/anketa.php
Строк: 287
<?
#######################################
## Mod By KoT (borispol) [76-75-072] ##
#######################################
require_once "start.php";
require_once "sid.php";
header("Cache-Control: no-cache");
if ($ver == "wml") header ("Content-type:text/vnd.wap.wml; charset=utf-8");
else header("Content-Type:text/html; charset=UTF-8");
require_once "inc.php";
$link = connect_db();
list($row, $id, $ps, $fsize1, $fsize2) = check_login($link);
require_once "version.php";
if (isset($rm)) {
if (isset($_GET['rm'])) { $rm = $_GET['rm']; }
if (!ctype_digit($rm)) { header("Location: index.php?isset=403"); die; }
$rm = intval($rm);
mysql_query ("Select rm from rooms where rm='".intval($rm)."'");
if (mysql_affected_rows() == 0) {
if ($ver == "wml") {
echo $xml;
echo $dtd;
echo "<wml>
<card id="error" title="Ошибка!" ontimer="enter.php?$ses&ref=$ref"><timer value="15"/>
<p align="center">";
} else {
echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><link rel="stylesheet" type="text/css" href="css/$css.css"/>
<title>Ошибка!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>
<div align="center">";
}
echo $fsize1;
echo 'Такой комнаты не существует!<br/>';
echo $fsize2;
include_once 'foot.php';
mysql_close($link);
exit;
}
if (!empty($pwd)) $pwd = intval($pwd);
if ($rm == 10) $takep = "&pwd=$pwd&ref=$ref";
elseif ($mod == "privat") $takep = "&mod=$mod&ref=$ref";
else $takep = "&ref=$ref";
} else {
$takep = "&ref=$ref";
}
if (isset($_GET['nk'])) {$nk = $_GET['nk'];}
if (!ctype_digit($nk)) { header("Location: index.php?isset=403"); die; }
$select = mysql_query ("Select * from users where id='".intval($nk)."'");
if (mysql_affected_rows() == 0) {
if ($ver == "wml") {
echo $xml;
echo $dtd;
echo "<wml>
<card id="error" title="Ошибка!" ontimer="chat.php?$ses&rm=$rm&ref=$ref"><timer value="15"/>
<p align="center">";
} else {
echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><link rel="stylesheet" type="text/css" href="css/$css.css"/>
<title>Ошибка!</title>
<META HTTP-EQUIV="Refresh" CONTENT="2; URL=chat.php?$ses&rm=$rm&ref=$ref">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>
<div align="center">";
}
echo $fsize1;
echo 'Юзер не найден. Возможно ник удалён.<br/>-----<br/>';
echo "<a href="chat.php?$ses&rm=$rm&ref=$ref">В чат</a><br/>n";
echo $fsize2;
include_once "foot.php";
exit;
}
$inf = mysql_fetch_array ($select);
$nick = $inf['user'];
$skrdank = $inf['skrdank'];
$inter = $inf['inter'];
$music = $inf['music'];
$films = $inf['films'];
$knig = $inf['knig'];
$shou = $inf['shou'];
$games = $inf['games'];
$citat = $inf['citat'];
$relig = $inf['relig'];
$polit = $inf['polit'];
$rost = $inf['rost'];
$ves = $inf['ves'];
$vrpr = $inf['vrpr'];
$glaz = $inf['glaz'];
$sp = $inf['sp'];
$cel = $inf['cel'];
$ori = $inf['ori'];
$grup = $inf['grup'];
$stran = $inf['stran'];
$gorrab = $inf['gorrab'];
$mestrab = $inf['mestrab'];
$godna = $inf['godna'];
$godko = $inf['godko'];
$dolgrab = $inf['dolgrab'];
$stranobr = $inf['stranobr'];
$gorobr = $inf['gorobr'];
$shkobr = $inf['shkobr'];
$vuzobr = $inf['vuzobr'];
$ptuobr = $inf['ptuobr'];
$stransl = $inf['stransl'];
$voich = $inf['voich'];
$vk = $inf['vk'];
$alkog = $inf['alkog'];
$kuren = $inf['kuren'];
$bind4 = $row['bind4'];
$levelselect = mysql_query ("Select name from levels where level='".check($level)."'");
$levels = mysql_fetch_array($levelselect);
$levname = $levels['name'];
$resultd = mysql_query("Select level from users where id='".(int)$nk."'");
$rowd = mysql_fetch_array($resultd);
$countd_today = $rowd['level'];
ob_start();
if ($ver == "wml") {
echo $xml;
echo $dtd;
echo "<wml>n
<head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>n
<card id="anketa" title="Анкета">n
<p align="left" mode="wrap">n";
} else {
echo "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><link rel="stylesheet" type="text/css" href="css/$css.css"/>
<title>Анкета</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body>
<div align="left">n";
}
echo '<div class = "c4">Подробное инфо '.$nick.':</div><br/>';
echo $divide;
echo '<font color = "0000ff"><u>Основное:</u></font><br/>';
if (!empty($inter)):
echo 'Интересы: ' .$inter. '<br/>';
else:
echo 'Интересы: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($music)):
echo 'Любимая музыка: ' . $music . '<br/>';
else:
echo 'Любимая музыка: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($films)):
echo 'Любимые фильмы: ' . $films . '<br/>';
else:
echo 'Любимые фильмы: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($knig)):
echo 'Любимые книги: ' . $knig . '<br/>';
else:
echo 'Любимые книги: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($shou)):
echo 'Любимые телешоу: ' . $shou . '<br/>';
else:
echo 'Любимые телешоу: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($games)):
echo 'Любимые игры: ' . $games . '<br/>';
else:
echo 'Любимые игры: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($citat)):
echo 'Любимые цитаты: ' . $citat . '<br/>';
else:
echo 'Любимые цитаты: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($relig)):
echo 'Религиозные взляды: ' . $relig . '<br/>';
else:
echo 'Религиозные взляды: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($polit)):
echo 'Политические взгляды: ' . $polit . '<br/>';
else:
echo 'Политические взляды: <font color="#FF0000">Не указано!</font><br/>';
endif;
echo '<font color = "0000ff"><u>Личное:</u></font><br/>';
if (!empty($rost)):
echo 'Рост: ' .$rost. '<br/>';
else:
echo 'Рост: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($ves)):
echo 'Вес: ' .$ves. '<br/>';
else:
echo 'Вес: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($kuren)):
echo 'Курение: ' .$kuren. '<br/>';
else:
echo 'Курение: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($alkog)):
echo 'Алкоголь: ' .$alkog. '<br/>';
else:
echo 'Алкоголь: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($vrpr)):
echo 'Наркотики: ' .$vrpr. '<br/>';
else:
echo 'Наркотики: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($glaz)):
echo 'Цвет глаз: ' .$glaz. '<br/>';
else:
echo 'Цвет глаз: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($cel)):
echo 'Цель: ' .$cel. '<br/>';
else:
echo 'Цель: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($sp)):
echo 'С/П: ' .$sp. '<br/>';
else:
echo 'С/П: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($ori)):
echo 'Ориентация: ' .$ori. '<br/>';
else:
echo 'Ориентация: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($grup)):
echo 'Группа: ' .$grup. '<br/>';
else:
echo 'Группа: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($vk)):
echo 'ВКонтакте: <u>id</u>' .$vk. '<br/>';
else:
echo 'ВКонтакте: <font color="#FF0000">Не указано!</font><br/>';
endif;
echo '<font color = "0000ff"><u>Работа:</u></font><br/>';
if (!empty($stran)):
echo 'Страна: ' .$stran. '<br/>';
else:
echo 'Страна: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($gorrab)):
echo 'Город работы: ' .$gorrab. '<br/>';
else:
echo 'Город работы: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($mestrab)):
echo 'Место работы: ' .$mestrab. '<br/>';
else:
echo 'Место работы: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($godna)):
echo 'Год начала: ' .$godna. '<br/>';
else:
echo 'Год начала: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($godko)):
echo 'Год окончания: ' .$godko. '<br/>';
else:
echo 'Год окончания: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($dolgrab)):
echo 'Должность: ' .$dolgrab. '<br/>';
else:
echo 'Должность: <font color="#FF0000">Не указано!</font><br/>';
endif;
echo '<font color = "0000ff"><u>Образование:</u></font><br/>';
if (!empty($stranobr)):
echo 'Страна: ' .$stranobr. '<br/>';
else:
echo 'Страна: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($gorobr)):
echo 'Город: ' .$gorobr. '<br/>';
else:
echo 'Город: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($shkobr)):
echo 'Школа: ' .$shkobr. '<br/>';
else:
echo 'Школа: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($vuzobr)):
echo 'ВУЗ: ' .$vuzobr. '<br/>';
else:
echo 'ВУЗ: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($ptuobr)):
echo 'ПТУ: ' .$ptuobr. '<br/>';
else:
echo 'ПТУ: <font color="#FF0000">Не указано!</font><br/>';
endif;
echo '<font color = "0000ff"><u>Военная служба:</u></font><br/>';
if (!empty($stransl)):
echo 'Страна: ' .$stransl. '<br/>';
else:
echo 'Страна: <font color="#FF0000">Не указано!</font><br/>';
endif;
###################################################
if (!empty($voich)):
echo 'Войсковая часть: ' .$voich. '<br/>';
else:
echo 'Войсковая часть: <font color="#FF0000">Не указано!</font><br/>';
endif;
echo $divide;
if (isset($rm)) {
if ($rm != 23) echo "<div class = 'd1'><a href="chat.php?$ses&rm=$rm$takep" accesskey="$bind4">В чат[$bind4] →</a></div>n";
else echo "<div class = 'd1'><a href="chat.php?$ses&rm=$rm$takep" accesskey="$bind4">В игру[$bind4] →</a></div>n";
}
echo "<div class = 'd1'><a href="enter.php?$ses$takep">← Прихожая</a></div>n";
echo $fsize2;
include_once "foot.php";
ob_end_flush();
?>