403Webshell
Server IP : 172.67.187.206  /  Your IP : 162.159.115.42
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 :  E:/Inetpub/www/news/csr/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : E:/Inetpub/www/news/csr/admin//account.php
<?php
/*==============================================
|| ############################################# 
|| Copyright 
|| ############################################# 
==============================================*/
session_start();
require("../include/config.php");
require("core/checklogin.php");
$page = filter_input(INPUT_GET, 'page', FILTER_SANITIZE_STRING);


if($ugroup=="obec" AND $page=="" ){
	$page = 'obec';
}else if($ugroup=="area" AND $page=="" ){
	$page = 'area';	
}else if($ugroup=="school" AND $page==""){
	$page = 'school';		
}else if($ugroup=="donate" AND $page==""){
	$page = 'donate';	
}


$msg = filter_input(INPUT_GET, 'msg', FILTER_SANITIZE_STRING);
$pagenum = filter_input(INPUT_GET, 'pagenum', FILTER_SANITIZE_NUMBER_INT);
?>

<!DOCTYPE html>
<html>
<head>
<title><?=$ugroup;?> Management system</title>

<?php include ("global-head.php");?>
</head>

<body class="adminbody">

<div id="main">

	<?php include ("navigation.php");?>
 
	<?php include ("sidebar.php");?>

    <div class="content-page">
	
		<!-- Start content -->
        <div class="content">
            
			<div class="container-fluid">
<?php include ("pages/modals/modal_chpassword.php");?>

				<?php 
				// ADMIN pages
				switch ($page)
					{       

						case $page:
							include ("pages/".$page.".php");
							break;					
													
						default:
							include ("pages/dashboard.php");
							break;						
					}
				?>

            </div>
			<!-- END container-fluid -->

		</div>
		<!-- END content -->

    </div>
	<!-- END content-page -->
    
	<?php include ("footer.php");?>

</div>
<!-- END main -->

<?php include ("global-footer.php");?>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit