Changeset 389 for download_soubory
- Timestamp:
- Oct 8, 2008, 12:42:58 PM (16 years ago)
- Location:
- download_soubory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
download_soubory/files.php
r388 r389 51 51 ), 52 52 'mangos_server_package' => array( 53 'title' => 'Instala èní balík MaNGOS serveru',53 'title' => 'Instalační balík MaNGOS serveru', 54 54 'link' => 'http://wow.zdechov.net/forum/viewforum.php?f=12', 55 55 'files' => array( … … 103 103 ), 104 104 'ceske_fonty_do_wow' => array( 105 'title' => ' Èeské fonty do hry',105 'title' => 'České fonty do hry', 106 106 'torrent' => '', 107 107 'web' => 'ceske_fonty_do_wow.zip', … … 109 109 ), 110 110 'czwow' => array( 111 'title' => 'CZWOW - èe¹tina pro klienty',111 'title' => 'CZWOW - čeština pro klienty', 112 112 'torrent' => 'http://localhost/wowpreklad/download-addon.php?torrent', 113 113 'web' => 'http://wowpreklad.zdechov.net/download-addon.php', … … 115 115 ), 116 116 'minimanager_czech' => array( 117 'title' => ' Èe¹tina do minimanageru',117 'title' => 'Čeština do minimanageru', 118 118 'torrent' => '', 119 119 'web' => 'minimanager_0.12_czech.zip', … … 121 121 ), 122 122 'hlasy_z_W3' => array( 123 'title' => ' Èesky dabované hlasy z Warcraftu 3',123 'title' => 'Česky dabované hlasy z Warcraftu 3', 124 124 'torrent' => 'http://game.zdechov.net:6969/file?info_hash=%14%ED%93%C8%F1n%87%FE%C4%EF%AE%EB%E7%88%60%07%5E%06%ED%D6', 125 125 'web' => 'http://wow.spojka.org/forum/index.php?showtopic=29', -
download_soubory/index.php
r101 r389 1 <? 2 3 1 <?php 2 include('../global.php'); 3 ShowHeader(); 4 4 5 include('files.php'); 6 ?> 7 8 <h3>Soubory ke sta¾ení:</h3> 9 10 <? 5 include('files.php'); 6 echo('<h3>Soubory ke stažení:</h3>'); 11 7 echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">'); 12 8 foreach($Files as $GroupName => $Group) … … 21 17 } 22 18 } 23 echo('<tr><td><br> 19 echo('<tr><td><br> 24 20 <a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br> 25 21 <a href="http://www.utorrent.com/download.php">Stáhnout BitTorrent klienta uTorrent</a><br> 26 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrent ù</a>22 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentů</a> 27 23 </td></tr>'); 28 echo('</table></div>'); 24 echo('</table></div>'); 29 25 30 26 ShowFooter(); 31 27 ?>
Note:
See TracChangeset
for help on using the changeset viewer.