jablonka.czprosek.czf

czf4bfu

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

Show entire file Ignore whitespace

Rev 5 Rev 12
Line 2... Line 2...
<html> <html>
<head> <head>
<!-- Unreal][ # http://www.jklir.net # Licence: GNU/GPL # v 1.3 (c) Jirka Klír 2008 for CZFree.net ;-) # --> <!-- Unreal][ # http://www.jklir.net # Licence: GNU/GPL # v 1.4 (c) Jirka Klír 2009 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="cs" />
<meta name="Author" content="Unreal][, http://www.jklir.net"> <meta name="Author" content="Unreal][, http://www.jklir.net">
<link href="styl.css" rel="stylesheet" type="text/css"> <link href="styl.css" rel="stylesheet" type="text/css">
</head> </head>
<body style="background: #D4D0C8"> <body>
   
<h1>CZF4BFU INFORMATION</h1> <h1>CZF4BFU INFORMATION</h1>
   
<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>  
<table>  
<td>Version:</td><td> 1.3</td></tr>  
<td>Author:</td><td> Unreal][</td></tr>  
<td>Licence:</td><td> GNU/GPL </td></tr>  
<td>Modification:</td><td> --- </td></tr>  
</table></div>  
   
<div class="sizer"></div><div style="background-color: white; border-bottom: 1px solid silver;"> <div class="info">
<a class="title"><b>DEU Files</b></a> <a class="title"><strong>Information</strong></a>
  <div class="pad">
<table> <table>
  <td>Version:</td><td> 1.4</td></tr>
  <td>Author:</td><td> Unreal][</td></tr>
  <td>Licence:</td><td> GNU/GPL </td></tr>
  <td>Modification:</td><td> &nbsp;--- </td></tr>
  </table></div></div>
   
  <div class="sizer"></div>
   
  <div class="info">
  <a class="title"><strong>DEU Files</strong></a>
  <div class="pad">
  <table>
<?php <?php
if ($dir = @opendir(".")) { if ($dir = @opendir(".")) {
while (($file = readdir($dir)) !== false) while (($file = readdir($dir)) !== false)
if (preg_match('/^(global|local)-.*.txt/',$file)) if (preg_match('/^(global|local)-.*.txt$/',$file))
echo "<tr><td>".$file."</td><td>&nbsp; - posledn&#237; zm&#283;na: ".date("d.m.Y h:i:s", (filemtime($file)))."</td></tr>"; echo " <tr><td>".$file."</td><td>&nbsp; - posledn&#237; zm&#283;na: ".date("d.m.Y h:i:s", (filemtime($file)))."</td></tr>\n";
closedir($dir); closedir($dir);
} }
?> ?>
</table></div> </table></div></div>
   
  <div class="sizer"></div>
   
<div class="sizer"></div><div style="background-color: white; border-bottom: 1px solid silver;"> <div class="info">
<a class="title"><b>Server list</b></a> <a class="title"><strong>Server list info</strong></a>
  <div class="pad">
<?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));
$data = explode("\n", $dat); $data = explode("\n", $dat);
$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>\n";
echo "soubor servers.list - obsahuje ".($soucet+1)." server&#367;"; echo "soubor servers.list - obsahuje ".($soucet+1)." server&#367;\n";
   
echo "<a class=\"title\">servers.list</a>"; echo "</div></div><div class=\"info\">";
  echo "<a class=\"title\"><strong>servers.list</strong></a>\n<div class=\"pad\">\n";
   
for ($j=0; $j<=$soucet; $j++) { for ($j=0; $j<=$soucet; $j++) {
echo $data[$j]."<br>"; echo $data[$j]."<br>\n";
} }
   
?> ?>
</div> </div></div>
   
<div class="sizer"></div><div style="background-color: white; border-bottom: 1px solid silver;"> <div class="sizer"></div>
<a class="title"><b>Icons</b></a>  
  <div class="info">
  <a class="title"><strong>Icons</strong></a>
  <div style="border: 1px solid silver;">
<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\" style=\"height: 58px;_height: 63px;\"><img src=\"".$path."/".$polozka."\" alt=\"".substr($polozka,0,-4)."\" title=\"".substr($polozka,0,-4)."\" width=\"32\"><br>".$info."</div>";
} }
} }
$adresar->Close(); $adresar->Close();
   
$patha = "ikony"; $patha = "ikony";
$adresara = Dir ("$patha"); $adresara = Dir ("$patha");
while ($polozkaa=$adresara->Read()) { while ($polozkaa=$adresara->Read()) {
if (((is_dir($patha."/".$polozkaa)) and ($polozkaa!=".")) and ($polozkaa!="..")) { if ((((is_dir($patha."/".$polozkaa)) and ($polozkaa!=".")) and ($polozkaa!="..")) and ($polozkaa!=".svn")) {
echo "<div class='sizer'></div><a class='title'>".$polozkaa."/*</a>"; echo "<div class=\"sizer\"></div>\n<a class=\"nomargin title\">".$polozkaa."/*</a>\n";
$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\" style=\"height: 58px;_height: 63px;\"><img src=\"".$patha."/".$polozkaa."/".$polozka2."\" alt=\"".$polozkaa."/".substr($polozka2,0,-4)."\" title=\"".$polozkaa."/".substr($polozka2,0,-4)."\" width=\"32\"><br>".$info2."</div>";
} }
} }
} }
} }
$adresara->Close(); $adresara->Close();
$adresar2->Close(); $adresar2->Close();
?> ?>
<div class="sizer"></div></div></div> <div class="sizer"></div></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.4 - made <a href="http://www.jklir.net">Unreal][</a>&nbsp;&nbsp;&nbsp;</div>
   
</body> </body>
</html> </html>

Powered by WebSVN 2.2.1