Changeset 399
- Timestamp:
- Jan 20, 2009, 9:14:15 AM (16 years ago)
- Files:
-
- 1 added
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace
-
Property svn:ignore
set to
*.log
-
Property svn:ignore
set to
-
global.php
r391 r399 88 88 $Count = 0; 89 89 $Database->select_db('mangos'); 90 $DbResult = $Database->select('game_event', ' *, UNIX_TIMESTAMP(start_time) as start', 'end_time > NOW() AND start_time < NOW()');90 $DbResult = $Database->select('game_event', 'occurence, length, UNIX_TIMESTAMP(start_time) as start', 'end_time > NOW() AND start_time < NOW()'); 91 91 while($Row = $DbResult->fetch_array()) 92 92 { -
index.php
r390 r399 66 66 Projekt Client HoF: <a href="client/">Client</a><br> 67 67 Informace pro zájemce o GM: <a href="http://wow.zdechov.net/forum/viewtopic.php?p=5443">zde</a><br> 68 Grafická statistika serveru: <a href="http://game.zdechov.net/statistic/">zde</a> 69 < /div>');68 Grafická statistika serveru: <a href="http://game.zdechov.net/statistic/">zde</a><br> 69 <a href="http://rank.isecure.cz/" title="Google Pagerank - wow.zdechov.net" style="text-decoration:none;"><img src="http://rank.isecure.cz/img.php?t=g&w=wow.zdechov.net&h=523555863&" style="width:80px;height:15px;border:0px" alt="Google Pagerank - wow.zdechov.net" /><span style="display:none;visibility:hidden;">Google Pagerank</span></a></div>'); 70 70 //Dotazník pro nové Administrátory: <a href="FormGM/">Dotazník</a> 71 71 … … 76 76 $ChronosId = 11432; 77 77 $Database->select_db('realmd'); 78 $Result = $Database->query('SELECT *FROM account WHERE (locked = 0) AND (id != '.$ChronosId.') AND (gmlevel > 0) ORDER BY gmlevel DESC');78 $Result = $Database->query('SELECT username FROM account WHERE (locked = 0) AND (id != '.$ChronosId.') AND (gmlevel > 0) ORDER BY gmlevel DESC'); 79 79 while($Row = $Result->fetch_array()) 80 80 {
Note:
See TracChangeset
for help on using the changeset viewer.