-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcheater.php
More file actions
35 lines (23 loc) · 837 Bytes
/
cheater.php
File metadata and controls
35 lines (23 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<? ob_start(); session_start();?>
<!DOCTYPE HTML>
<? $level = "Over 9000"?>
<?require('./includes/html1.php');?>
<header>
<h1>CHEATER!</h1>
</header>
<hr />
<p>There are no shortcuts in our treasure hunt :p <br/>
Hit the re-spawn button and try again!</p>
<?require('./includes/html_incorrect.php');?>
<footer>
<ul class="icons">
<li><a href="respawn.php" class="fa-history" title="Respawn">RESPAWN</a></li>
<a href="respawn.php"><p>RE-SPAWN</p></a>
</ul>
</footer>
<hr />
<img src="images/cheat.gif" width="80%"/>
<hr />
<p>You are, however, allowed the use of time machines<br/>to seek answers from your future self</p>
<?require('./includes/html2.php');?>
<? ob_flush(); ?>