-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.php
35 lines (32 loc) · 1.24 KB
/
403.php
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
<?php
header("HTTP/1.1 403 Forbidden",true,403);
require_once "config.php";
require_once "common.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Zły adres głąbie - wypizdowo</title>
<link rel="icon" type="image/png" href="<?=$assetsPath?>/favicon.ico"/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="<?=$assetsPath?>/css/crap.css"/>
</head>
<body class='dark'>
<div id='body_cont'>
<h1>WYPIZDOWO.TK</h1>
<?php
echo "<div id='dsc_index'>\n<h2>403 dostęp zabronony</h2>
<h3>Gratulacje, właśnie znalazłeś najlepszy filmik świata!! Niestety, dostępny jest tylko dla wybrańców.</h3>
<p id='dir_description'>
<img src='".getFURL("static/flejmnayt.jpg")."' alt=\"403 Error: poop\"/><br/>
A teraz na serio: Zbłądziłeś, kolego. Próbujesz otworzyć plik, który nie powininen być dostępny z internetu. Możesz wrócić na główną stronę. Na 100% nie znajdziesz tu kwiatków wielkanocnych.<br/>
<a href='$site_url'>[wróć]</a>
</p>
</div>\n";
?>
<br/><small><?=$appCredits?></small>
<?=file_get_contents("tracking.html") ?>
</div>
</body>
</html>