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/allsportsjournal.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/akhilnew/public_html/allsportsjournal.com/journals.php
<?php
if(file_exists('inc/config.php')): require_once('inc/config.php'); else: die('Required file doesn\'t exist.'); endif;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sports Journals" />
<meta name="keywords" content="sports journals, khel journal, yoga journal, physical education journal, sports and health journal, nutrition journal, sposrt science journla" />
<meta name="Robots" content="index, follow" />
<title>Sports Journals List</title>
<link rel="shortcut icon" href="<?php echo $imageurl;?>favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500|Domine:400,700|Material+Icons" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css" />
<style type="text/css">
*{margin:0;box-sizing:border-box;outline:none}html,body{width:100%}
body{height:100%;font-size:13px;font-family:'Roboto', sans-serif;overflow-y:scroll}b{font-weight:500}
.container{width:80%}

.blinker{font-size:18px;font-weight:500;text-transform:uppercase;animation:changecolor 5s infinite;-moz-animation:changecolor 5s infinite;-webkit-animation:changecolor 5s infinite;-ms-animation:changecolor 5s infinite;-o-animation:changecolor 5s infinite}
@keyframes changecolor{0%{color:red}50%{color:green}75%{color:blue}100%{color:red}}
@-moz-keyframes changecolor{0%{color:red}50%{color:green}75%{color:blue}100%{color:red}}
@-webkit-keyframes changecolor{0%{color:red}50%{color:green}75%{color:blue}100%{color:red}}
@-ms-keyframes changecolor{0%{color:red}50%{color:green}75%{color:blue}100%{color:red}}
@-o-keyframes changecolor{0%{color:red}50%{color:green}75%{color:blue}100%{color:red}}

.card{margin:0;border:1px solid #ddd}
.card .card-content{padding:20px 20px 0}
.card .card-content .col{margin-bottom:15px}

.journals{display: flex;flex-wrap: wrap;margin-left: -12px;margin-right: -12px;}
.journals > *{display: flex;flex-shrink: 0;flex: 0 0 auto;width: 50%;padding: 0 12px;margin-bottom: 24px;}
.journals .journal{flex-grow: 1;display: flex;align-items: center;box-shadow: 0 2px 3px rgba(0,0,0,0.25);flex-direction: row;}
.journals .journal img{width: 90px;float: left;}
.journals .journal .info{padding: 10px;display: flex;flex-direction: column;row-gap: 3px;}

@media (max-width: 992px) {
.journals > *{width: 100%;}
.journals .journal{flex-direction: column;text-align: center;}
}
</style>
</head>
<body class="grey lighten-4">
<?php
echo <<<EOJ
<div class="row container">
	<div class="col s12 m12 l12">
		<div class="card z-depth-0">
			<div class="card-image"><img src="{$imageurl}sports-banner.jpg" alt="Sports Journals" /></div>
			<div class="card-content">
				<div class="row"><div class="col s12 m12 l12 center-align blinker">Call for Articles</div></div>
				<div class="journals">
EOJ;
				$stmt = $mysqli->prepare("SELECT journal, issn, domain, email, coverpage, doi FROM journals WHERE status = 'enabled' ORDER BY sorting ASC") or die('An error occurred. Please try after some time.');
				$stmt->execute();
				$stmt->store_result();
				if($stmt->num_rows() > 0):
					$stmt->bind_result($journal, $issn, $domain, $email, $coverpage, $doi);
					while($stmt->fetch()):
						$coverpage = (($coverpage && file_exists('images/'.$coverpage))) ? $coverpage : 'avatar_2x.png';
echo <<<EOJ
						<div>
							<div class="journal">
								<div><img src="{$imageurl}{$coverpage}" alt="{$journal}" /></div>
								<div class="info">
									<div><b>{$journal}</b></div>
									<div><b>{$issn}</b></div>
									<div><b>DOI:</b> <a href="https://doi.org/{$doi}" target="_blank">https://doi.org/{$doi}</a></div>
									<div><b>Email:</b> {$email}</div>
									<div><b>Website:</b> <a href="{$domain}" target="_blank" rel="dofollow">{$domain}</a></div>
								</div>
							</div>
						</div>
EOJ;
					endwhile;
				endif;
				$stmt->close();
echo <<<EOJ
				</div>
			</div>
		</div>
	</div>
</div>
<a href="https://wa.me/919718222251?text=Hi, I have a query regarding publication in sports journals." target="_blank" class="show-on-medium-and-down whatsapp"><img src="https://www.akinik.com/images/whatsapp-logo.png" alt="Sports Journals" /></a>
EOJ;
?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit