Changeset 532 for trunk/pages
- Timestamp:
- Mar 24, 2009, 10:39:53 AM (16 years ago)
- Location:
- trunk/pages
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/gmteam.php
r420 r532 1 <? 1 <?php 2 2 3 include("inc/db.php"); 3 $Role = array('Hráč', 'Moderátor', 'Game Master', 'Kontrolor chyb', 'Administrátor', 'Správce Systému'); 4 5 $Role = array('Hráč', 'Moderátor', 'Game Master', 'Kontrolor chyb', 'Administrátor', 'Správce Systému', 'Čestný GM'); 4 6 5 7 echo('<h2 align="center">GM tým</h2>'); 6 7 $ChronosId = 11432; 8 9 $db->select_db("$db_realmd"); 10 $Result = $db->query('SELECT * FROM account WHERE (locked = 0) AND (id != '.$ChronosId.') AND (gmlevel > 0) ORDER BY gmlevel DESC'); 8 $db->select_db($db_realmd); 9 $Result = $db->query('SELECT * FROM account WHERE (locked = 0) AND (gmlevel > 0) ORDER BY gmlevel DESC'); 11 10 echo('<table border="0" align="center">'); 12 11 while($Line = $Result->fetch_array()) … … 15 14 if(substr($Line['username'], -2, 2) == 'gm') $Line['username'] = substr($Line['username'], 0, -2); 16 15 17 echo '<tr><td><p>Prezdívka:</p></td>';18 echo '<td><p><b>'.$Line['username'].'</b></p></td>';19 echo '</tr>';20 echo '<tr><td><p>Funkce:</p></td>';21 echo '<td><p><b>'.$Role[$Line['gmlevel']].'</b></p></td>';22 echo '</tr>';16 echo('<tr><td>Přezdívka:</td>'); 17 echo('<td><p><b>'.$Line['username'].'</b></p></td>'); 18 echo('</tr>'); 19 echo('<tr><td>Funkce:</td>'); 20 echo('<td><strong>'.$Role[$Line['gmlevel']].'</strong></td>'); 21 echo('</tr>'); 23 22 /* 24 23 if ($Line['Email'] <> '') … … 30 29 $Acc = $Line['AccID']; 31 30 */ 32 $db->select_db( "$db_characters");33 echo('<tr><td> <p>GM Postavy ve hře:</p></td>');34 echo('<td>< p><b>');31 $db->select_db($db_characters); 32 echo('<tr><td>GM Postavy ve hře:</td>'); 33 echo('<td><strong>'); 35 34 $ResultMangos = $db->query('SELECT * FROM `characters` WHERE account = "'.$Line['id'].'"'); 36 35 while($LineMangos = $ResultMangos->fetch_array()) … … 41 40 echo($LineMangos['name'].' '); 42 41 } 43 echo('</ b></p></td></tr>');42 echo('</strong></td></tr>'); 44 43 45 44 // $Database->select_db($Config['Mangos']['DatabaseRealmd']); 46 45 if($Line['ForumId'] != 0) 47 46 { 48 echo('<tr><td> <p>Profil na foru:</p></td>');49 echo('<td>< p><b><a href="http://wow.zdechov.net/forum/profile.php?mode=viewprofile&u='.$Line['ForumId'].'">Profil</a></b></p></td>');47 echo('<tr><td>Profil na foru:</td>'); 48 echo('<td><strong><a href="http://wow.zdechov.net/forum/profile.php?mode=viewprofile&u='.$Line['ForumId'].'">Profil</a></strong></td>'); 50 49 echo '</tr>'; 51 50 } … … 53 52 } 54 53 echo('</table>'); 54 55 ?> -
trunk/pages/links.php
r405 r532 1 <h3>Odkazy :</h3> 2 <a href="http://wow.hisgrak.cz" target="_blank" title="Česká fansite o hře World of Warcraft :: Powered by Hisgrak.cz"><img src="http://wow.hisgrak.cz/soubory/wow_ico.gif" border="0"></a> 3 <a href="http://tajemno.net/" target="_blank" title="Fantasy portál"><img src="http://tajemno.net/rek/aphrael1.gif" border="0"></a> 1 <?php 2 3 echo('<h2 align="center">Odkazy:</h2>'); 4 5 $Links = array 6 ( 7 array('URL' => 'http://wow.hisgrak.cz/', 'Description' => 'České informace o WoW'), 8 array('URL' => 'http://wow.vigudes.cz', 'Description' => 'České informace o WoW'), 9 array('URL' => 'http://wow.herniweb.cz/', 'Description' => 'České informace o WoW'), 10 array('URL' => 'http://www.worldofwarcraft.com/', 'Description' => 'Oficiální stránky hry World of Warcraft'), 11 array('URL' => 'http://www.wow-europe.com/', 'Description' => 'Oficiální stránky hry World of Warcraft pro Evropu'), 12 array('URL' => 'http://www.wowstatus.net/serverlist.php', 'Description' => 'Mezinárodní seznam free WoW serverů'), 13 array('URL' => 'http://servery.wowresource.eu/', 'Description' => 'Český seznam serverů free WoW serverů'), 14 array('URL' => 'http://www.wowresource.eu/', 'Description' => 'Diskusní fórum o WoW a free serverech'), 15 array('URL' => 'http://wiki.wowresource.eu/', 'Description' => 'Wiki stránky o WoW emulaci'), 16 array('URL' => 'http://wow.allakhazam.com/', 'Description' => 'Databáze informací o světě WoW'), 17 array('URL' => 'http://thottbot.com/', 'Description' => 'Databáze informací o světě WoW'), 18 array('URL' => 'http://www.wowhead.com/', 'Description' => 'Databáze informací o světě WoW'), 19 array('URL' => 'http://wowwiki.com/', 'Description' => 'Anglické wiki stránky o světě WoW'), 20 array('URL' => 'http://www.gotwow.ic.cz/', 'Description' => 'Historie emulace WoW'), 21 array('URL' => 'http://www.zdechov.net/', 'Description' => 'Komunitní počítačová síť, ve které je provozován tento server'), 22 array('URL' => 'http://game.zdechov.net/', 'Description' => 'Rozcestník tohoto herního serveru'), 23 array('URL' => 'http://wowpreklad.zdechov.net/', 'Description' => 'Český překlad WoW'), 24 ); 25 26 foreach($Links as $Link) 27 { 28 echo('<a href="'.$Link['URL'].'" target="_blank" title="'.$Link['Description'].'">'.$Link['URL'].'</a> - '.$Link['Description'].'<br />'); 29 } 30 31 ?>
Note:
See TracChangeset
for help on using the changeset viewer.