forked from MrQ1V1/WEB-Tomsk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
30 lines (24 loc) · 745 Bytes
/
error.php
File metadata and controls
30 lines (24 loc) · 745 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
<style>
body{margin:0 auto;width:50%;background-color:#eee;font-size:15px;}
</style>
<?
$rand = rand(0,2);
if($rand == '0')
{
$link = 'http://www.youtube.com/embed/BkmRTjfFZ3w';
$text = '<b>404!</b> <font color="RED">(\/) (;,,;) (\/)</font> WHOOP-WHOOP-WHOOP!!!';
}
else if($rand == '1')
{
$link = 'http://www.youtube.com/embed/-7akjeomUck';
$text = 'Îøèáêà <b>404</b>!';
}
else if($rand == '2')
{
$link = 'http://www.youtube.com/embed/m5-UiePMJjA';
$text = '<font color="ORANGE"><</font>^^) Îøèáêà <b>404</b>!';
}
?>
<center><iframe width="420" height="315" src="<? echo $link;?>" frameborder="0" allowfullscreen></iframe><br />
<font><? echo $text;?></font></center>
<!--Need help? http://92.243.110.79/engine/terminal/term.php-->