Changeset 389 for download_soubory


Ignore:
Timestamp:
Oct 8, 2008, 12:42:58 PM (16 years ago)
Author:
george
Message:
  • Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
Location:
download_soubory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • download_soubory/files.php

    r388 r389  
    5151    ),
    5252    'mangos_server_package' => array(
    53       'title' => 'Instalaèní balík MaNGOS serveru',
     53      'title' => 'Instalační balík MaNGOS serveru',
    5454      'link' => 'http://wow.zdechov.net/forum/viewforum.php?f=12',
    5555      'files' => array(
     
    103103        ),
    104104        'ceske_fonty_do_wow' => array(
    105           'title' => 'Èeské fonty do hry',
     105          'title' => 'České fonty do hry',
    106106          'torrent' => '',
    107107          'web' => 'ceske_fonty_do_wow.zip',
     
    109109        ),
    110110        'czwow' => array(
    111           'title' => 'CZWOW - èe¹tina pro klienty',
     111          'title' => 'CZWOW - čeština pro klienty',
    112112          'torrent' => 'http://localhost/wowpreklad/download-addon.php?torrent',
    113113          'web' => 'http://wowpreklad.zdechov.net/download-addon.php',
     
    115115        ),
    116116        'minimanager_czech' => array(
    117           'title' => 'Èe¹tina do minimanageru',
     117          'title' => 'Čeština do minimanageru',
    118118          'torrent' => '',
    119119          'web' => 'minimanager_0.12_czech.zip',
     
    121121        ),
    122122        'hlasy_z_W3' => array(
    123           'title' => 'Èesky dabované hlasy z Warcraftu 3',
     123          'title' => 'Česky dabované hlasy z Warcraftu 3',
    124124          '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',
    125125          'web' => 'http://wow.spojka.org/forum/index.php?showtopic=29',
  • download_soubory/index.php

    r101 r389  
    1 <?
    2   include('../global.php');
    3   ShowHeader();
     1<?php
     2include('../global.php');
     3ShowHeader();
    44
    5   include('files.php');
    6 ?>
    7 
    8 <h3>Soubory ke sta¾ení:</h3>
    9 
    10 <?
     5include('files.php');
     6echo('<h3>Soubory ke stažení:</h3>');
    117echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">');
    128foreach($Files as $GroupName => $Group)
     
    2117  }
    2218}
    23 echo('<tr><td><br> 
     19echo('<tr><td><br>
    2420<a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br>
    2521<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>
    2723</td></tr>');
    28 echo('</table></div>'); 
     24echo('</table></div>');
    2925
    30   ShowFooter();
     26ShowFooter();
    3127?>
Note: See TracChangeset for help on using the changeset viewer.