source: client/download.php@ 165

Last change on this file since 165 was 165, checked in by maron, 18 years ago
File size: 929 bytes
Line 
1<?php
2 include '../global.php';
3 ShowHeader();
4
5 $Database->select_db('wow');
6 $Database->query("INSERT INTO wow.LogDownloadClient VALUES ('1', '".$_SERVER['REMOTE_ADDR']."')");
7 // http://rs30l33.rapidshare.com/files/72642645/208215/InstalaceHeroesOfFantasyClient-3_0.exe
8
9?>
10<br /><br /><br />
11 Jestli stahování nezaène do 3 sekund kliknìte na nìkteré z odkazù:<br />
12 <A href="http://maron.borec.cz/InstalaceHeroesOfFantasyClient-3.1.exe">Web zdarma</A><br />
13 <A href="http://rapidshare.com/files/75181494/InstalaceHeroesOfFantasyClient-3.1.exe.html">Rapidshare</A><br />
14 <A href="http://wow.zdechov.net:6969/torrents/InstalaceHeroesOfFantasyClient-3.1.exe.torrent?D56546328D8C7D61A13A0E5228EC5B3E4546C3D2">Torrent</A><br />
15 <script>
16 setTimeout("parent.location.href='http://maron.borec.cz/InstalaceHeroesOfFantasyClient-3.1.exe'",3000)
17 </script>
18
19<?
20 ShowFooter();
21?>
22
23
Note: See TracBrowser for help on using the repository browser.