1 | <?php
|
---|
2 | session_start();
|
---|
3 | include_once("./inc/db.php");
|
---|
4 | include_once("./inc/html.php");
|
---|
5 | include_once("./inc/player.php");
|
---|
6 | include_once("./inc/server.php");
|
---|
7 | // classes start
|
---|
8 | $player = new Player ($db);
|
---|
9 | $server = new Server ($db);
|
---|
10 | $html = new Html("0",$db);
|
---|
11 | include_once ("./functions.php");
|
---|
12 | $html -> Start();
|
---|
13 | if (isset($_COOKIE["hof-random"]) AND $_COOKIE["hof-random"] == "no")
|
---|
14 | {
|
---|
15 | $num_headers = 1;
|
---|
16 | }
|
---|
17 | else
|
---|
18 | {
|
---|
19 | $num_headers = 8;
|
---|
20 | }
|
---|
21 | echo "
|
---|
22 | <div id=\"page\">
|
---|
23 | <style>
|
---|
24 | #header{height: 174px;background-image: url(imgs/web/headers/header".rand(0,$num_headers-1).".jpg);}
|
---|
25 | a {font-family: Times New Roman; color: #4c4c4c; text-decoration: none; }
|
---|
26 | a:hover {font-family: Times New Roman; color: black; text-decoration: underline; }
|
---|
27 | </style>
|
---|
28 | <div id=\"header\"></div>
|
---|
29 | <div id=\"top\"></div>
|
---|
30 | <div id=\"menu\">
|
---|
31 | ";
|
---|
32 |
|
---|
33 | // menu start
|
---|
34 | echo "<div id=\"mainmenu\"><br /><br />";
|
---|
35 | echo "<a href=\"?page=main\">Úvod</a><br />";
|
---|
36 | echo "<a href=\"?page=server\">Server</a><br />";
|
---|
37 | echo "<a href=\"?page=register\">Registrace</a><br />";
|
---|
38 | // echo "<a href=\"?page=register\">Komunikace hráčů</a><br />";
|
---|
39 | echo "<a href=\"?page=begin\">Jak začít</a><br />";
|
---|
40 | echo "<a href=\"http://wow.zdechov.net/forum/\" target=\"_blank\">Fórum</a><br />";
|
---|
41 | echo "<a href=\"?page=gmteam\">GM Tým</a><br />";
|
---|
42 | echo "<a href=\"?page=acc\">Správa účtu</a><br />";
|
---|
43 | echo "<a href=\"http://wow.zdechov.net/databaze/\" target=\"_blank\">Databáze</a><br />";
|
---|
44 | echo "<a href=\"?page=download\">Stahování</a><br />";
|
---|
45 | echo "<a href=\"?page=links\">Odkazy</a><br />";
|
---|
46 | echo "<a href=\"?page=online\">Online hráči</a><br />";
|
---|
47 | echo "<a href=\"#\" onclick=\"popup('../mmadmin/pomm_public/pomm.php', 758, 525);return false;\">Mapa hráčů</a><br />";
|
---|
48 | echo "<a href=\"?page=guildy\">Guildy</a><br />";
|
---|
49 | echo "<a href=\"?page=gh\">Domky Guild</a><br />";
|
---|
50 | echo "<a href=\"?page=arena\">Arény</a><br />";
|
---|
51 | echo "<a href=\"?page=aukce\">Aukce</a><br />";
|
---|
52 | echo "<a href=\"?page=events\">Eventy</a><br />";
|
---|
53 | echo "<a href=\"?page=dotation\">Dotace</a><br />";
|
---|
54 | echo "<a href=\"?page=teamspeak\">Team speak</a><br />";
|
---|
55 | echo "<a href=\"?page=gmlog\">GM log</a><br />";
|
---|
56 | // echo "<a href=\"?page=admins\">Admin tým</a><br />";
|
---|
57 |
|
---|
58 |
|
---|
59 | echo "<a href=\"?page=search\">Vyhledávání</a><br />";
|
---|
60 | echo "</div>";
|
---|
61 | echo "
|
---|
62 | <center>
|
---|
63 | <b>Naše ikonka :</b><br />
|
---|
64 | <a href=\"http://wow.zdechov.net/\"><img src=\"imgs/web/hof_ban.png\" alt=\"WoW Server Heroes of Fantasy\" border=\"0\" /></a><br />
|
---|
65 | <b>Odkazy :</b><br />
|
---|
66 | <a href=\"http://servery.wowresource.eu/\"><img src=\"http://servery.wowresource.eu/templates/img/bannery/banner_maly.gif\" alt=\"WoW Server status\" border=\"0\" /></a><br />
|
---|
67 | <a href=\"http://www.wowhead.com\" target=\"_blank\"><img src=\"http://www.wowhead.com/images/badge_88x31.gif\" width=\"88\" height=\"31\" border=\"0\" alt=\"\" /></a><br />
|
---|
68 | <a href=\"http://firefox.czilla.cz/\"><img alt=\"Získejte Firefox!\" title=\"Získejte Firefox!\" style=\"border:none; width:88px;height:31px\" src=\"http://firefox.czilla.cz/img/p/cz-ff-88x31.gif\" /></a>
|
---|
69 | <a href=\"http://wowpreklad.zdechov.net/\"><img src=\"http://wowpreklad.zdechov.net/banners/baner_88_31.jpg\" alt=\"baner_http://wowpreklad.zdechov.net/\" border=\"0\" height=\"31\" width=\"88\"></a>
|
---|
70 | <b>Statistika :</b><br />
|
---|
71 | <a href=\"http://www.toplist.cz/\" target=\"_blank\"><img src=\"http://toplist.cz/count.asp?logo=mc&ID=324802\" border=\"0\" width=\"88\" height=\"60\" alt=\"counter\"></a><br /><br />
|
---|
72 | Počet přístupů: <br /><A HREF=\"http://counter.cnw.cz/\" TARGET=_parent>
|
---|
73 | <IMG SRC=\"http://counter.cnw.cz/monika.cgi?wowzdechov&7&000000&FFFFFF&on\" BORDER=0 ALT=\"CNW:Counter\"></A>
|
---|
74 |
|
---|
75 | </center>
|
---|
76 | </div>
|
---|
77 | <div id=\"content\">";
|
---|
78 | // obsah start
|
---|
79 | $include = 1;
|
---|
80 | if (isset($_GET["logout"]) AND $player -> Check())
|
---|
81 | {
|
---|
82 | echo "<center>";
|
---|
83 | $player -> Logout();
|
---|
84 | echo "</center>";
|
---|
85 | $include = 0;
|
---|
86 | }
|
---|
87 | if ($include == 1)
|
---|
88 | {
|
---|
89 | if (isset($_GET["page"]))
|
---|
90 | {
|
---|
91 | include_once ($html -> Pager($_GET["page"],"pages","main"));
|
---|
92 | }
|
---|
93 | else
|
---|
94 | {
|
---|
95 | include_once("./pages/main.php");
|
---|
96 | }
|
---|
97 | }
|
---|
98 | echo "
|
---|
99 | </div>
|
---|
100 | <div id=\"footer\"><p align=center><br /><div id=copyright>Powered by <a href=\"http://www.isystems.cz/?r=apesc/\" target=\"_blink\"><strong>iSystems</strong></a></div></div>
|
---|
101 |
|
---|
102 | </div>
|
---|
103 |
|
---|
104 | ";
|
---|
105 |
|
---|
106 | $html -> Stop();
|
---|
107 | $db -> close();
|
---|
108 | ?>
|
---|