jablonka.czprosek.czf

czf4bfu.prosek.czf

Subversion Repositories:
[/] [info.php] - Diff between revs 1 and 8

Show entire file Ignore whitespace

Rev 1 Rev 8
Line 8... Line 8...
# This script built Unreal][ # http://www.jklir.net # # This script built Unreal][ # http://www.jklir.net #
# # # # # #
##################################################### #####################################################
# # # #
# Licence: GNU/GPL # # Licence: GNU/GPL #
# You can display information about your version of # # Some Icons was downloaded from the internet and #
# CZF4BFU, Icons and DEU files # # have copyrights. Please use it with GNU/GPL #
  # licence and in non-comercial projects. #
# # # #
##################################################### #####################################################
# # # #
# (c) Jirka Klír 2007 for czfree.net ;-) # # v 1.3 (c) Jirka Klír 2008 for CZFree.net ;-) #
# # # #
##################################################### #####################################################
   
   
--> -->
<title>CZF4BFU INFO</title> <title>CZF4BFU INFO</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<meta http-equiv="Content-language" content="cz" /> <meta http-equiv="Content-language" content="cz" />
Line 28... Line 30...
</head> </head>
<body style="background: #D4D0C8"> <body style="background: #D4D0C8">
   
<H1>CZF4BFU INFORMATION</H1> <H1>CZF4BFU INFORMATION</H1>
   
<div style="background-color: white; border-bottom: 1px solid lightblue;"> <div style="background-color: white; border-bottom: 1px solid silver;">
<div class='sizer'></div> <div class='sizer'></div>
<a class='title'><b>Information</b></a> <a class='title'><b>Information</b></a>
<table> <table>
<td>Version:</td><td> 1.1</td></tr> <td>Version:</td><td> 1.3</td></tr>
<td>Author:</td><td> Unreal][</td></tr> <td>Author:</td><td> Unreal][</td></tr>
<td>Licence:</td><td> GNU/GPL </td></tr> <td>Licence:</td><td> GNU/GPL </td></tr>
<td>Modification:</td><td> --- </td></tr> <td>Modification:</td><td> --- </td></tr>
</table></div> </table></div>
   
<div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid lightblue;"> <div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid silver;">
<a class='title'><b>DEU Files</b></a> <a class='title'><b>DEU Files</b></a>
<table> <table>
   
<?php <?php
if ($dir = @opendir(".")) { if ($dir = @opendir(".")) {
Line 53... Line 55...
} }
?> ?>
</table></div> </table></div>
   
   
<div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid lightblue;"> <div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid silver;">
<a class='title'><b>Server list</b></a> <a class='title'><b>Server list</b></a>
<?php <?php
   
$file = "servers.list"; $file = "servers.list";
$fp = Fopen($file, "r"); $fp = Fopen($file, "r");
Line 75... Line 77...
} }
   
?> ?>
</div> </div>
   
<div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid lightblue;"> <div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid silver;">
<a class='title'><b>Icons</b></a> <a class='title'><b>Icons</b></a>
<a class='title'>*</a> <a class='title'>.</a>
<?php <?php
$path = "ikony"; $path = "ikony";
$adresar = Dir ("$path"); $adresar = Dir ("$path");
while ($polozka=$adresar->Read()) { while ($polozka=$adresar->Read()) {
$info = substr($polozka, 0, (strpos($polozka, "."))); $info = substr($polozka, 0, (strpos($polozka, ".")));
Line 107... Line 109...
} }
$adresara->Close(); $adresara->Close();
$adresar2->Close(); $adresar2->Close();
?> ?>
<div class='sizer'></div></div></div> <div class='sizer'></div></div></div>
<div id="copy">czf4bfu v1.1 - made <a href="http://www.jklir.net">Unreal][</a>&nbsp;</div> <div id="copy">czf4bfu v1.3 - made <a href="http://www.jklir.net">Unreal][</a>&nbsp;</div>
</body> </body>
</html> </html>

Powered by WebSVN 2.2.1