game/modules_data/location/zooshop.php

206 lines
5.8 KiB
PHP
Raw Normal View History

2022-06-06 21:30:34 +00:00
<?php
if(!defined('GAME'))
{
die();
}
if($u->room['file'] == 'zooshop')
{
$shopProcent = 50;
if(!isset($_GET['otdel']))
{
$_GET['otdel'] = 1;
}
$sid = 8;
$error = '';
if(isset($_GET['buy']))
{
if($u->newAct($_GET['sd4'])==true)
{
$re = $u->buyItem($sid,(int)$_GET['buy'],(int)$_GET['x']);
}else{
2023-01-10 16:29:32 +00:00
$re = 'Вы уверены что хотите купить этот предмет?';
2022-06-06 21:30:34 +00:00
}
}
if($re!=''){ echo '<div align="right"><font color="red"><b>'.$re.'</b></font></div>'; } ?>
<script type="text/javascript">
function AddCount(name, txt)
{
2023-01-10 16:29:32 +00:00
document.getElementById("hint4").innerHTML = '<table border=0 width=100% cellspacing=1 cellpadding=0 bgcolor="#CCC3AA"><tr><td align=center><B>Купить неск. штук</td><td width=20 align=right valign=top style="cursor: pointer" onclick="closehint3();"><BIG><B>x</TD></tr><tr><td colspan=2>'+
2022-06-06 21:30:34 +00:00
'<form method=post><table border=0 width=100% cellspacing=0 cellpadding=0 bgcolor="#FFF6DD"><tr><INPUT TYPE="hidden" name="set" value="'+name+'"><td colspan=2 align=center><B><I>'+txt+'</td></tr><tr><td width=80% align=right>'+
2023-01-10 16:29:32 +00:00
'Количество (шт.) <INPUT TYPE="text" NAME="count" id=count size=4></td><td width=20%>&nbsp;<INPUT TYPE="submit" value=" »» ">'+
2022-06-06 21:30:34 +00:00
'</TD></TR></form></TABLE></td></tr></table>';
document.getElementById("hint4").style.visibility = 'visible';
document.getElementById("hint4").style.left = '100px';
document.getElementById("hint4").style.top = '100px';
document.getElementById("count").focus();
}
function closehint3() {
document.getElementById('hint4').style.visibility='hidden';
Hint3Name='';
}
</script>
<style type="text/css">
.pH3 { COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 12pt; FONT-WEIGHT: bold; }
.class_ {
font-weight: bold;
color: #C5C5C5;
cursor:pointer;
}
.class_st {
font-weight: bold;
color: #659BA3;
cursor:pointer;
}
.class__ {
font-weight: bold;
color: #FFFFFF;
cursor:pointer;
background-color: #659BA3;
}
.class__st {
font-weight: bold;
color: #FFFFFF;
cursor:pointer;
background-color: #659BA3;
font-size: 10px;
}
.class_old {
font-weight: bold;
color: #919191;
cursor:pointer;
}
.class__old {
font-weight: bold;
color: #FFFFFF;
cursor:pointer;
background-color: #838383;
font-size: 10px;
}
.shop_menu_txt { background-color: #d5d5d5; }
</style>
<TABLE width="100%" cellspacing="0" cellpadding="0">
2023-01-10 16:29:32 +00:00
<tr><td valign="top"><div align="center" class="pH3">Зоомагазин</div>
2022-06-06 21:30:34 +00:00
<?php
echo '<b style="color:red">'.$error.'</b>';
?>
<br />
<TABLE width="100%" cellspacing="0" cellpadding="4">
<TR>
<form name="F1" method="post">
<TD valign="top" align="left">
2023-01-10 16:29:32 +00:00
<!--Магазин-->
2022-06-06 21:30:34 +00:00
<table width="100%" cellspacing="0" cellpadding="0" bgcolor="#a5a5a5">
<div id="hint3" style="visibility:hidden"></div>
<tr>
<td align="center" height="21">
<?php
2023-01-10 16:29:32 +00:00
/*названия разделов (сверху)*/
2022-06-06 21:30:34 +00:00
if(!isset($_GET['sale']) && !isset($_GET['gifts']) && isset($_GET['otdel']))
{
2023-01-10 16:29:32 +00:00
$otdels_small_array = array (1=>'<b>Заклинания: нейтральные</b>',2=>'<b>Амуниция: Еда</b>');
2022-06-06 21:30:34 +00:00
if(isset($otdels_small_array[$_GET['otdel']]))
{
echo $otdels_small_array[$_GET['otdel']];
}
}
?>
</tr>
<tr><td>
2023-01-10 16:29:32 +00:00
<!--Рюкзак / Прилавок-->
2022-06-06 21:30:34 +00:00
<table width="100%" CELLSPACING="1" CELLPADDING="1" bgcolor="#a5a5a5">
<?php
2023-01-10 16:29:32 +00:00
//Выводим вещи в магазине для покупки
2022-06-06 21:30:34 +00:00
$u->shopItems($sid);
?>
</TABLE>
</TD></TR>
</TABLE>
</TD>
</FORM>
</TR>
</TABLE>
<td width="280" valign="top">
<TABLE cellspacing="0" cellpadding="0"><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><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.213&rnd=<? echo $code; ?>';" title="<? thisInfRm('1.180.0.213',1); ?>">Большая торговая улица</a></td>
2022-06-06 21:30:34 +00:00
</tr>
</table>
</td>
</tr>
</table>
</td></table>
</td></table>
<div><br />
<div align="right">
<small>
2023-01-10 16:29:32 +00:00
Масса: <?=$u->aves['now']?>/<?=$u->aves['max']?> &nbsp;<br />
У вас в наличии: <b style="color:#339900;"><?php echo round($u->info['money'],2); ?> кр.</b> &nbsp;
2022-06-06 21:30:34 +00:00
</small>
</div>
<br />
2023-01-10 16:29:32 +00:00
<INPUT TYPE="button" value="Обновить" onclick="location = '<? echo $_SERVER['REQUEST_URI']; ?>';"><BR>
2022-06-06 21:30:34 +00:00
</div>
2023-01-10 16:29:32 +00:00
<div style="background-color:#A5A5A5;padding:1"><center><B>Отделы магазина</B></center></div>
2022-06-06 21:30:34 +00:00
<div style="line-height:17px;">
<?php
2023-01-10 16:29:32 +00:00
/*названия разделов (справа)*/
$otdels_array = array (1=>'&nbsp;&nbsp;Нейтральные',2=>'&nbsp;&nbsp;Еда');
2022-06-06 21:30:34 +00:00
$i=1;
while ($i!=-1)
{
if(isset($otdels_array[$i]))
{
if(isset($_GET['otdel']) && $_GET['otdel']==$i)
{
$color = 'C7C7C7';
} else {
$color = 'e2e0e0';
}
if($i == 1) {
2023-01-10 16:29:32 +00:00
echo '<div class="shop_menu_txt"><img height="12" width="12" src="i/shop_ico/6.png"> <b>Заклинания:</b></div>';
2022-06-06 21:30:34 +00:00
} elseif($i == 2) {
2023-01-10 16:29:32 +00:00
echo '<div class="shop_menu_txt"><img height="12" width="12" src="i/shop_ico/7.png"> <b>Амуниция:</b></div>';
2022-06-06 21:30:34 +00:00
}
echo '
<A HREF="?otdel='.$i.'"><DIV style="background-color: #'.$color.'">
'.$otdels_array[$i].'
</A></DIV>
';
} else {
$i = -2;
}
$i++;
}
if(isset($_GET['gifts']))
{
$color = 'C7C7C7';
}
?>
</div>
</td>
</table>
<br>
<div id="textgo" style="visibility:hidden;"></div>
<?
}
?>