Changeset 16
- Timestamp:
- Aug 12, 2007, 1:35:53 PM (17 years ago)
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
css/style.css
r15 r16 1 body{ 1 body 2 { 2 3 background-color: black; 3 4 margin: 0; 4 5 } 5 .TableHlavni{ 6 .TableHlavni 7 { 6 8 height: 100%; 7 9 width: 1005; … … 10 12 border: 0; 11 13 } 12 .pHlavni{ 13 width: 100%; 14 height: 738; 14 .pHlavni 15 { 16 vertical-align: top; 17 width: 735; 18 height: 600; 15 19 overflow: auto; 16 } 17 .pAktuality{ 20 padding: 10px 10px 10px 10px; 21 } 22 .pAktuality 23 { 18 24 font-size: 12; 19 25 font-family: arial; 20 26 color: white; 21 27 font-weight: bold; 22 width: 2 20px;28 width: 245px; 23 29 height: 180px; 24 30 overflow: auto; 25 31 } 26 .pAdministrace{ 32 .pAdministrace 33 { 27 34 width: 100%; 28 35 height: 200px; … … 80 87 padding-top: 1px; 81 88 } 82 .TdSloupec{ 89 .TdSloupec 90 { 83 91 padding-top: 20px; 84 92 width: 250; 85 93 } 86 .SpanAktuality{ 94 .SpanAktuality 95 { 87 96 font-family: arial narrow; 88 97 font-size: 8; 89 98 } 90 .SpanAktualityRed{ 99 .SpanAktualityRed 100 { 91 101 color: red; 92 102 } 93 .TableDonate{ 103 .TableDonate 104 { 94 105 font-size: small; 95 106 width: 90%; … … 118 129 font-size: small; 119 130 } 120 IFRAME{ 121 width: 740; 122 height: 610; 123 } 124 .TdChat{ 131 IFRAME 132 { 133 width: 720px; 134 height: 590px; 135 } 136 .TdChat 137 { 125 138 color: white; 126 139 } … … 128 141 color:white; 129 142 } 130 .SpanBan{ 143 .SpanBan 144 { 131 145 font-size: 20px; 132 146 color: red; 133 147 } 134 .info{ 148 .info 149 { 135 150 color:#ffff99; 136 151 padding: 0px 20px 0px 0px; 137 152 } 138 .ClientNastaveni{ 153 .ClientNastaveni 154 { 139 155 font-size: 15; 140 156 color: white; 141 157 } 142 143 158 #SplitTable 144 159 { 145 160 } 146 147 161 #SplitTable.td 148 162 { 149 163 padding: 10px 10px 10px 10px; 150 164 } 151 152 165 .MiniTable 153 166 { … … 157 170 text-align: center; 158 171 } 159 160 172 .MiniTable td 161 173 { … … 197 209 padding-left: 10px; 198 210 } 211 #BlankSpace 212 { 213 height: 110px; 214 } -
download_soubory/index.php
r5 r16 6 6 ?> 7 7 8 <TABLE width="100%" border="0"> 9 <TR><td colspan="2"><H3>Soubory ke staení:</H3></td></tr> 8 <h3>Soubory ke staení:</h3> 10 9 11 <tr><TD width="10%" valign="top"> </td><TD width="90%" valign="top">12 10 <? 13 echo('< table width="80%" cellspacing="0" style="color: white;">');11 echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">'); 14 12 foreach($Files as $GroupName => $Group) 15 13 { … … 23 21 } 24 22 } 25 echo('</table>'); 26 ?> 27 <br> 23 echo('<tr><td><br> 28 24 <a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br> 29 25 <a href="http://www.utorrent.com/download.php">Stáhnout BitTorrent klienta µTorrent</a><br> 30 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentù</a><br></td></tr></TABLE> 31 <? 26 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentù</a> 27 </td></tr>'); 28 echo('</table></div>'); 29 32 30 ShowFooter(); 33 31 ?> -
finance/index.php
r14 r16 4 4 ?> 5 5 6 <TABLE width="100%" border="0"> 7 <TR> 8 9 10 <TD width="3%" valign="top"> 11 12 <TD valign="top"> 6 <h3>Pøíspìvky na server:</h3> 13 7 <P> 14 8 Pøispìjte na server budete mít kvalitnìjí hraní, dobrý pocit a budete zde uvedeni.<br> … … 94 88 'contribution' => 'Pøispìvek od', 95 89 ); 90 $Database->select_db('wow'); 96 91 $Result = $Database->select('finance', 'SUM(money)'); 97 92 $Row = $Result->fetch_array(); … … 127 122 */ 128 123 echo('</table>'); 124 ShowFooter(); 125 129 126 ?> 130 127 131 </table>132 133 <?php134 ShowFooter();135 ?>136 -
global.php
r14 r16 37 37 } 38 38 39 function FormatOutput($s) 40 { 41 $out = ''; 42 $nn = 0; 43 $n = 0; 44 while($s!='') 45 { 46 $start = strpos($s,'<'); 47 $end = strpos($s,'>'); 48 if($start != 0) 49 { 50 $end = $start-1; 51 $start = 0; 52 } 53 $line = trim(substr($s,$start,$end+1)); 54 if(strlen($line)>0) 55 if($line[0] == '<') 56 { 57 if($s[$start+1] == '/') 58 { 59 $n = $n - 2; 60 $nn = $n; 61 } else 62 { 63 if(strpos($line,' ')) $cmd = substr($line,1,strpos($line,' ')-1); 64 else $cmd = substr($line,1,strlen($line)-2); 65 //echo('['.$cmd.']'); 66 if(strpos($s,'</'.$cmd.'>')) $n = $n + 2; 67 } 68 }// else $line = '['.$line.']'; 69 //if($line != '') echo(htmlspecialchars(str_repeat(' ',$nn).$line."\n")); 70 if($line != '') $out .= (str_repeat(' ',$nn).$line."\n"); 71 $s = substr($s,$end+1,strlen($s)); 72 $nn = $n; 73 } 74 return($out); 75 } 76 39 77 function CheckPortStatus($Ip, $Port) 40 78 { … … 65 103 <TITLE>WoW server Heroes of Fantasy</TITLE> 66 104 <style type="text/css" media="screen">@import url('.$BaseUrl.'css/style.css);</style> 105 <script language="JavaScript" type="text/javascript" src="'.$BaseUrl.'css/global_js.php"></script> 67 106 </HEAD> 68 107 <BODY text="#cccccc"> 69 108 70 <script type="text/javascript">71 <!--72 function getAppVersion() {73 appname= navigator.appName;74 appversion = navigator.appVersion;75 majorver = appversion.substring(0, 1);76 if ( (appname == "Netscape") && ( majorver >= 3 ) ) return 1;77 if ( (appname == "Microsoft Internet Explorer") && (majorver >= 4) ) return 1;78 return 0;79 }80 function swtch(num, imgname) {81 if (getAppVersion()) {82 document[imgname].src = img[num].src;83 }84 }85 imgsrc = new Array();86 imgsrc[1] = "'.$BaseUrl.'images/home.jpg";87 imgsrc[2] = "'.$BaseUrl.'images/home2.jpg";88 imgsrc[3] = "'.$BaseUrl.'images/donate.jpg";89 imgsrc[4] = "'.$BaseUrl.'images/donate2.jpg";90 imgsrc[5] = "'.$BaseUrl.'images/download.jpg";91 imgsrc[6] = "'.$BaseUrl.'images/download2.jpg";92 imgsrc[7] = "'.$BaseUrl.'images/forum.jpg";93 imgsrc[8] = "'.$BaseUrl.'images/forum2.jpg";94 imgsrc[9] = "'.$BaseUrl.'images/guilds.jpg";95 imgsrc[10] = "'.$BaseUrl.'images/guilds2.jpg";96 imgsrc[11] = "'.$BaseUrl.'images/honor.jpg";97 imgsrc[12] = "'.$BaseUrl.'images/honor2.jpg";98 imgsrc[13] = "'.$BaseUrl.'images/how.jpg";99 imgsrc[14] = "'.$BaseUrl.'images/how2.jpg";100 imgsrc[15] = "'.$BaseUrl.'images/link.jpg";101 imgsrc[16] = "'.$BaseUrl.'images/link2.jpg";102 imgsrc[17] = "'.$BaseUrl.'images/mapa.jpg";103 imgsrc[18] = "'.$BaseUrl.'images/mapa2.jpg";104 imgsrc[19] = "'.$BaseUrl.'images/online_player.jpg";105 imgsrc[20] = "'.$BaseUrl.'images/online_player2.jpg";106 imgsrc[21] = "'.$BaseUrl.'images/povolani.jpg";107 imgsrc[22] = "'.$BaseUrl.'images/povolani2.jpg";108 imgsrc[23] = "'.$BaseUrl.'images/profese.jpg";109 imgsrc[24] = "'.$BaseUrl.'images/profese2.jpg";110 imgsrc[25] = "'.$BaseUrl.'images/rasy.jpg";111 imgsrc[26] = "'.$BaseUrl.'images/rasy2.jpg";112 imgsrc[27] = "'.$BaseUrl.'images/registrace.jpg";113 imgsrc[28] = "'.$BaseUrl.'images/registrace2.jpg";114 imgsrc[29] = "'.$BaseUrl.'images/server.jpg";115 imgsrc[30] = "'.$BaseUrl.'images/server2.jpg";116 if (getAppVersion()) {117 img = new Array();118 for (i = 0; i < imgsrc.length; i++) {119 img[i] = new Image();120 img[i].src = imgsrc[i];121 }122 }123 //-->124 </script>125 109 126 110 <TABLE cellspacing="0" cellpadding="0" align="center" class="TableHlavni" border="0"> 127 111 <TR> 128 <TD> 129 <div class="pHlavni"> 130 <br> 131 <br> 132 <br> 133 <br> 134 <br> 135 <br> 136 '); 137 138 } 139 140 141 function ShowFooter() 142 { 143 global $BaseUrl; 144 echo(' 145 </div> 146 </td> 147 <TD class="TdSloupec" valign="top" align="center"> 112 <TD id="BlankSpace"> </td> 113 <TD rowspan="2" class="TdSloupec" valign="top" align="center"> 148 114 <div class="Nadpis">Heroes of Fantasy</div> 149 115 <div class="DivText">'); … … 185 151 </td> 186 152 </tr> 153 <tr><td> 154 <div class="pHlavni">'); 155 } 156 157 function ShowFooter() 158 { 159 global $BaseUrl; 160 echo('</div> 161 </td> 187 162 <tr> 188 163 <td colspan="2"> … … 194 169 <!-- 195 170 document.write("<A href=\"http://counter.cnw.cz\" target=\"_parent\" > 196 <IMG src=\"http://counter.cnw.cz/trackit.cgi?wowzdechov&t3&" + escape(top.document.referrer) + "\" alt=\"CNW:Tracker\" border=\"0\" width=\"0\" height=\"0\" ><\/A>");171 <IMG src=\"http://counter.cnw.cz/trackit.cgi?wowzdechov&t3&" + escape(top.document.referrer) + "\" alt=\"CNW:Tracker\" border=\"0\" width=\"0\" height=\"0\" alt=\"counter\"><\/A>"); 197 172 // --> 198 173 </SCRIPT> -
guildy.php
r14 r16 4 4 ShowHeader(); 5 5 6 echo('<TABLE width="100%" border="0">7 <TR>8 <TD valign="top">9 <div class="DivText">');10 6 11 7 $RanksEN = array('Guildmaster', 'Veteran', 'Intendant', 'Support Officer', 'PR Officer', 'Officer', 'Famed Member', … … 13 9 $RanksCZ = array('Pán cechu', 'Veterán', 'Vrchní správce', 'Pomocný dùstojník', 'PR dùstojník', 'Dùstojník', 'Proslavený èlen', 'Èlen', 'Zelenáè', 'Nováèek'); 14 10 11 $Database->select_db('mangos'); 15 12 if(!array_key_exists('guild', $_GET)) 16 13 { 17 echo('< div align="center"><strong>Seznam guild:</strong>');14 echo('<h3>Seznam guild:</h3><div align="center">'); 18 15 echo('<table class="TableGuilda" style="align: center;" border="1" cellpadding="3" cellspacing="0" ><tr><th>Název</th><th>Poèet èlenù</th><th>Souèet levelù</th><th>Souèet bodù cti</th><th>Webové stránky</th></tr>'); 19 16 // DB_Query(' COUNT(guild_member.guildid) as member_count FROM guild JOIN guild_member ON guild_member.guildid = guild.guildid GROUP BY guild.name ORDER BY member_count DESC'); … … 32 29 // if($Guild['homepage'] != '') $Guild['name'] = $Guild['name'].' <a href="'.$Guild['homepage'].'">WWW</a>'; 33 30 //if($Guild['info'] != '') $Guild['info'] = ''.$Guild['info'].'</i>'; 34 echo('< div align="center"><strong>Seznam èlenù guildy '.$Guild['name'].'</strong><br>');31 echo('<h3>Seznam èlenù guildy '.$Guild['name'].'</h3><div align="center">'); 35 32 $Result = $Database->select('character', 'name', $Guild['leaderguid'].'=guid'); 36 33 $GuildMaster = $Result->fetch_array(); … … 56 53 } 57 54 58 echo('</div></td></tr></table>');59 60 55 61 56 ShowFooter(); -
index.php
r15 r16 93 93 <A HREF="http://www.toplist.cz/" target="_blank"><IMG 94 94 SRC="http://toplist.cz/count.asp?logo=mc&ID=324802" 95 border="0" width="88" height="60" ></A>95 border="0" width="88" height="60" alt="counter"></A> 96 96 97 97 </TABLE> -
jak_zacit.php
r14 r16 5 5 ?> 6 6 7 <TABLE width="100%" border="0"> 8 <TR> 9 10 11 <TD width="3%" valign="top"> 12 </td> 13 <TD valign="top"> 14 <br><H3>Jak se pøipojit:</H3> 15 7 <H3>Jak se pøipojit:</H3> 16 8 17 9 <P> … … 28 20 </p> 29 21 30 <br><br>31 <br><br><br>32 33 34 </TABLE>35 36 22 <? 37 23 ShowFooter(); -
link.php
r5 r16 4 4 ?> 5 5 6 <TABLE width="100%" border="0">7 <TR>8 9 10 <TD width="15%" valign="top">11 <BR>12 13 6 <H3>Odkazy:</H3> 14 <TD width="100%" valign="top"> 15 <BR> 16 <BR> 17 <br><A href="http://www.zdechov.net/" target="_parent" style="padding: 0px 68px 0px 0px ;">zdechov.net</A><i class="info">Stránky naí sítì.</i> 18 <br><A href="http://wow-dd.svarov.org" target="_parent" style="padding: 0px 17px 0px 0px ;">wow-dd.svarov.org</A><i class="info"> Rasy, Povolani, Profese stazeny z tohoto serveru. </i> 19 <br><A href="http://www.wowstatus.net/serverlist.php" target="_parent" style="padding: 0px 50px 0px 0px ;">wowstatus.net</A><i class="info"> Seznam serveru na internetu. </i> 20 <br><A href="http://servery.wowresource.eu/" target="_parent" style="padding: 0px 50px 0px 0px ;">servery.wowresource.eu</A><i class="info"> Cesky seznam serveru. </i> 21 <br><A href="http://www.worldofwarcraft.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">worldofwarcraft.com</A><i class="info"> Oficiální stránky. </i> 22 <br><A href="http://wow.corbina.net/swf/map.php" target="_parent" style="padding: 0px 36px 0px 0px ;">wow.corbina.net</A><i class="info"> Mapa svìta </i> 23 <br><A href="http://rousinovsko.net/wow/" target="_parent" style="padding: 0px 0px 0px 0px ;">rousinovsko.net/wow/</A><i class="info"> WoW server </i> 24 <br><A href="http://wow.allakhazam.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">wow.allakhazam.com</A><i class="info"> Databáze informací o svìtì WoW</i> 25 <br><A href="http://thottbot.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">thottbot.com</A><i class="info"> Databáze informací o svìtì WoW</i> 26 <br><A href="http://www.wowhead.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">www.wowhead.com</A><i class="info"> Databáze informací o svìtì WoW</i> 27 <br><A href="http://www.nej-hry.webgarden.cz" target="_parent" style="padding: 0px 0px 0px 0px ;">www.nej-hry.webgarden.cz</A><i class="info"> Stránky o hrách, mezi nì patøí i WoW</i> 28 29 30 31 32 33 </TABLE> 7 <div align="center"> 8 <table> 9 <tr><td><A href="http://www.zdechov.net/" target="_parent" style="padding: 0px 68px 0px 0px ;">zdechov.net</A></td><td><i class="info">Stránky naí sítì.</i></td></tr> 10 <tr><td><A href="http://wow-dd.svarov.org" target="_parent" style="padding: 0px 17px 0px 0px ;">wow-dd.svarov.org</A></td><td><i class="info"> Rasy, Povolani, Profese stazeny z tohoto serveru. </i></td></tr> 11 <tr><td><A href="http://www.wowstatus.net/serverlist.php" target="_parent" style="padding: 0px 50px 0px 0px ;">wowstatus.net</A></td><td><i class="info"> Seznam serveru na internetu. </i></td></tr> 12 <tr><td><A href="http://servery.wowresource.eu/" target="_parent" style="padding: 0px 50px 0px 0px ;">servery.wowresource.eu</A></td><td><i class="info"> Cesky seznam serveru. </i></td></tr> 13 <tr><td><A href="http://www.worldofwarcraft.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">worldofwarcraft.com</A></td><td><i class="info"> Oficiální stránky. </i></td></tr> 14 <tr><td><A href="http://wow.corbina.net/swf/map.php" target="_parent" style="padding: 0px 36px 0px 0px ;">wow.corbina.net</A></td><td><i class="info"> Mapa svìta </i></td></tr> 15 <tr><td><A href="http://rousinovsko.net/wow/" target="_parent" style="padding: 0px 0px 0px 0px ;">rousinovsko.net/wow/</A></td><td><i class="info"> WoW server </i></td></tr> 16 <tr><td><A href="http://wow.allakhazam.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">wow.allakhazam.com</A></td><td><i class="info"> Databáze informací o svìtì WoW</i></td></tr> 17 <tr><td><A href="http://thottbot.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">thottbot.com</A></td><td><i class="info"> Databáze informací o svìtì WoW</i></td></tr> 18 <tr><td><A href="http://www.wowhead.com/" target="_parent" style="padding: 0px 0px 0px 0px ;">www.wowhead.com</A></td><td><i class="info"> Databáze informací o svìtì WoW</i></td></tr> 19 <tr><td><A href="http://www.nej-hry.webgarden.cz" target="_parent" style="padding: 0px 0px 0px 0px ;">www.nej-hry.webgarden.cz</A></td><td><i class="info"> Stránky o hrách, mezi nì patøí i WoW</i></td></tr> 20 </table> 21 </div> 22 34 23 <? 35 24 ShowFooter(); -
mapa.php
r14 r16 1 1 <? 2 include('global.php'); 3 ShowHeader(); 2 3 include('global.php'); 4 ShowHeader(); 5 6 echo('<IFRAME src="http://wow.zdechov.net/minimanager/pomm_public/pomm.php"></IFRAME>'); 7 8 ShowFooter(); 4 9 ?> 5 6 7 <TABLE width="100%" border="0">8 <TR>9 <td>10 <IFRAME src="http://wow.zdechov.net/minimanager/pomm_public/pomm.php"></IFRAME>11 </td>12 </tr>13 </TABLE>14 15 16 17 <?18 ShowFooter();19 ?> -
news.php
r14 r16 8 8 echo('<strong>Aktuality:</strong>'); 9 9 echo('<div style="NewsTable">'); 10 $Database->select_db('wow'); 10 11 $Result = $Database->query('SELECT news.*, user.User as username FROM news JOIN user ON user.ID=news.user WHERE 1 ORDER BY time DESC LIMIT 6'); 11 12 while($Row = $Result->fetch_array()) -
online_player.php
r14 r16 5 5 ?> 6 6 7 <TABLE width="100%" border="0">8 <TR>9 <td>10 7 <IFRAME name="registrace_frame" src="http://wow.zdechov.net/mangos/inc/stat2.php"></IFRAME> 11 </td>12 </tr>13 </TABLE>14 15 8 16 9 <? -
registrace/index.php
r11 r16 4 4 ?> 5 5 6 7 <TABLE width="80%" border="0"> 8 <TR> 9 <TD width="15%" valign="top"> 10 </td> 11 <TD width="100%" valign="top"> 12 <P> 13 <br><br> 6 <h3>Registrace herního úètu:</h3> 7 <div> 14 8 15 9 Poèet povolených registrací na dnení den: … … 38 32 <br />Statitiku najdete <a href="http://game-server.zdechov.net/statistic/?Measure=8">zde</a> 39 33 <br>Mùete taky pøispìt na server aby se mohl zlepit. Stav úètu mùete sledovat v sekci <A href="<?php echo($BaseUrl); ?>donate.php" target="_parent">Donate</A> 40 <br> 41 </P> 42 </td> 43 </tr> 44 </TABLE> 45 34 </div > 46 35 <? 47 36 ShowFooter(); -
server.php
r12 r16 3 3 ShowHeader(); 4 4 ?> 5 6 7 <TABLE width="100%" border="0"> 8 <TR> 9 <TD width="3%" valign="top"> 10 <TD width="100%" valign="top"> 11 12 <P> 5 <h3>Informace o serveru:</h3> 13 6 - Procesor: <span style="color: white; font-weight: bold;">AMD Athlon 64 3800+, 2,4 GHz</span><BR> 14 7 - Operaèní pamì: <span style="color: white; font-weight: bold;">2 GB DDR 400 MHz dual channel</span><BR> … … 18 11 - Aktuální WoW Emulátor: <span style="color: white; font-weight: bold;">MaNGOS rev. <?php echo $MangosRevision; ?></span><BR> 19 12 - Internetová linka: <span style="color: white; font-weight: bold;">1,5/1,5 Mbit/s, sdílená</span><BR> 20 <br>21 13 <? 22 14 // Opravy na serveru najdete: <a href="/server/opravy.php">zde</a> <br> … … 26 18 ?> 27 19 28 <br /><br />29 30 </P>31 32 </TABLE>33 20 <? 34 21 ShowFooter();
Note:
See TracChangeset
for help on using the changeset viewer.