KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21571/root/home/queenjbs/yuchun/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21571/root/home/queenjbs/yuchun/admin/adminTopMenu.html
<?include $_SERVER['DOCUMENT_ROOT']."/conf/conf_dir.php";?>
<?
if($sessionLevel !=15 && $sessionLevel !=25){
	echo "<script>alert('admin page');document.location='/admin/login.php';</script>";
	exit;
}

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?=$artist_name?> japan official website Admin</title>

<? if($NOWPAGE =="BANK"){  ?>
<link href="/admin/css/style_bank.css" type="text/css" rel="stylesheet" />
<? }else{ ?>
<link href="/admin/css/style.css" type="text/css" rel="stylesheet" />
<? } ?>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
<div id="admin_con_area">
<div id="menu">
<h1><a href="./memberlist.php"><?=$artist_name?></a> | <a href="/" target="_blank">HOME</a></h1>

	<ul>
		<li><a href="./memberlist.php?act=1">Member List</a></li>
		<li><a href="./qnalist.php">QnA</a></li>

		<li><a href="./store_orderlist.php?act=2&orderstep=1">GOODS 주문정보</a></li>
		<li><a href="./store_order_calculate.php">GOODS 전체 정산</a>
			<ul>
				<?
					$QUERY_MENU  = "SELECT uid,brand FROM shop_product where namekey='Y' order by uid desc";
					$MENU_query = mysql_query($QUERY_MENU);
					while($rowMenu = mysql_fetch_array($MENU_query))
					{
						echo "<li style='font-size:10px;'><a href='./store_order_calculate.php?goodsproduct=$rowMenu[uid]'>- ".substr($rowMenu[brand],0,30)."</a></li>";
					}

				?>
			</ul>
		</li>
		<!--li><a href="./auction_list.php">경매</a></li>
		<li><a href="./auction_list2.php">경매최고가</a></li-->
	<?if($sessionLevel == "15"){?>
		<li><a href="./storeList.php?act=1">GOODS 상품정보</a></li>
		<li><a href="./from.php">FROM</a></li>

		<!--li><a href="./faq.php">FAQ</a></li-->
		<li><a href="./news.php">News</a></li>

		<li><a href="./Image.php">Multimedia</a>
			<ul>
				<li><a href="./Image.php">- Image</a></li>
				<li><a href="./video.php">- Video</a></li>
			</ul>
		</li>
		<li><a href="./schedule.php">SCHEDULE</a></li>
		<li><a href="./profile.php">PROFILES</a></li>
		<li><a href="./music.php">MUSIC</a></li>
		<li><a href="./event_cash.php">EVNET CASH</a></li>
		<li><a href="./fp.php">FAN POINT</a></li>
		<li><a href="https://merchant.eximbay.com/backoffice/common/login.jsp" target="_blank">엑심베이 관리자</a></li>

<?}?>

	<li class="logout"><a href="./logout.php">Logout</a></li>
	</ul>
</div>

Anon7 - 2021