Last change
on this file was 448, checked in by george, 16 years ago |
- Přesunuto: Obsah kořenové složky byl přesunut do složky trunk a beta web přesunut do branches/beta.
|
File size:
2.0 KB
|
Line | |
---|
1 | <?php
|
---|
2 | include('global.php');
|
---|
3 | ShowHeader();
|
---|
4 | ?>
|
---|
5 |
|
---|
6 | <h3>Informace o serveru:</h3>
|
---|
7 | <table class="TableDonate" border="1" cellspacing="0" cellpadding="3">
|
---|
8 | <tr><td>Procesor:</td><td><span style="color: white; font-weight: bold;">AMD Athlon 64 X2 5600+, 2,8 GHz</span></td></tr>
|
---|
9 | <tr><td>Operační paměť:</td><td><span style="color: white; font-weight: bold;">4 GB DDR2 800 MHz dual channel</span></td></tr>
|
---|
10 | <tr><td>Pevný disk:</td><td><span style="color: white; font-weight: bold;">Maxtor SATA2 300 GB, 16 MB cache</span></td></tr>
|
---|
11 | <tr><td>Operační systém:</td><td><span style="color: white; font-weight: bold;">GNU/Linux distribuce Fedora 9 x86_64</span></td></tr>
|
---|
12 | <tr><td>Adresa serveru:</td><td><span style="color: white; font-weight: bold;">wow.zdechov.net (85.92.50.131)</span></td></tr>
|
---|
13 | <tr><td>Internetová linka:</td><td><span style="color: white; font-weight: bold;">8/8 Mbit/s, sdílená</span></td></tr>
|
---|
14 | <tr><td>Aktuální WoW emulátor:</td><td><span style="color: white; font-weight: bold;">MaNGOS <?php echo($Config['Mangos']['Version'].' rev. '.$Config['Mangos']['Revision']); ?></span></td></tr>
|
---|
15 | <tr><td>Aktuální WoW databáze:</td><td><span style="color: white; font-weight: bold;">UDB <?php echo($Config['Mangos']['UDBVersion'].' rev. '.$Config['Mangos']['UDBRevision']); ?></span></td></tr>
|
---|
16 | <tr><td>ScriptDev2:</td><td><span style="color: white; font-weight: bold;">rev. <?php echo($Config['Mangos']['ScriptDev2Revision']);?></span></td></tr>
|
---|
17 | <tr><td>Datum založení serveru:</td><td><span style="color: white; font-weight: bold;">8.5.2006</span></td></tr>
|
---|
18 | <tr><td>Realmlist:</td><td><span style="color: white; font-weight: bold;">set realmlist wow.zdechov.net</span></td></tr>
|
---|
19 | <tr><td>Rychlost získávání XP:</td><td><span style="color: white; font-weight: bold;">2x (zabíjení, úkoly, oblasti)</span></td></tr>
|
---|
20 | <tr><td>Rychlost získávání věcí:</td><td><span style="color: white; font-weight: bold;">2x (peníze, lup)</span></td></tr>
|
---|
21 | </table>
|
---|
22 |
|
---|
23 | <?php
|
---|
24 | ShowFooter();
|
---|
25 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.