source: branches/old/client/download.php

Last change on this file was 389, checked in by george, 16 years ago
  • Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
File size: 991 bytes
Line 
1<?php
2
3include('../global.php');
4ShowHeader();
5
6$Database->select_db('wow');
7$Database->insert('logdownloadclient', array('IP' => $_SERVER['REMOTE_ADDR'], 'time' => 'NOW()'));
8// http://rs30l33.rapidshare.com/files/72642645/208215/InstalaceHeroesOfFantasyClient-3_0.exe
9
10?>
11<br /><br /><br />
12 Jestli stahování nezačne do 3 sekund klikněte na některé z odkazů:<br />
13 <A href="http://maron.borec.cz/Soubory/InstalaceHeroesOfFantasyClient-3.2.exe">Web zdarma</A><br />
14 <A href="http://wow.zdechov.net:81/InstalaceHeroesOfFantasyClient-3.2.exe">HoF server</A><br />
15 <A href="http://rapidshare.com/files/146856340/InstalaceHeroesOfFantasyClient-3.2.exe.html">Rapidshare</A><br />
16 <A href="http://wow.zdechov.net:6969/file?info_hash=1yc%F7%15A2%FE%E6%FDw%B9%E5%94%5C%F1y%8F%09d">Torrent</A><br />
17 <script>
18 setTimeout("parent.location.href='http://maron.borec.cz/Soubory/InstalaceHeroesOfFantasyClient-3.2.exe'",3000)
19 </script>
20
21<?php
22 ShowFooter();
23?>
Note: See TracBrowser for help on using the repository browser.