-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
58 lines (53 loc) · 1.46 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Usbwebserver</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<img id="header" src="images/header.png">
<ul id="menu">
<li>
<div id="menuleft"></div>
<a id="menua" href="http://www.usbwebserver.com">
USBWebserver.com
</a>
<div id="menuright"></div>
</li>
<li>
<div id="menuleft"></div>
<a id="menua" href="http://www.border-it.nl">
Border-IT
</a>
<div id="menuright"></div>
</li>
</ul>
<div id="topcontent"></div>
<div id="content">
<div id="contentleft">
<h1>USBWebserver V8.6</h1>
<p>
<ul>
<li>14 different languages</li>
<li>DPI bug fixed</li>
<li>Php 5.4.17</li>
<li>Httpd 2.4.6</li>
<li>PhpMyAdmin 4.0.4.2</li>
<li>MySQL 5.6.13</li>
</ul>
</p>
<h1>PHP 5.4.17 info</h1>
<?php
ob_start();
phpinfo();
$i = ob_get_contents();
ob_end_clean();
echo ( str_replace ( "module_Zend Optimizer", "module_Zend_Optimizer", preg_replace ( '%^.*<body>(.*)</body>.*$%ms', '$1', $i ) ) ) ;
?>
</div>
<a href="#" id="banner"></a>
<br style="clear:both">