Changeset 192
- Timestamp:
- Jan 2, 2008, 8:36:18 PM (17 years ago)
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace/rss.php
r186 r192 13 13 { 14 14 $Items[] = array( 15 'Title' => $Row[' author'].': '.substr($Row['text'], 0, 50).'...',15 'Title' => $Row['username'].': '.substr($Row['text'], 0, 50).'...', 16 16 'Link' => 'http://wow.zdechov.net/', 17 17 'Description' => $Row['text']." (".$Row['username'].")", -
server.php
r106 r192 10 10 <tr><td>Operaèní systém:</td><td><span style="color: white; font-weight: bold;">GNU/Linux distribuce Fedora 7 x86_64</span></td></tr> 11 11 <tr><td>Adresa serveru:</td><td><span style="color: white; font-weight: bold;">wow.zdechov.net (85.92.50.131)</span></td></tr> 12 <tr><td>Internetová linka:</td><td><span style="color: white; font-weight: bold;"> 1,5/1,5Mbit/s, sdílená</span></td></tr>12 <tr><td>Internetová linka:</td><td><span style="color: white; font-weight: bold;">8/8 Mbit/s, sdílená</span></td></tr> 13 13 <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> 14 14 <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>
Note:
See TracChangeset
for help on using the changeset viewer.