223 lines
11 KiB
PHP
223 lines
11 KiB
PHP
|
<?
|
|||
|
echo "
|
|||
|
<script language='JavaScript'>
|
|||
|
var elem = document.getElementById('se-pre-con');
|
|||
|
elem.parentNode.removeChild(elem);
|
|||
|
</script>
|
|||
|
";
|
|||
|
if(!defined('GAME')) { die(); }
|
|||
|
if($u->room['file']=='ruine') {
|
|||
|
|
|||
|
$rn = mysql_fetch_array(mysql_query('SELECT * FROM `ruine_now` WHERE `id` = "'.$u->info['inTurnir'].'" LIMIT 1'));
|
|||
|
if(!isset($rn['id'])) {
|
|||
|
die('<27><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...');
|
|||
|
}
|
|||
|
|
|||
|
$ru = mysql_fetch_array(mysql_query('SELECT * FROM `ruine_users` WHERE `bot` = "'.$u->info['id'].'" AND `tid` = "'.$rn['id'].'" LIMIT 1'));
|
|||
|
if(!isset($rn['id'])) {
|
|||
|
die('<27><><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>...');
|
|||
|
}
|
|||
|
|
|||
|
function add_log($txt) {
|
|||
|
global $rn;
|
|||
|
if( isset($rn['id']) ) {
|
|||
|
mysql_query('INSERT INTO `ruine_logs` ( `tid` , `time` , `text` ) VALUES (
|
|||
|
"'.$rn['id'].'","'.time().'","'.mysql_real_escape_string($txt).'"
|
|||
|
)');
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
if( isset($_GET['ruine_exit']) ) {
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
if( $u->info['real'] == 0 ) {
|
|||
|
$txt = $u->microLogin($u->info['__id'],1);
|
|||
|
if( $u->info['sex'] == 0 ) {
|
|||
|
$txt .= ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
|||
|
}else{
|
|||
|
$txt .= ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
|||
|
}
|
|||
|
add_log($txt);
|
|||
|
//
|
|||
|
mysql_query('DELETE FROM `ruine_users` WHERE `bot` = "'.$u->info['id'].'" LIMIT 1');
|
|||
|
mysql_query('DELETE FROM `users` WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
|
|||
|
mysql_query('DELETE FROM `stats` WHERE `id` = "'.$u->info['id'].'" LIMIT 1');
|
|||
|
mysql_query('DELETE FROM `eff_users` WHERE `id` = "'.$u->info['id'].'"');
|
|||
|
mysql_query('DELETE FROM `users_delo` WHERE `id` = "'.$u->info['id'].'"');
|
|||
|
mysql_query('DELETE FROM `items_users` WHERE `id` = "'.$u->info['id'].'"');
|
|||
|
mysql_query('DELETE FROM `actions` WHERE `id` = "'.$u->info['id'].'"');
|
|||
|
//
|
|||
|
mysql_query('UPDATE `users` SET `room` = "412", `inUser` = "0" WHERE `id` = "'.$u->info['__id'].'" LIMIT 1');
|
|||
|
header('location: main.php');
|
|||
|
}else{
|
|||
|
die('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>! <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!');
|
|||
|
}
|
|||
|
}elseif( isset($_GET['attack']) ) {
|
|||
|
$ra = mysql_fetch_array(mysql_query('SELECT `id`,`sex`,`battle`,`real`,`login`,`align`,`clan` FROM `users` WHERE `login` = "'.mysql_real_escape_string($_GET['attack']).'" AND `room` = "'.$u->info['room'].'" AND `real` = 0 LIMIT 1'));
|
|||
|
if(!isset($ra['id'])) {
|
|||
|
$u->error = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "'.htmlspecialchars($_GET['attack']).'" <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
|||
|
}else{
|
|||
|
$ra_st = mysql_fetch_array(mysql_query('SELECT `id`,`x`,`y`,`hpNow` FROM `stats` WHERE `id` = "'.$ra['id'].'" LIMIT 1'));
|
|||
|
if( $ra_st['x'] != $u->info['x'] || $ra_st['y'] != $ra_st['y'] ) {
|
|||
|
$u->error = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
|||
|
}else{
|
|||
|
$ra_ru = mysql_fetch_array(mysql_query('SELECT * FROM `ruine_users` WHERE `bot` = "'.$ra['id'].'" AND `tid` = "'.$rn['id'].'" LIMIT 1'));
|
|||
|
if( $ra_ru['team'] == $ru['team'] ) {
|
|||
|
$u->error = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
|||
|
}else{
|
|||
|
//
|
|||
|
$tbtl = mysql_fetch_array(mysql_query('SELECT * FROM `battle` WHERE `id` = "'.$ra['battle'].'" AND `team_win` = "-1" LIMIT 1'));
|
|||
|
if( !isset($tbtl['id']) && $ra['battle'] > 0 ) {
|
|||
|
$ra['battle'] = 0;
|
|||
|
$ra_st['team'] = 0;
|
|||
|
mysql_query('UPDATE `users` SET `battle` = 0 WHERE `id` = "'.$usr['id'].'" LIMIT 1');
|
|||
|
if( $ra_st['hpNow'] < 1 ) {
|
|||
|
mysql_query('UPDATE `stats` SET `hpNow` = 1 WHERE `id` = "'.$usr['id'].'" LIMIT 1');
|
|||
|
}
|
|||
|
}
|
|||
|
//
|
|||
|
$ua1 = $u->microLogin($u->info['__id'],1);
|
|||
|
$ua2 = $u->microLogin($ra_ru['uid'],1);
|
|||
|
//
|
|||
|
$btl_id = $magic->atackUser($u->info['id'],$ra['id'],$ra_st['team'],$ra['battle']);
|
|||
|
//
|
|||
|
if( $ra['battle'] > 0 ) {
|
|||
|
if( $u->info['sex'] == 0 ) {
|
|||
|
$txt = $ua1 . ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <a target="_blank" title="<22><><EFBFBD> #'.$ra['battle'].'" href="/logs.php?log='.$btl_id.'"><3E><><EFBFBD></a> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ' . $ua2 . '.';
|
|||
|
}else{
|
|||
|
$txt = $ua1 . ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <a target="_blank" title="<22><><EFBFBD> #'.$ra['battle'].'" href="/logs.php?log='.$btl_id.'"><3E><><EFBFBD></a> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ' . $ua2 . '.';
|
|||
|
}
|
|||
|
}else{
|
|||
|
if( $u->info['sex'] == 0 ) {
|
|||
|
$txt = $ua1 . ' <20><><EFBFBD><EFBFBD><EFBFBD> <20><> ' . $ua2 . ' <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <a target="_blank" href="/logs.php?log='.$btl_id.'"><3E><><EFBFBD></a>.';
|
|||
|
}else{
|
|||
|
$txt = $ua1 . ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ' . $ua2 . ' <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <a target="_blank" href="/logs.php?log='.$btl_id.'"><3E><><EFBFBD></a>.';
|
|||
|
}
|
|||
|
}
|
|||
|
add_log($txt);
|
|||
|
//
|
|||
|
if( $btl_id > 0 ) {
|
|||
|
mysql_query('UPDATE `battle` SET `inTurnir` = "'.$rn['id'].'",`timeout` = "'.(rand(1,3)*60).'" WHERE `id` = "'.$btl_id.'" LIMIT 1');
|
|||
|
}
|
|||
|
//
|
|||
|
header('location: main.php');
|
|||
|
//
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
?>
|
|||
|
<script>
|
|||
|
function ruin_exit() {
|
|||
|
if(confirm('<27><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?')){ top.frames['main'].location = 'https://new-combats.com/main.php?ruine_exit=1'; }
|
|||
|
}
|
|||
|
</script>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div style="padding-left:0px;" align="center">
|
|||
|
<h3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></h3>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td align="left" valign="top">
|
|||
|
<?
|
|||
|
|
|||
|
if($u->error != '') {
|
|||
|
echo '<div><font color="red"><b>'.$u->error.'</b></font></div><br>';
|
|||
|
}
|
|||
|
|
|||
|
$tmn = array(
|
|||
|
1 => array(
|
|||
|
'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>','red'
|
|||
|
),
|
|||
|
2 => array(
|
|||
|
'<27><><EFBFBD><EFBFBD><EFBFBD>','blue'
|
|||
|
)
|
|||
|
);
|
|||
|
$tm1 = $ru['team'];
|
|||
|
if( $tm1 == 1 ) {
|
|||
|
$tm2 = 2;
|
|||
|
}else{
|
|||
|
$tm2 = 1;
|
|||
|
}
|
|||
|
echo '<27><><EFBFBD><EFBFBD>: <b><font color="'.$tmn[1][1].'">'.$rn['t1w'].'</font></b> - <b><font color="'.$tmn[2][1].'">'.$rn['t2w'].'</font></b><br><br>';
|
|||
|
echo '<div style="padding-bottom:5px;"><b><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <font color="'.$tmn[$tm1][1].'">'.$tmn[$tm1][0].'</font></b></div>';
|
|||
|
$i = 0;
|
|||
|
$ph = 100;
|
|||
|
$sp = mysql_query('SELECT * FROM `ruine_users` WHERE `tid` = "'.$rn['id'].'" AND `team` = "'.$tm1.'"');
|
|||
|
while( $pl = mysql_fetch_array($sp) ) {
|
|||
|
$plst = $u->getStats($pl['bot'],0);
|
|||
|
$hppx = -10;
|
|||
|
if( $plst['mpAll'] < 1 ) {
|
|||
|
$hppx = -4;
|
|||
|
}
|
|||
|
$hpmp = '
|
|||
|
<div style="padding-left:10px;position:relative;"><div id="vhp'.($plst['id']+1000000000000).'" title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" align="left" class="seehp" style="position:absolute; top:'.$hppx.'px; width:120px; height:10px; z-index:12;"> '.floor($plst['hpNow']).'/'.$plst['hpAll'].'</div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" class="hpborder" style="position:absolute; top:'.$hppx.'px; width:120px; height:9px; z-index:13;"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div class="hp_3 senohp" style="height:9px; width:'.floor(120/100*$ph).'px; position:absolute; top:'.$hppx.'px; z-index:11;" id="lhp'.($plst['id']+1000000000000).'"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" class="hp_none" style="position:absolute; top:'.$hppx.'px; width:120px; height:10px; z-index:10;"><img src="https://img.new-combats.com/1x1.gif" height="10"></div>
|
|||
|
';
|
|||
|
if( $plst['mpAll'] >= 1 ) {
|
|||
|
$hpmp .= '
|
|||
|
<div id="vmp'.($plst['id']+1000000000000).'" title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" align="left" class="seemp" style="position:absolute; top:0px; width:120px; height:10px; z-index:12;"> '.floor($plst['mpNow']).'/'.$plst['mpAll'].'</div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" class="hpborder" style="position:absolute; top:0px; width:120px; height:9px; z-index:13;"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div class="hp_mp senohp" style="height:9px; position:absolute; top:0px; width:'.floor(120/100*$ph).'px; z-index:11;" id="lmp'.($plst['id']+1000000000000).'"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" class="hp_none" style="position:absolute; top:0px; width:120px; height:10px; z-index:10;"></div>
|
|||
|
';
|
|||
|
}
|
|||
|
echo '<table border="0" cellspacing="0" cellpadding="0" height="20">
|
|||
|
<tr><td valign="middle">'.$u->microLogin($pl['bot'],1).'</td><td width="'.($ph+40).'">'.$hpmp.'</td><td><small>(x: '.$plst['x'].', y: '.$plst['y'].')</small></td></tr></table>';
|
|||
|
$i++;
|
|||
|
}
|
|||
|
unset($plst,$sp,$pl);
|
|||
|
|
|||
|
if( $i == 0 ) {
|
|||
|
echo '<br><i>'.$tmn[$tm1][0].' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.</i>';
|
|||
|
}
|
|||
|
|
|||
|
echo '<br><br><div style="padding-bottom:5px;"><b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: <font color="'.$tmn[$tm2][1].'">'.$tmn[$tm2][0].'</font></b></div>';
|
|||
|
$i = 0;
|
|||
|
$sp = mysql_query('SELECT * FROM `ruine_users` WHERE `tid` = "'.$rn['id'].'" AND `team` = "'.$tm2.'"');
|
|||
|
while( $pl = mysql_fetch_array($sp) ) {
|
|||
|
$plst = $u->getStats($pl['bot'],0);
|
|||
|
$hppx = -10;
|
|||
|
if( $plst['mpAll'] < 1 ) {
|
|||
|
$hppx = -4;
|
|||
|
}
|
|||
|
$hpmp = '
|
|||
|
<div style="padding-left:10px;position:relative;"><div id="vhp'.($plst['id']+1000000000000).'" title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" align="left" class="seehp" style="position:absolute; top:'.$hppx.'px; width:120px; height:10px; z-index:12;"> '.floor($plst['hpNow']).'/'.$plst['hpAll'].'</div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" class="hpborder" style="position:absolute; top:'.$hppx.'px; width:120px; height:9px; z-index:13;"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div class="hp_3 senohp" style="height:9px; width:'.floor(120/100*$ph).'px; position:absolute; top:'.$hppx.'px; z-index:11;" id="lhp'.($plst['id']+1000000000000).'"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>" class="hp_none" style="position:absolute; top:'.$hppx.'px; width:120px; height:10px; z-index:10;"><img src="https://img.new-combats.com/1x1.gif" height="10"></div>
|
|||
|
';
|
|||
|
if( $plst['mpAll'] >= 1 ) {
|
|||
|
$hpmp .= '
|
|||
|
<div id="vmp'.($plst['id']+1000000000000).'" title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" align="left" class="seemp" style="position:absolute; top:0px; width:120px; height:10px; z-index:12;"> '.floor($plst['mpNow']).'/'.$plst['mpAll'].'</div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" class="hpborder" style="position:absolute; top:0px; width:120px; height:9px; z-index:13;"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div class="hp_mp senohp" style="height:9px; position:absolute; top:0px; width:'.floor(120/100*$ph).'px; z-index:11;" id="lmp'.($plst['id']+1000000000000).'"><img src="https://img.new-combats.com/1x1.gif" height="9" width="1"></div>
|
|||
|
<div title="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>" class="hp_none" style="position:absolute; top:0px; width:120px; height:10px; z-index:10;"></div>
|
|||
|
';
|
|||
|
}
|
|||
|
echo '<table border="0" cellspacing="0" cellpadding="0" height="20">
|
|||
|
<tr><td valign="middle">'.$u->microLogin($pl['bot'],1).'</td><td width="'.($ph+40).'">'.$hpmp.'</td><td><small>(x: '.$plst['x'].', y: '.$plst['y'].')</small></td></tr></table>';
|
|||
|
$i++;
|
|||
|
}
|
|||
|
if( $i == 0 ) {
|
|||
|
echo '<br><i>'.$tmn[$tm2][0].' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.</i>';
|
|||
|
}
|
|||
|
?>
|
|||
|
</td>
|
|||
|
<td align="right" valign="top">
|
|||
|
<input type="button" value="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" class="btnnew" onclick="location.href='https://new-combats.com/main.php';">
|
|||
|
<input onClick="top.atackTower();" class="btnnew3" style="padding-left:24px; background-image:url('https://img.new-combats.com/i/fighttype50.gif'); background-position:2px -2px; background-repeat:no-repeat;" type="button" value="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>">
|
|||
|
<a href="/ruins/<?=$rn['id']?>" target="_blank" style="font-size:10px;" class="btnnew"><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></a>
|
|||
|
<input onclick="ruin_exit()" type="button" value="<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!" class="btnnew2">
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<? } ?>
|