game/modules_data/location/fe/magportal.php

139 lines
6.3 KiB
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?
if(!defined('GAME'))
{
die();
}
if($u->room['file']=='fe/magportal')
{
if(isset($_POST['p1'])) {
2023-01-10 16:29:32 +00:00
if($_POST['p1'] == 'Бездна') {
2022-06-06 21:30:34 +00:00
mysql_query('UPDATE `users` SET `room` = "354" WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
die('<script>location="main.php";</script>');
2023-01-10 16:29:32 +00:00
}elseif($_POST['p1'] == 'Канализация') {
2022-06-06 21:30:34 +00:00
mysql_query('UPDATE `users` SET `room` = "188" WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
die('<script>location="main.php";</script>');
2023-01-10 16:29:32 +00:00
}elseif($_POST['p1'] == 'Катакомбы') {
2022-06-06 21:30:34 +00:00
mysql_query('UPDATE `users` SET `room` = "293" WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
die('<script>location="main.php";</script>');
} else {
die('<script>location="main.php";</script>');
}
}
?>
<style>
body
{
background-color:#E2E2E2;
background-image: url(https://img.new-combats.com/i/misc/showitems/dungeon.jpg);
background-repeat:no-repeat;background-position:top right;
}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div style="padding-left:0px;" align="center">
<h3><? echo $u->room['name']; ?></h3>
</div></td>
<td width="200"><div align="right">
<table cellspacing="0" cellpadding="0">
<tr>
<td width="100%">&nbsp;</td>
<td><table border="0" cellpadding="0" cellspacing="0">
<tr align="right" valign="top">
<td><!-- -->
<? echo $goLis; ?>
<!-- -->
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
<tr>
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
2023-01-10 16:29:32 +00:00
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=6.180.0.100&rnd=<? echo $code; ?>';" title="<? thisInfRm('6.180.0.100',1); ?>">Центральная Площадь</a></td>
2022-06-06 21:30:34 +00:00
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
2023-01-10 16:29:32 +00:00
<td>Вы можете телепортироваться в любую из пещер:</td>
2022-06-06 21:30:34 +00:00
</tr>
<tr>
<td><form id="form1" name="form1" method="post" action="main.php?go_psh=1">
<p>
<? if($u->info['admin'] == 1) {?>
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" name="p1" type="radio" id="p1_0" value="Пещера Тысячи Проклятий" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/mooncity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Пещера Тысячи Проклятий (Moon City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input name="p1" type="radio" id="p1_1" value="Бездна" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/angelscity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Бездна (Angels City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Пещеры Мглы" id="p1_2" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/sandcity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Пещеры Мглы (Sand City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Потерянный Вход" id="p1_4" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/emeraldscity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Потерянный Вход (Emeralds City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Грибница" id="p1_6" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/suncity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Грибница (Sun City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Сторожевая Башня" id="p1_7" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/abandonedplain.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Сторожевая Башня (Abandoned Plain)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Туманные Низины" id="p1_8" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/devilscity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Туманные Низины (Devils City)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Гора Легиона" id="p1_9" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/legion.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Гора Легиона (Abandoned Plain)</label>
2022-06-06 21:30:34 +00:00
<br />
<label>
2023-01-10 16:29:32 +00:00
<input disabled="disabled" type="radio" name="p1" value="Ледяная Пещера" id="p1_10" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/snowcity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Ледяная Пещера (Snow City)</label>
2022-06-06 21:30:34 +00:00
<? }?>
<br/>
<label>
2023-01-10 16:29:32 +00:00
<input type="radio" name="p1" value="Канализация" id="p1_5" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/dreamscity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Канализация (Dreams City)</label>
2022-06-06 21:30:34 +00:00
<label>
<br/>
2023-01-10 16:29:32 +00:00
<input name="p1" type="radio" id="p1_3" value="Катакомбы" />
2022-06-06 21:30:34 +00:00
<img src="https://img.new-combats.com/i/city_ico2/demonscity.gif" width="33" height="19" style="vertical-align:bottom" />
2023-01-10 16:29:32 +00:00
Катакомбы (Demons City)</label>
2022-06-06 21:30:34 +00:00
</p>
<p><br />
2023-01-10 16:29:32 +00:00
<input type="submit" name="button" id="button" value="Телепортироваться" />
2022-06-06 21:30:34 +00:00
</p>
</form></td>
</tr>
</table>
<p>
<? } ?>
</p>