summaryrefslogtreecommitdiff
path: root/www/lolrndm.php
blob: eee3c8ab4aac4c888948b46d5a7e6644d8609f57 (plain)
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
36
37
38
39
40
41
42
43
44
45
<?php

$swf_array = array("Battletoads", "Gununu_all", "Teledance", "baximusgettindown", "Mormon_Jesus", "Pi", "god_damn_trains" );

$length = count($swf_array);
$index = mt_rand(0,$length-1);

//$random="https://u.iamfabulous.de/".$swf_array[$index].".swf";
//$random="http://cdn.complicissimus.de/swf/".$swf_array[$index].".swf";
$random="https://cdn.iamfabulous.de/swf/".$swf_array[$index].".swf";
?>
<!DOCTYPE html>
<html>
<head><title>40x - Error Code</title>
<meta http-equiv='Content-type' content='text/html; charset=utf-8' />
<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' />
<link rel='stylesheet' type='text/css' href='style.css'/>
</head>
<body vlnk='#5b5b5b' vlink='#000000' link='#000000' alink='#9a9696'>
<center>
<?php include("header.php"); ?>
<h1>Nope. Not here. ;_;</h1>
<p>This doesn't look like the page you requested.</p>
<p>
  <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"
          codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">
    <param name="movie" value="Gununu_all.swf">
    <param name="quality" value="high">
    <param name="scale" value="exactfit">
    <param name="menu" value="true">
    <param name="bgcolor" value="#000040">
<?//    <embed src="<?php echo $random; " quality="high" scale="exactfit" menu="false" ?>
    <embed src="https://cdn.iamfabulous.de/swf/Gununu_all.swf" quality="high" scale="exactfit" menu="false"
           bgcolor="#000000" width="600" height="400" swLiveConnect="false"
           type="application/x-shockwave-flash"
           pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed>
  </object>
</p>
<br>
<p>Complaints oder suggestions for new flash files at <a href="mailto:mail@iamfabulous.de">mail@iamfabulous.de</a>.</p>
<p><a href="/"><font color='blue'>Back to start<font/></a></p>
</center>

</body>