Changeset 159


Ignore:
Timestamp:
Nov 27, 2007, 3:35:04 PM (17 years ago)
Author:
maron
Message:

V sekci stahování oprava adresy na nejnovějšího clienta.
V sekci client oprava stahování http (webzdarma, rapitshare)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • client/download.php

    r155 r159  
    55    $Database->select_db('wow');
    66    $Database->query("INSERT INTO wow.LogDownloadClient VALUES ('1', '".$_SERVER['REMOTE_ADDR']."')");
     7    // http://rs30l33.rapidshare.com/files/72642645/208215/InstalaceHeroesOfFantasyClient-3_0.exe
     8   
    79?>
    810
    9   Jestli stahování nezaène hnet kliknìte <A href="InstalaceHeroesOfFantasyClient-3,0.exe">zde</A>.
     11  Jestli stahování nezaène do 3 sekund kliknìte na nìkteré z odkazù:
     12  <A href="http://maron.borec.cz/InstalaceHeroesOfFantasyClient-3,0.exe">Web zdarma</A>
     13  <A href="http://rapidshare.com/files/72642645/InstalaceHeroesOfFantasyClient-3_0.exe.html">Rapidshare</A>
     14  <A href="http://wow.zdechov.net:6969/torrents/InstalaceHeroesOfFantasyClient-3.0.exe.torrent?A078CF45B580865F7E721E3ADC568054F6FD8DB1">Torrent</A>
    1015  <script>
    11   setTimeout("parent.location.href='InstalaceHeroesOfFantasyClient-3,0.exe'",3000)
     16  setTimeout("http://maron.borec.cz/InstalaceHeroesOfFantasyClient-3,0.exe'",3000)
    1217  </script>
    1318
  • download_soubory/files.php

    r138 r159  
    8080      'files' => array(
    8181        'client_pack' => array(
    82           'title' => 'Heroes of Fantasy Client Pack 2.2',
    83           'torrent' => 'http://wow.zdechov.net:6969/torrents/InstalaceHeroesOfFantasyClient-2.2.exe.torrent?92D2F5137359F85EF32EC62F406B207155A27B1E',
    84           'web' => '',
     82          'title' => 'Heroes of Fantasy Client 3.0',
     83          'torrent' => 'http://wow.zdechov.net:6969/torrents/InstalaceHeroesOfFantasyClient-3.0.exe.torrent?A078CF45B580865F7E721E3ADC568054F6FD8DB1',
     84          'web' => 'http://wow.zdechov.net/client/download.php',
    8585          'info' => '',
    8686        ),
Note: See TracChangeset for help on using the changeset viewer.