Changeset 121


Ignore:
Timestamp:
Nov 17, 2007, 10:49:05 AM (17 years ago)
Author:
george
Message:

Promazání složky administrace. Bude potřeba udělat kompletně nový systém. Příliš mnoho věci se změnilo a administrace se dlouho nepoužívala a zestárla.

Location:
administrace
Files:
26 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • administrace/george/gm_news.php

    r56 r121  
    11<?php
     2
     3include('../../global.php');
    24
    35if(array_key_exists('action', $_GET))
  • administrace/george/restarty.php

    r11 r121  
    11<?php
    22
    3 include_once('db.php');
    4 include_once('../../config.php');
    53echo('<strong>Posledních 10 restartù MaNGOSu:</strong><br>');
    64echo('<div style="font-size: small;">');
    7 DB_Init($DatabaseHost, $DatabaseUser, $DatabasePassword, 'wow');
    8 DB_Select('mangos_restart', '*', '1 ORDER BY time DESC LIMIT 10');
    9 while($Row = DB_Row())
     5$DbResult = $Database->select('mangos_restart', '*', '1 ORDER BY time DESC LIMIT 10');
     6while($Row = $DbResult->fetch_array())
    107{
    118  echo($Row['time'].'<br>');
  • administrace/master.php

    r56 r121  
    3131          <p>
    3232            <a href="../">Odejít z administrace</a><br>
    33             Pøidat aktualitu:
    34             <A href="pridatA.php">zde</A>
    35             <br>Editovat aktuality:
    36             <A href="edit.php">zde</A>');
     33            <br>
     34');           
    3735 //<br>Pro naètení guild, úètù, hráèù: <A href="http://wow.zdechov.net/ListHráèù/load_saves.php">load save</A>
    3836// <br>List hráèù: <A href="http://wow.zdechov.net/ListHráèù/player_list.php">zde</A>
    3937?>
    40             <br>Pravidla pro GM:
     38            Pravidla pro GM:
    4139            <A href="borec/gm_pravidla.php">pravidla</A>
    4240            <br>Statistiky provozu:
Note: See TracChangeset for help on using the changeset viewer.