View file ebook/examportal.php

File size: 3.23Kb
<?php
ERROR_REPORTING(1);
include('../moduls/init.php'); if(!isloggedin())
{ header("location: ../index.php"); }
else { $user=$_SESSION["user"];
} echo"<title>$config->title &raquo; Exam Runz</title>";
echo"<style type='text/css'>
<!--
.style1 {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; }
.style2 {font-size: 12px; font-family: Arial, Helvetica, sans-serif;} .style3 {color: #000000}
--></style><div class='body_width'>";
include "../topnav.php";
echo"<center>";
include "../ads.php";
fblike();
echo"</center>

<div style='margin-top: 5px;' class='grid3'>




</div>";
echo"<div class='grid3 middle'>
<div class='b_head'>JOYLOADED EXAM RUNS ZONE</center></div>";
?>
<?php
/************************************************************************/
/* PHP Simple PasswordProtect v1.0                                      */
/* ===========================                                          */
/*                                                                      */
/*   Written by WapLoVER - http://www.proudlyfans.tk               */
/*   Freelance Web Developer - PHP, MySQL, HTML programming             */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* but please leave this header intact, thanks                          */
/************************************************************************/
##########################################################################
$password = "manmade";  // Modify Password to suit for access, Max 10 Char.
##########################################################################
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
print "<h2 align=\"center\"><u>WELCOME TO SECRET ANSWER ARENA CODED BY HACKLORD [08137407485]</u></h2>";
// If password is valid let the user get access
if (isset($_POST["password"]) && ($_POST["password"]=="$password")) {
?>
<!-- START OF HIDDEN HTML - PLACE YOUR CONTENT HERE -->

<p align="center"><br><br>
<b>Congratulations Pin accepted</b><br>You Can now get you exam runs expo Below from any of those link, this method was use in other to secure those that have paid.<br><br>Answer now loading, keep refreshing and invite ur pals. Thanks
</p>
<!-- END OF HIDDEN HTML -->
<?php
}
else
{
// Wrong password or no password entered display this message
if (isset($_POST['password']) || $password == "") {
print "<p align=\"center\"><font color=\"brown\"><b> Ooops! Incorrect Pin Number<br>You are not legible to access the answer. How did u feel lolz.</b></font></p>";}
print "<form method=\"post\"><p align=\"center\"><b>Please Enter the PIN *For Access*</b><br><br>";
print "<input name=\"password\" type=\"password\" size=\"15\" maxlength=\"10\"><br><input value=\"Login\" type=\"submit\"></p></form>";
}
print " ";
?>
<BR>
</body>
</html>
<a href="../ebook/exampin.php"> <b><font color=\"red\">GET YOUR OWN PASS PIN NOW</font></b></a>

<?php
echo"<div class='gap'></div><br><div class='link_button'><a href='../index.php'>Go Back</a></div>";
include "../footer.php";
?>