| 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/orthopaper/ |
Upload File : |
<?php
echo <<<EOJ
</div>
</div>
<div class="sidebar fl l">
{$lsidebar}
</div>
</div>
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{float:left;width:100%;}
.c93Gbe .col{float:left;width:25%;padding:0 16px 10px;display:block;}
.c93Gbe .col h6{font-size:14px;color:#fff;font-weight:normal;}
.c93Gbe .col ul{float:left;width:100%;margin-top:20px;clear:both;list-style:none;}
.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;}
@media (max-width: 768px){.c93Gbe .col{width:50% !important;margin-bottom:15px;}}
@media (max-width: 600px){.c93Gbe .col{width:100% !important;margin-bottom:15px;}}
</style>
<div style="float:left;width:100%;padding:30px 0 25px;background:#032741;">
<div class="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"><h6>'.$category.'</h6><ul>'.footerLinks($category).'</ul></div>';
endwhile;
$stmt->close();
echo <<<EOJ
<div class="col" 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 style="float:left;width:100%;background:#465356;height:30px;"> </div>
<footer>
© 2015 - {$copyright_year}. All Rights Reserved. <a href="{$baseurl}contact">Contact Us</a>
</footer>
</div>
</main>
<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;display:none}.cS4bPe img{float:left;width:auto;height:480px;border:1px solid #000}
@media (min-width: 1280px){
.cS4bPe{display:block}
}
</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;
?>
<noscript id="deferred-styles">
<link rel="stylesheet" type="text/css" href="<?php echo $baseurl;?>js/jquery.lighter.css"/>
</noscript>
<script type="text/javascript" src="https://www.akinik.com/js/jquery.js" defer></script>
<script type="text/javascript" src="<?php echo $baseurl;?>js/jquery.lighter.js" defer></script>
<script>
var loadDeferredStyles = function() {
var addStylesNode = document.getElementById("deferred-styles");
var replacement = document.createElement("div");
replacement.innerHTML = addStylesNode.textContent;
document.body.appendChild(replacement)
addStylesNode.parentElement.removeChild(addStylesNode);
};
var raf = requestAnimationFrame || mozRequestAnimationFrame ||
webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });
else window.addEventListener('load', loadDeferredStyles);
</script>
<script type="text/javascript">
function downloadJSAtOnload() {
var element = document.createElement("script");
element.src = "<?php echo $baseurl;?>js/defer.js?url=<?php echo $baseurl;?>";
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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-76822390-9']);
_gaq.push(['_trackPageview']);
(function(){
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>