jablonka.czprosek.czf

czf4bfu

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

Show entire file Ignore whitespace

Rev 1 Rev 5
Line 1... Line 1...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <html>
<head> <head>
<!-- <!-- Unreal][ # http://www.jklir.net # Licence: GNU/GPL # v 1.3 (c) Jirka Klír 2008 for CZFree.net ;-) # -->
  <title>CZF4BFU INFO</title>
##################################################### <meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
# # # <meta http-equiv="Content-language" content="cz" />
# This script built Unreal][ # http://www.jklir.net # <meta name="Author" content="Unreal][, http://www.jklir.net">
# # # <link href="styl.css" rel="stylesheet" type="text/css">
##################################################### </head>
# #  
# Licence: GNU/GPL #  
# Some Icons was downloaded from the internet and #  
# have copyrights. Please use it with GNU/GPL #  
# licence and in non-comercial projects. #  
# #  
#####################################################  
# #  
# v 1.3 (c) Jirka Klír 2008 for CZFree.net ;-) #  
# #  
#####################################################  
   
   
-->  
<title>CZF4BFU INFO</title>  
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />  
<meta http-equiv="Content-language" content="cz" />  
<meta name="Author" content="Unreal][, http://www.jklir.net">  
<link href="styl.css" rel="stylesheet" type="text/css">  
</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 silver;"> <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.3</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 silver;"> <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(".")) {
while (($file = readdir($dir)) !== false) while (($file = readdir($dir)) !== false)
Line 55... Line 35...
} }
?> ?>
</table></div> </table></div>
   
   
<div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid silver;"> <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");
$dat = Fread($fp, filesize($file)); $dat = Fread($fp, filesize($file));
Line 68... Line 48...
$soucet = (count($data))-2; $soucet = (count($data))-2;
   
echo "soubor servers.list - posledn&#237; zm&#283;na: ".date("d.m.Y h:i:s", (filemtime("servers.list")))."<br>"; echo "soubor servers.list - posledn&#237; zm&#283;na: ".date("d.m.Y h:i:s", (filemtime("servers.list")))."<br>";
echo "soubor servers.list - obsahuje ".($soucet+1)." server&#367;"; echo "soubor servers.list - obsahuje ".($soucet+1)." server&#367;";
   
echo "<a class='title'>servers.list</a>"; echo "<a class=\"title\">servers.list</a>";
   
for ($j=0; $j<=$soucet; $j++) { for ($j=0; $j<=$soucet; $j++) {
echo $data[$j]."<br>"; echo $data[$j]."<br>";
} }
   
?> ?>
</div> </div>
   
<div class='sizer'></div><div style="background-color: white; border-bottom: 1px solid silver;"> <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, ".")));
if (eregi(".png", $polozka)) { if (eregi(".png", $polozka)) {
echo "<div class='icon'><img src='".$path."/".$polozka."' width='32'><br>".$info."</div>"; echo "<div class=\"icon\"><img src=\"".$path."/".$polozka."\" width=\"32\"><br>".$info."</div>";
} }
} }
$adresar->Close(); $adresar->Close();
   
$patha = "ikony"; $patha = "ikony";
Line 100... Line 80...
echo "<div class='sizer'></div><a class='title'>".$polozkaa."/*</a>"; echo "<div class='sizer'></div><a class='title'>".$polozkaa."/*</a>";
$adresar2 = Dir($patha."/".$polozkaa); $adresar2 = Dir($patha."/".$polozkaa);
while ($polozka2=$adresar2->Read()) { while ($polozka2=$adresar2->Read()) {
$info2 = substr($polozka2, 0, (strpos($polozka2, "."))); $info2 = substr($polozka2, 0, (strpos($polozka2, ".")));
if (eregi(".png", $polozka2)) { if (eregi(".png", $polozka2)) {
echo "<div class='icon'><img src='".$patha."/".$polozkaa."/".$polozka2."'><br>".$info2."</div>"; echo "<div class=\"icon\"><img src=\"".$patha."/".$polozkaa."/".$polozka2."\"><br>".$info2."</div>";
} }
} }
} }
} }
$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.3 - 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