Changeset 399


Ignore:
Timestamp:
Jan 20, 2009, 9:14:15 AM (15 years ago)
Author:
george
Message:
  • Odstraněno: Beta web a staré soubory wowpřekladu a staré forum.
Files:
1 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • administrace

    • Property svn:ignore set to
      *.log
  • global.php

    r391 r399  
    8888  $Count = 0;
    8989  $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()');
    9191  while($Row = $DbResult->fetch_array())
    9292  {
  • index.php

    r390 r399  
    6666Projekt Client HoF: <a href="client/">Client</a><br>
    6767Informace 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>');
     68Grafická 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&amp;w=wow.zdechov.net&amp;h=523555863&amp;" style="width:80px;height:15px;border:0px" alt="Google Pagerank - wow.zdechov.net" /><span style="display:none;visibility:hidden;">Google Pagerank</span></a></div>');
    7070//Dotazník pro nové Administrátory: <a href="FormGM/">Dotazník</a>
    7171
     
    7676$ChronosId = 11432;
    7777$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');
    7979while($Row = $Result->fetch_array())
    8080{
Note: See TracChangeset for help on using the changeset viewer.