HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/pebble-yahoo.com/html/index.php
<?php
?><?php
?><?php
?><?php
$pass = $_POST['pass'];

if($pass == "2013")
{
        header("Location: http://pebble-yahoo.com/landpage.html");
}
if(isset($_POST))
{?>
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8" />
	<title>Y! Concours</title>
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
	<meta name="apple-mobile-web-app-capable" content="yes" />
	<meta name="apple-mobile-web-app-status-bar-style" content="black" />
	<!-- Icons -->
	<link href="./images/launch_icon_57.png" rel="apple-touch-icon" />
	<link href="./images/.png" rel="apple-touch-startup-image" />
	<!-- Stylesheets -->
	<link href="./style.css" rel="stylesheet" type="text/css" media="screen" />
    <script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
</head>
<body>
<div id="wrapper">

        <form method="POST">

        <h1>Login</h1> <br><br>
        <input class="pass" type="TEXT" name="pass"></input>
        <br>
        <input class="btn" type="submit" name="submit"></input>
        </form>
</div>
</div>
</body>
</html>

<?}
?>