Last change
on this file since 548 was 508, checked in by barny, 16 years ago |
Úprava souboru Functions.php (Patch 3.0.9)
|
File size:
928 bytes
|
Line | |
---|
1 | <?php
|
---|
2 | function QuickNew ()
|
---|
3 | {
|
---|
4 | global $server;
|
---|
5 | if (isset($_COOKIE["hof-quick"]) AND $_COOKIE["hof-quick"] == "no")
|
---|
6 | {
|
---|
7 | }
|
---|
8 | else
|
---|
9 | {
|
---|
10 | echo "
|
---|
11 | <table align=\"center\" border=\"1\" width=\"500\">
|
---|
12 | <tr>
|
---|
13 | <td><b>Rychlý přehled</b></td>
|
---|
14 | <td width=\"100\">".date ("d.m.Y",time())."</td>
|
---|
15 | </tr>
|
---|
16 | <tr>
|
---|
17 | <td colspan=\"2\">
|
---|
18 | <b>Server : </b>".$server -> ServerImg($server -> ServerOnline("wow.zdechov.net",8085))."<b> (<a href=\"?page=online\">".$server -> MangosOnline()." hráčů</a>) | Patch 3.0.9 | <a href=\"http://wow.zdechov.net/realmlist.wtf\">Realmlist</a> | Více info <a href=\"?page=server\">zde</a></b>
|
---|
19 | </td>
|
---|
20 | </tr>
|
---|
21 | </table>
|
---|
22 | <br />
|
---|
23 | ";
|
---|
24 | }
|
---|
25 | }
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.