Файл: data/qw_big.dat.php
Строк: 17
<?
if (!isset($_GET['num'])) {
header('location:88.php?go=do');
exit;
}
$qw_me=mysql_query("SELECT *
FROM `qwest_two_mesto` where s='".$row['sever']."' and w='".$row['wostok']."'");
if(mysql_num_rows($qw_me)==0){
header('location:88.php?go=do');
exit;
;}
///////////////////////////////////////////////////////////////////////////////Вывод квестов!
if ((isset($_GET['num'])) && (is_numeric($_GET['num']))) {
if($_GET['num']==1){
include"./qwest/1_1.php";
;}
if($_GET['num']==3){if($row['sever']=='-143'){
include"./qwest/3_12.php";}
else{
include"./qwest/3_1.php";;};
;}
if(($_GET['num']>=10)&&($_GET['num']<=17)){
include"./qwest/4_12.php";
;}
}
;
?>