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/public_html/orthocasereports.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/public_html/orthocasereports.com/footer.php
<?php
echo <<<EOJ
		</div>
		<div class="col s12 m12 l3 show-on-medium-and-down sidebar" style="margin-top:15px;display:none">
			<ul class="body"><li class="fluid cover_page"><img src="{$imageurl}cover_page.jpg" alt="{$websitename}" /></li></ul>
			<ul class="body"><li class="fluid">{$current_issues}</li></ul>
			{$lsidebar}
			<ul class="body">
				<li class="fluid"><a href="{$baseurl}most-viewed-articles">Most Viewed Articles</a></li>
				<li class="fluid"><a href="{$baseurl}most-downloaded-articles">Most Downloaded Articles</a></li>
			</ul>
		</div>
		<div class="col s12 m12 l3 sidebar r">{$rsidebar}</div>
	</div>
	<br clear="all"><br clear="all">
EOJ;
$stmt = $mysqli->prepare("SELECT * FROM footer WHERE status = 'enabled'");
$stmt->execute();
$stmt->store_result();
$count_rows = $stmt->num_rows();
$stmt->close();
if($count_rows > 0):
echo <<<EOJ
	<style>
	.c93Gbe .col{padding-top:0px;padding-bottom:5px;}
	.c93Gbe .col h6{font-size:14px;color:#fff;font-weight:normal;}
	.c93Gbe .col ul{float:left;width:100%;margin-top:20px;clear:both;}
	.c93Gbe .col ul li{float:left;width:100%;margin-bottom:5px;clear:both;}
	.c93Gbe .col ul li a{color:#a2d1ea;}
	.c93Gbe .col ul li a:hover{color:#fff;}
	</style>
	<div style="float:left;width:100%;padding:30px 16px 25px;background:#032741;">
		<div class="row c93Gbe">
EOJ;
			function footerLinks($category){
				global $mysqli;$html = '';
				$stmt = $mysqli->prepare("SELECT text, link, rel, target FROM footer WHERE (category = ? AND status = 'enabled') ORDER BY sortnumber ASC");
				$stmt->bind_param('s', $category);
				$stmt->execute();
				$stmt->store_result();
				if($stmt->num_rows() > 0):
					$stmt->bind_result($text, $link, $rel, $target);
					while($stmt->fetch()):
						$html .= '<li><a href="'.$link.'" rel="'.$rel.'" target="'.$target.'">'.$text.'</a></li>';
					endwhile;
				endif;
				$stmt->close();
				return $html;
			}
			$stmt = $mysqli->prepare("SELECT category FROM footer WHERE status = 'enabled' GROUP BY category ORDER BY catsortnumber ASC LIMIT 3");
			$stmt->execute();
			$stmt->store_result();
			$stmt->bind_result($category);
			while($stmt->fetch()):
				echo '<div class="col s12 m6 l3"><h6>'.$category.'</h6><ul>'.footerLinks($category).'</ul></div>';
			endwhile;
			$stmt->close();
echo <<<EOJ
			<div class="col s12 m6 l3" style="float:right;padding-bottom:0;text-align:center;">
				<a href="{$baseurl}"><img src="{$imageurl}logowhite.png" alt="{$websitename}" style="display:inline-block;"><br clear="all"></a>
				<p style="color:#a2d1ea;">{$websitename}</p>
			</div>
		</div>
	</div>
EOJ;
endif;
echo <<<EOJ
	<div class="row blue-grey darken-4 white-text footer">
		<div class="col s12 m12 l12">
			<br clear="all">
			This is an open access journal which means that all content is freely available without charge to the user or his/her institution. Users are allowed to read, download, copy, distribute, print, search, or link to the full texts of the articles in this journal without asking prior permission from the publisher or the author. This is in accordance with the Budapest Open Access Initiative (BOAI) definition of open access.
			<br clear="all"><br clear="all"><div class="divider blue-grey"></div><br clear="all">
			The articles in {$websitename} are open access articles licensed under the terms of the Creative Commons Attribution Non-Commercial License (<a href="https://creativecommons.org/licenses/by-nc-sa/3.0/" class="red-text" target="_blank">https://creativecommons.org/licenses/by-nc-sa/3.0/</a>) which permits unrestricted, non-commercial use, distribution and reproduction in any medium, provided the work is properly cited.
			<br clear="all"><br clear="all"><div class="divider blue-grey"></div><br clear="all">
			<div class="clearfix">
				<img src="{$imageurl}logo-citedby.jpg" alt="CitedBy" height="33" />
				<img src="{$imageurl}logo-crossref.jpg" alt="CrossRef" height="33" />
				<img src="{$imageurl}logo-crosscheck.png" alt="CrossCheck" height="33" />
				<img src="{$imageurl}logo-ithenticate.png" alt="iThenticate" height="33" />
				<img src="{$imageurl}logo-icmje.png" alt="ICMJE" height="33" />
				<img src="{$imageurl}logo-openaccess.jpg" alt="OpenAccess" height="33" />
				<img src="{$imageurl}logo-cccopyright.jpg" alt="CCCopyright" height="33" />
			</div>
			<br clear="all"><br clear="all"><div class="divider blue-grey"></div><br clear="all">
			Copyright &copy; {$copyright_year}. {$websitename} All Rights Reserved. Subject to change without notice from or liability to {$websitename}.
			<br clear="all"><br clear="all"><div class="divider blue-grey"></div><br clear="all">
			<h2 class="red-text">Contact Information</h2>
			<br clear="all">
			Any correspondence, queries or additional requests for information on the manuscript submission process should be sent to the {$websitename} editorial office as follows:
			<br clear="all"><br clear="all">
			Address: 1st Floor, Block C, Metropolitan Park, 8 Hillside Road, Parktown, Johannesburg, 2196, South Africa
			<br clear="all"><br clear="all">
			Email: {$websiteemail}
			<br clear="all"><br clear="all">
		</div>
	</div>
	<div class="divider white" style="height:36px"></div>
</div>
<ul class="sidenav" id="sidenav">
	<li class="center-align white" style="padding:10px 20px"><img src="{$imageurl}logo.png" alt="{$websitename}" /></li>
	{$fn->nav()}
	<li><a href="tel:9711224068">Helpline No.: +91-9711224068</a></li>
	<li><a href="tel:9718222251">Fast Publication: +91-9718222251</a></li>
</ul>
<a href="https://wa.me/919718222251?text=Hi, I have a query regarding publication in {$websitename}." target="_blank" class="show-on-medium-and-down whatsapp"><img src="https://www.akinik.com/images/whatsapp-logo.png" alt="{$websitename}" /></a>

<style>
.cS4bPe{float:left;width:98px;height:480px;margin:auto;position:fixed;left:10px;top:0;bottom:0}.cS4bPe img{float:left;width:auto;height:480px;border:1px solid #000}
</style>
<div class="cS4bPe hide-on-med-and-down"><a href="https://www.integratedpublications.in/publish-book-chapter/1672810958-Advanced-Research-in-Orthopedics" target="_blank"><img src="{$imageurl}bookchapterads.jpg" alt="Call for book chapter" /></a></div>
EOJ;
?>
<script src="https://www.akinik.com/assets/js/jquery.js" defer></script>
<script src="https://www.akinik.com/assets/js/jquery.form.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js" defer></script>
<script>function downloadJSAtOnload(){var element = document.createElement('script');element.src = '<?php echo $baseurl;?>js/script.js?<?php echo time();?>';document.body.appendChild(element);}if(window.addEventListener)window.addEventListener('load', downloadJSAtOnload, false);else if(window.attachEvent)window.attachEvent('onload', downloadJSAtOnload);else window.onload = downloadJSAtOnload;</script>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit