403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.45
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/classicscash.com/public_html/EmblemAVS/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/classicscash.com/public_html/EmblemAVS/EmblemAVS.Template.Custom.php
<?php
// $area Global from ElevatedX
global $area;

// Emblem AVS Template
global $EmblemAVS;
$userinfo = $EmblemClientAVS_userInfo ?? [];
$has_username = ( !empty($userinfo) ? true : false );

// Custom Site Variables for Template
$EmblemAVS_siteConfig = $EmblemAVS->config['custom_template_fields'] ?? [];

// if_vod Flag to check if the area has VOD enabled
$is_vod = ( in_array($area['EnableOD'], [1, 3]) ? true : false );

$base_url = $EmblemAVS_siteConfig['toururl'];
if( $has_username && !$is_vod ){
	$base_url = rtrim($EmblemAVS_siteConfig['members_link'], '/');
} elseif( $is_vod ){
	$base_url = rtrim($EmblemAVS_siteConfig['vod_link'], '/');
}
?><!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

	<title><?php echo $EmblemAVS_siteConfig['sitename']; ?> | Age Verification</title>
	<meta name="description" content="<?php echo $EmblemAVS_siteConfig['sitename']; ?> | Age Verification">

	<meta name="author" content="<?php echo $EmblemAVS_siteConfig['sitename']; ?>">
	<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script><![endif]-->

	<!-- Mobile -->
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<meta name="mobile-web-app-capable" content="yes" />
	<meta name="mobile-web-app-status-bar-style" content="black-translucent" />

	<!-- CSS -->
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">

	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="">
<!--[if lt IE 7]><p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p><![endif]-->

