source: branches/old/test/buttons/index.php

Last change on this file was 123, checked in by george, 17 years ago

Přesun složky pro generování tlačítek do složky test.

File size: 2.7 KB
Line 
1<?
2 include('global.php');
3 ShowHeader();
4?>
5
6<TABLE width="100%" border="0">
7<TR>
8
9
10<TD width="3%" valign="top">
11
12<TD valign="top">
13
14<P>
15Vítejte na serveru: <span class="Nadpis"> Heroes of Fantasy</span>
16
17<br>
18Vítejte na neoficiálním herním serveru hry World of Warcraft!
19<br>WoW je <acronym title="Massive Multiplayer Online Role Playing Game">MMORPG</acronym> jejíž tvùrcem je spoleènost Blizzard Entertainment.
20Existují oficiální servery, na kterých je nutno platit mìsíèní poplatek. Tento server je však neoficiální a mùžete zde hrát zdarma.
21Pøestože neoficiální servery nikdy nedosáhnout takové kvality jako oficiální, mùžete zde zažít mnoho pøíjemných chvil a seznámit se zajímavými lidmi.
22Nyní je již potøeba se jen zaregistrovat, pøipojit do hry a vžít se do role hrdiny, který putuje svìtem fantasie a utkává se v boji s rozliènými stvùrami.
23<br>
24<br>
25<table class="MiniTable" border="1" cellspacing="0" cellpadding="2">
26<tr>
27<th>Emulátor</th>
28<th>Stav</th>
29<th>Online</th>
30<th>Návod</th>
31<th>Registrace</th>
32<th>Stav registrací</th>
33<th>Existuje dnù</th>
34<th>Úètù</th>
35<th>Postav</th>
36</tr>
37<tr>
38<td>Mangos</td>
39<td><? if(CheckPortStatus('localhost', 8085)) echo('<span style="color: #33ff33;">ONLINE</span>'); else echo('<span style="color: red;">OFFLINE</span>'); ?></td>
40<td><a href="http://wow.zdechov.net/online_player.php"><? echo(file_get_contents('http://localhost/mangos/players.php')); ?></a></td>
41<td><a href="http://wow.zdechov.net/jak_zacit.php">zde</a></td>
42<td><a href="http://wow.zdechov.net/mangos/index.php?n=account/create">zde</a></td>
43<td>OTEVØENO</td>
44<td><? echo(round((time()-mktime (0,0,0,12,11,2006))/3600/24)); ?></td>
45<td><? echo(file_get_contents('http://localhost/mangos/accounts.php')); ?></td>
46<td><? echo(file_get_contents('http://localhost/mangos/characters.php')); ?></td>
47</tr>
48</table>
49Online chat <a href="http://www.zdechov.net/wow/chat.php">zde</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RSS kanál diskusního fóra: <a href="forum/smartfeed_url.php"><img src="forum/templates/subSilver/images/rss20.png" alt="RSS"></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Teamspeek server: ts2.shotzone.cz:9207</p>
50
51<DL>
52<DT><a href="gm.php">GM TEAM - KLIK</a>
53<DD><div>
54 Maron
55 <br>Chronos
56
57 <br>Muri
58 <br>Martasoft<br>
59 MC´S Mach
60
61
62</div>
63</DL>
64 <font color="yellow">
65<br>
66<a href="http://www.wowstatus.net/detail.php?server=160156">
67<img alt="wowstatus" src="http://www.wowstatus.net/sbanner.php?server=160156" border="0"></a>
68
69<A HREF="http://www.toplist.cz/" target="_blank"><IMG
70SRC="http://toplist.cz/count.asp?logo=mc&ID=324802"
71border="0" width="88" height="60"></A>
72
73</TABLE>
74
75<?
76 ShowFooter();
77?>
Note: See TracBrowser for help on using the repository browser.