home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <meta name="author" content="Kay Vogelgesang, Kai Oswald Seidler">
- <link href="xampp.css" rel="stylesheet" type="text/css">
- </head>
-
- <body>
- <?
- include("lang/".file_get_contents("lang.tmp").".php");
- include ("where.php");
- ?>
-
- <br>
- <h1>Cocoon</h1>
-
- <table border="0">
- <?
- $host="127.0.0.1";
- $timeout="1";
-
- if (($handle = @fsockopen($host, 8080, $errno, $errstr, $timeout)) == false)
- {
- echo "<tr><td width=\"*\" colspan=\"3\"><I><B>".$TEXT['info-nococoon']."</B></I></td></tr>
- <tr><td width=\"*\" colspan=\"3\"> </td></tr>";
- }
- else
- {
- echo "<tr><td width=\"*\" colspan=\"3\"><I><B>".$TEXT['info-okcocoon']."</B></I></td></tr>
- <tr><td width=\"*\" colspan=\"3\"> </td></tr>
- <tr><td width=\"*\" colspan=\"3\"><B><a href=\"http://127.0.0.1:8080/cocoon/\" target=\"_new\">".$TEXT['go-cocoon']."</a></B><br><br><B>".$TEXT['path-cocoon']."</B></td></tr>";
- }
- ?>
-
- </table>
- <p>
-
-
- </body>
- </html>
-