<style>
body { font-size:16px; line-height:1.6; color:#1b1b1b; background:#242424; font-family:'Lato', Arial, Helvetica, sans-serif; }
.section { margin:0; display:flex; justify-content:center; align-items:center; margin-top:24px; }
.blockedArea { border-radius:20px; box-shadow:#000 0px 0px 10px; }
.blockedArea img { display:inline-block; vertical-align:top; max-width:100%; height:auto; }
.blockedArea .blockedArea-header { background:#1b1b1b; color:#FFF; padding:22px; border-radius:20px 20px 0 0;}
.blockedArea .blockedArea-header .logo { display:inline-block; max-width:320px; }
.blockedArea .blockedArea-header .logo img { display:inline-block; width:100%; height:auto; }
.blockedArea .blockedArea-header h1 { display:inline-block; font-size:32px; font-weight:700; }
.blockedArea .blockedArea-header h2 { display:inline-block; width:100%; margin:0; font-size:13px; }
.blockedArea .blockedArea-body { background-color:#f1f1f1; padding:22px; }
.blockedArea .blockedArea-footer { background:#1b1b1b; color:#FFF; padding:22px; font-size:14px; border-radius:0 0 20px 20px; }
.blockedArea .blockedArea-footer a { color:#FFF; text-decoration:underline; }
.blockedArea .blockedArea-footer a:hover { text-decoration:none; }
.blockedArea .blockedArea-footer p:last-child { margin:0; }
body.lighter .blockedArea .blockedArea-header, body.lighter .blockedArea .blockedArea-footer { background-color:#d3ddeb; color:#1b1b1b; }
.footer-links { display:inline-block; width:100%; text-align:center; margin:12px 0; color:#555; font-size:0.9em; }
.footer-links p { display:inline-block; width:100%; text-align:center; margin:0; margin-bottom:6px; }
.footer-links p:last-child { margin-bottom:0; }
.footer-links p.copyright { font-size:1em; color:#FFF; margin-top:12px; }
.footer-links a { text-decoration:underline; color:#838383; }
.footer-links a:hover { text-decoration:none; color:#FFF; }

a, .btn { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.btn {
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	outline: none;
	border: none;
	border-radius: 2px;
	padding: 7px 20px;
	-moz-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	line-height:140%;
}
.btn:hover, .btn:focus, .btn:active {
	color: #fff !important;
	box-shadow:0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn:hover { box-shadow:none !important; }
.btn.btn-avs { background-color:#00b500; border:2px solid #00b500; padding:8px 25px; font-size:1.4em; border-radius:0.5rem; text-shadow:#007e00 1px 1px 5px; }
.btn.btn-avs:hover { background-color:#FFF; color:#00b500 !important; border:2px solid #00b500 !important; text-shadow:#FFF 1px 1px 5px; }
.btn.btn-avs:not(:disabled):not(.disabled).active:focus {
	background-color:#00ad4e;
	box-shadow:0 0 0 0.2rem rgba(0, 232, 70, 0.2);
}
.btn.btn-avs.btn-alt { background-color:#242424; border:2px solid #242424; padding:6px 22px; font-size:1.1em; border-radius:0.5rem; text-shadow:#000 1px 1px 5px; }
.btn.btn-avs.btn-alt:hover { background-color:#FFF; color:#242424 !important; border:2px solid #242424 !important; text-shadow:#FFF 1px 1px 5px; }

.alert p { margin-bottom:6px; }
.alert p:last-child { margin-bottom:0; }
@media screen and (max-width:1023px) {
	.section { height:auto; }
}
</style>
<div class="main">

	<div class="section body">
		<div class="container">

			<div class="row justify-content-center">

				<div class="col-12 col-lg-6">

					<div class="blockedArea">
						<div class="blockedArea-header text-center">
							<a href="<?php echo $base_url; ?>" target="_blank" title="<?php echo htmlentities($EmblemAVS_siteConfig['sitename']); ?>" class="logo">
								<img src="<?php echo $EmblemAVS_siteConfig['site_logo']; ?>" alt="<?php echo htmlentities($EmblemAVS_siteConfig['sitename']); ?>" />
							</a>
						</div><!--//blockedArea-header-->

						<div class="blockedArea-body text-center">
							<p>
								Your state has passed legislation <strong>requiring</strong> verification to ensure that you are 18 years of age or older before viewing mature content in your region (<strong><?php echo $_SERVER['GEOIP_COUNTRY_CODE']; ?>/<?php echo $_SERVER['GEOIP_REGION_NAME']; ?></strong>).
							</p>

							<?php if( !$has_username && !$is_vod ){ ?>
								<p>
									Once you have verified your age, you will be able to access our website and/or network without having to provide identification materials every time you visit.
								</p>
								<div class="alert alert-success">
									<p>If you don't have account setup, please make sure to create one:</p>
									<p class="text-center">
										<a href="<?php echo $EmblemAVS_siteConfig['join_link']; ?>" class="btn btn-avs">JOIN NOW <i class="fa-solid fa-arrow-right fa-fade"></i></a>
										<br/>
										<small class="text-success">Fast, Secure & Private.</small>

										<?php if( !empty($EmblemAVS_siteConfig['vod_link']) && $EmblemAVS_siteConfig['vod_link'] != '#' ){ ?>
										<br/>
										<small class="text-dark">or</small>
										<br/>
										<a href="<?php echo $EmblemAVS_siteConfig['vod_link']; ?>" class="btn btn-avs btn-alt">BUY INDIVIDUAL VIDEOS <i class="fa-solid fa-arrow-right fa-fade"></i></a>
										<?php } ?>
									</p>
								</div>
								<div class="alert alert-secondary">
									<p>Existing Members:</p>
									<p class="text-center">
										<a href="<?php echo $EmblemAVS_siteConfig['members_link']; ?>" class="btn btn-avs btn-alt"><i class="fa-solid fa-user"></i> LOGIN NOW</a>
									</p>
								</div>
							<?php } elseif( !$has_username && $is_vod ){ ?>
								<div class="alert alert-success">
									<p>If you don't have account setup, please make sure to create one:</p>
									<p class="text-center">
										<a href="<?php echo $EmblemAVS_siteConfig['vod_join']; ?>" class="btn btn-avs">REGISTER FOR FREE <i class="fa-solid fa-arrow-right fa-fade"></i></a>
										<br/>
										<small class="text-success">Fast, Secure & Private.</small>
									</p>
								</div>
								<div class="alert alert-secondary">
									<p>Existing Members:</p>
									<p class="text-center">
										<a href="<?php echo $EmblemAVS_siteConfig['vod_login']; ?>" class="btn btn-avs btn-alt"><i class="fa-solid fa-user"></i> LOGIN NOW</a>
									</p>
								</div>
							<?php } ?>

							<?php if( $has_username && !empty($userinfo) ){ ?>
								<div class="alert alert-success">
									<p>
										You are logged in as <strong class="text-success text-underline"><?php echo htmlentities($userinfo['UserName']); ?></strong>.
										<br/>
										<small class="text-success">Please click the button below to verify your age.</small>
									</p>
									<p>
										<?php
										$appendUserInfo = '';
										if( !empty($userinfo) ){
											$appendUserInfo = http_build_query([
												'user_id' => $userinfo['Id'],
												'username' => $userinfo['UserName']
											]);
										}
										?>
										<a href="avs_redirect_custom.php<?php echo '?' . $appendUserInfo; ?>" class="btn btn-avs">Age Verification <i class="fa-solid fa-arrow-right fa-fade"></i></a>
										<br/>
										<small class="text-success">Fast, Secure & Private.</small>
									</p>
								</div>
							<?php } ?>

							<p>It takes about a minute, is secure and private. We do not collect private data.</p>
							<p class="text-muted"><small>We have entrusted <a href="https://emblemapp.com/" target="_blank" class="text-dark" rel="noopener noreferrer">Emblem</a>, a reputable service provider specialising in verifying people's ages online, to carry out this process.</small></p>
							<div class="alert alert-warning">This is not Malware or a Virus, this is <strong>now required</strong> by your state and local laws for anyone attempting to view adult related content online.</div>
						</div><!--//blockedArea-body-->

						<div class="blockedArea-footer text-center">
							<p>If you have any further questions please contact <a href="<?php echo $EmblemAVS_siteConfig['support_link']; ?>" target="_blank">Contact Support</a>.</p>
						</div><!--//blockedArea-footer-->
					</div><!--//blockedArea-->

					<div class="footer-links">
						<p class="copyright">&copy <?php echo date('Y'); ?> <em><?php echo $EmblemAVS_siteConfig['sitename']; ?></em>. All Rights Reserved.</p>
					</div>

				</div>

			</div><!--//row-->

		</div><!--//container-->
	</div><!--//section body-->

</div><!--//.main-->

<!-- jQuery Stuff -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script><!--//modernizr-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js" integrity="sha512-ykZ1QQr0Jy/4ZkvKuqWn4iF3lqPZyij9iRv6sGqLRdTPkY69YX6+7wvVGmsdBbiIfN/8OdsI7HABjvEok6ZopQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.1/jquery-migrate.min.js" integrity="sha512-KgffulL3mxrOsDicgQWA11O6q6oKeWcV00VxgfJw4TcM8XRQT8Df9EsrYxDf7tpVpfl3qcYD96BpyPvA4d1FDQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><!--//jquery migrate-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" integrity="sha512-0QbL0ph8Tc8g5bLhfVzSqxe9GERORsKhIn1IrpxDAgUsbBGz/V7iSav2zzW325XGd1OMLdL4UiqRJj702IeqnQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><!--//jquery easing-->

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit