DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /AppServ/www/umedia3/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/umedia3/index.menu.php
<?
$tdcss=" style=\"background-color: $bgcolor; padding-left: 20px; padding-top: 5px;padding-bottom: 5px;
	border-color: $bdcolor; border-width: 1px;border-style: solid; border-right-width: 1px;
 \" ";

$tdcss_focus=" style=\"background-color: black; padding-left: 20px; padding-top: 5px;padding-bottom: 5px;
	border-color: $bdcolor; border-width: 1px;border-style: solid; border-right-width: 0px;
 \" ";

$tdcss_no=" style=\" 
	border-color: $bdcolor; border-width: 0px;border-style: solid; border-right-width: 1px;
 \"";


?><?
if (	barcodeval_get("webpage-o-isshowweblogodecis")=="yes") {
	?>
	<TABLE width=100% align=center cellpadding=0 cellspacing=0>
	<TR>
		<TD align=center><A HREF="index.php"><IMG SRC="<? echo $_weblogourl;?>" WIDTH="150" HEIGHT="150" BORDER="0" ></A></TD>
	</TR>
	</TABLE>
	<?
} else {
}
	?>

<TABLE width=100%  cellpadding=0 cellspacing=0 border=0>
<style>
.index_mainmenu {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:none;
}

</style>
<TR>
	<TD align=right style="padding-right:0px;">
<style>
.umnhead {
	background-image:url(titlebar.png);
		background-position: center;
		font-size: 14; color: white;
		background-color: black;
		font-weight: bolder;
		padding-left: 10 
}
.umnsub {
height: 22;
 color: black;
 background-color: #F4F4F4;
 font-weight: bold;
 padding-left: 13;
border-color: #9D9D9D;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
}
.umnsub a {
	 font-size: 12;
	color: black;
}
.umnhead font {
	 font-size: 12;
	color: white;
}
</style>
	<TABLE width=100%   cellpadding=3 cellspacing=0 border=0>
	<TR>
		<TD height=10  class=umnhead style=""><? echo getlang("เมนูหลัก::l::Main menu");?></TD>
	</TR>
	<TR>
		<TD height=10 class=umnsub>
<A HREF="index.php" ><? echo getlang("หน้าหลัก::l::Home");?></A>
		</TD>
	</TR>
		<TR>
		<TD height=10 class=umnsub>
<A HREF="index.php?mode=viewall" ><? echo getlang("แสดงทั้งหมด::l::View all");?></A>
		</TD>
	</TR>
<!-- 	<TR>
		<TD <? echo $tdcss_no?> height=5><img src="./neoimg/spacer.gif" border=0 width=1 height=1></TD>
	</TR> -->

<? if (barcodeval_get("webpage-o-showcatelistonleftmenu")!="yes") {?>
	<TR>
		<TD class=umnsub><A HREF="index.php?mode=categorylist" ><? echo getlang("แสดงหมวดหมู่ทั้งหมด::l::Show categories");?></A></TD>
	</TR>
<?
}

 if (barcodeval_get("webpage-o-showcatelistonleftmenu")=="yes") {?>
 	<TR>
		<TD  height=10><img src="./neoimg/spacer.gif" border=0 width=1 height=1></TD>
	</TR>
<TR>
	<TD style='padding: 0 0 0 0' ><TABLE class=alpha30 width=100% align=center cellpadding=0 cellspacing=0>
	<TR>
		<TD><? include("index.menu.catelist.php");?></TD>
	</TR>
	</TABLE></TD>
</TR>
<? } 

/////////////////////////////////////////////////
$mn=tmq("select * from webpage_menu where isshow='yes' order by ordr");
while ($mnr=tmq_fetch_array($mn)) {
			$tmpcss= $tdcss;
	$alt=trim(stripslashes($mnr[descr]));
	if ($mnr[type]=="content") {
		$link="<A HREF='./index.php?mode=contentread&contentid=$mnr[id]'  >";
	}
	if ($mnr[type]=="url") {
		$inf=tmq("select * from webpage_menu_url  where refid='$mnr[id]' ");
		$inf=tmq_fetch_array($inf);
		$link="<A HREF='$inf[url]' target=_blank >";
	}

	?>

	<TR>
		<TD class=umnsub TITLE="<? echo $alt;?>" ALT="<? echo $alt;?>"><?echo $link;?><IMG SRC="<?echo $dcrURL?>/neoimg/webpagemenu/<? echo $mnr[icon]?>" WIDTH="24" HEIGHT="24" BORDER="0" ALT="" align=absmiddle> <? echo getlang($mnr[name]);?></A></TD>
	</TR>
	<?
}

	?>
	<TR>
		<TD  height=5><img src="./neoimg/spacer.gif" border=0 width=1 height=1></TD>
	</TR>

	</TABLE>
</TD></TR>

<TR>
	<TD valign=top><?
	$tmp= trim(barcodeval_get("webpage-o-htmlunderleftmenu"));
	$tmp=str_replace("<p>","<BR>",$tmp);
	$tmp=str_replace("</p>","",$tmp);
	$tmp=trim($tmp,"<BR>");
	if ($tmp!="") {
		?><div style="border-color: #7E4030; border-style: solid; border-width: 1px; background-color: #FFF9EA; display: block; padding: 2 4 2 2;"><? echo $tmp;?></div><?
	}
?></TD>
</TR>
<TR>
	<TD style="padding-top: 6"><?
	$samecate="select * from media where 1 order by rand() limit 6";
	$samecate=tmq($samecate,false);
	if (tmq_num_rows($samecate)!=0) {
		index_sepper("รายการสุ่ม");
		?>	<TABLE width=100%   cellpadding=3 cellspacing=0 border=0 class=mediabox>
		<TR>
			<TD><?
		while ($r=tmq_fetch_array($samecate)) {
			show_mediaicon_long("multimedia",$r[randid],"show","yes",50,80);
		}
		?></TD>
		</TR>
		</TABLE><?
	}
	?></TD>
</TR>

</TABLE>


Anon7 - 2022
AnonSec Team