160 lines
5.1 KiB
PHP
160 lines
5.1 KiB
PHP
<?php
|
|
if(!defined('GAME'))
|
|
{
|
|
die();
|
|
}
|
|
|
|
if($u->room['file']=='hramrep')
|
|
{
|
|
if(isset($_GET['itm']))
|
|
{
|
|
//echo 'dsfgdsgf';
|
|
//$_GET['itm'] = (int)$_GET['r'];
|
|
if($_GET['itm']>0)
|
|
{
|
|
if($_GET['r']!=1)
|
|
{
|
|
//echo 'dsfgdsgf';
|
|
//Îáìåí íà ðåïóòàöèþ
|
|
$resz = $u->repobmen($_GET['itm'],1);
|
|
echo '<font color=red><b>'.$resz.'</b></font>';
|
|
unset($resz);
|
|
}else{
|
|
//Ïåðåïëàâêà ðóí
|
|
|
|
}
|
|
}
|
|
}
|
|
$reps = mysql_fetch_array(mysql_query('SELECT * FROM `rep` WHERE `id` = "'.$u->info['id'].'"'));
|
|
|
|
?>
|
|
<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;
|
|
}
|
|
|
|
</style>
|
|
<div align="right"><? if($re!=''){ echo '<font color="red"><b>'.$re.'</b></font>'; } ?></div>
|
|
<div id="hint3" style="visibility:hidden"></div>
|
|
<TABLE width="100%" cellspacing="0" cellpadding="0">
|
|
<tr><td valign="top"><div align="center" class="pH3">Õðàì Ðåïóòàöèè</div>
|
|
<td width="280" valign="top"><table align="right" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td width="100%"> </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>
|
|
<td bgcolor="#D3D3D3" nowrap="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>
|
|
</tr>
|
|
</table></td>
|
|
</tr> <tr>
|
|
<td nowrap="nowrap"> </td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
<br /><br />
|
|
</td>
|
|
</table>
|
|
<div id="textgo" style="visibility:hidden;"></div>
|
|
<? if($_GET['r']!=1){
|
|
$itmAll = ''; $itmAllSee = '';
|
|
$itmAll = $u->genInv(12,'`iu`.`uid`="'.$u->info['id'].'" AND `iu`.`delete`="0" AND `iu`.`inOdet`="0" AND `iu`.`inShop`="0" and (`im`.`inslot`="3" or `im`.`inslot`="14" or `im`.`type`="31") ORDER BY `lastUPD` DESC');
|
|
if($itmAll[0]==0)
|
|
{
|
|
$itmAllSee = '<tr><td align="center" bgcolor="#e2e0e0">ÏÓÑÒÎ (íåò ïîäõîäÿùèõ ïðåäìåòîâ)</td></tr>';
|
|
}else{
|
|
$itmAllSee = $itmAll[2];
|
|
}
|
|
//Óäà÷íî ðàñòâîðåí ïðåäìåò "Óêðåïëåííûé Êîñòûëü". Ïîëó÷åíà ðóíà "Ìîíî Áàóíè".
|
|
?>
|
|
<script>
|
|
function takeItRun(img,id,vl)
|
|
{
|
|
if(id!=urlras)
|
|
{
|
|
urlras = id;
|
|
document.getElementById('use_item').innerHTML = '<img src="https://<?=$c['img'];?>/i/items/'+img+'" title="Ïðåäìåò äëÿ ïåðåïëàâêè"/><br><a href="javascript:void(0);" onClick="cancelItRun()">Îòìåíèòü</a>';
|
|
document.getElementById('add_rep').innerHTML = ' + '+vl;
|
|
}else{
|
|
cancelItRun();
|
|
}
|
|
}
|
|
function cancelItRun()
|
|
{
|
|
urlras = 0;
|
|
document.getElementById('use_item').innerHTML = 'Ïðåäìåò íå âûáðàí';
|
|
document.getElementById('add_rep').innerHTML = '';
|
|
}
|
|
urlras = 0;
|
|
</script>
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="10">
|
|
<tr>
|
|
<td width="300" valign="top">
|
|
<?
|
|
//print_r($u->info);
|
|
?>
|
|
<b>Ðåïóòàöèÿ Capitalcity: <? echo 0+$reps['repcapitalcity']; ?></b><span id="add_rep"></span>
|
|
<br /><br /><center><span id="use_item">Ïðåäìåò íå âûáðàí</span><br /><br />
|
|
<input type="button" value="Îáìåíÿòü" onclick="location = '?r=<?=$_GET['r'].'&rnd='.$code.'&itm=';?>'+urlras;" /></center>
|
|
<br />
|
|
<br /><small>
|
|
<font color="red">Âíèìàíèå!</font><br />
|
|
Ïðåäìåòû ïðè îáìåíå íåîáðàòèìî òåðÿþòñÿ.<br>
|
|
<b>Ê îáìåíó ïðèíèìàåòñÿ îðóæèå è ùèòû, 4óð è âûøå íàéäåííûå â ïîäçåìåëèÿõ.</b></small>
|
|
</td>
|
|
<td valign="top">
|
|
<!-- -->
|
|
<table width="100%" border="0" cellspacing="1" align="center" cellpadding="0" bgcolor="#A5A5A5">
|
|
<? if($u->info['invBlock']==0){ echo $itmAllSee; }else{ echo '<div align="center" style="padding:10px;background-color:#A5A5A5;"><form method="post" action="main.php?inv=1&otdel='.$_GET['otdel'].'&relockinvent"><b>Ðþêçàê çàêðûò.</b><br><img title="Çàìîê äëÿ ðþêçàêà" src="https://img.new-combats.com/i/items/box_lock.gif"> Ââåäèòå ïàðîëü: <input id="relockInv" name="relockInv" type="password"><input type="submit" value="Îòêðûòü"></form></div>'; } ?>
|
|
</table>
|
|
<!-- -->
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<? }else{ ?>
|
|
Ïî âñåé âèäèìîñòè Àëòàðü ðóí áûë ðàçðóøåí... <b>Ëîðä ðàçðóøèòåëü</b> íå äðåìëåò...
|
|
<? } } ?>
|