403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.69.7.193
Web Server : Apache
System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64
User : federalpolyede.edu.ng_idh35skikv ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/dpt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/dpt/index.php
<?php
if (!isset($_SESSION)) session_start();

// Fetch the page to display
ob_start();

$fetch = $_GET['fpe']; // get action file to know which page to show
$fpe_ray = array('slt','stat','comp','hltm','geotech', 'nutrition','basic','mec','elect','civil','ceng','acc','bizadmin','banking','mkt','gns','lis','otm','building','archy','qs','sgi','estate','agric','fashion','horticulture','lib');

if(!in_array($fetch,$fpe_ray)) include("../404error.php"); // check page manipulations
else{
	if($fetch == $fpe_ray[0])	include("slt.php");	
	elseif($fetch == $fpe_ray[1]) 	include("stat.php");	
	elseif($fetch == $fpe_ray[2])	include("computer.php");	
	elseif($fetch == $fpe_ray[3])	include("hltm.php");	
	elseif($fetch == $fpe_ray[4])	include("geology.php");	
	elseif($fetch == $fpe_ray[5])	include("nutrition.php");				
	elseif($fetch == $fpe_ray[6])	include("basic.php");
		elseif($fetch == $fpe_ray[7])	include("mechanical.php");	
	elseif($fetch == $fpe_ray[8])	include("electrical.php");	
	elseif($fetch == $fpe_ray[9])	include("civil.php");	
	elseif($fetch == $fpe_ray[10])	include("ceng.php");	
	elseif($fetch == $fpe_ray[11])	include("accountancy.php");	
	elseif($fetch == $fpe_ray[12])	include("bizadmin.php");	
	elseif($fetch == $fpe_ray[13])	include("banking.php");	
	elseif($fetch == $fpe_ray[14])	include("marketing.php");	
	elseif($fetch == $fpe_ray[15])	include("gns.php");	
	elseif($fetch == $fpe_ray[16])	include("lis.php");	
	elseif($fetch == $fpe_ray[17])	include("otm.php");	
	elseif($fetch == $fpe_ray[18])	include("building.php");	
	elseif($fetch == $fpe_ray[19])	include("archy.php");	
	elseif($fetch == $fpe_ray[20])	include("quantity.php");	
	elseif($fetch == $fpe_ray[21])	include("geoinfomatics.php");
	elseif($fetch == $fpe_ray[22])	include("estate.php");	
	elseif($fetch == $fpe_ray[23])	include("agric.php");	
	elseif($fetch == $fpe_ray[24])	include("fashion.php");	
	elseif($fetch == $fpe_ray[25])	include("horticulture.php");	
	elseif($fetch == $fpe_ray[26])	include("library.php");	
	
}
// display content area
	$mainbody = ob_get_contents();
	ob_end_clean();
// include template
if(!in_array($fetch,$fpe_ray)) include("../FPE_skin/404.php");
else include('../FPE_skin/fpe_dept.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit