Ignore:
Timestamp:
Jun 12, 2009, 11:18:23 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Generování souboru realmlist.wtf.
  • Upraveno: Uchování portu realmd a worldd v databází namísto výpočtu z Id serveru.
  • Opraveno: Zobrazení hodnot dle skriptů typů v obecné tabulce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/form_classes.php

    r16 r20  
    5454      'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => 'WoW server'),
    5555      'Description' => array('Type' => 'Text', 'Caption' => 'Popis', 'Default' => ''),
    56       'Homepage' => array('Type' => 'String', 'Caption' => 'Webové stránky', 'Default' => ''),
    57       'Type' => array('Type' => 'TServerType', 'Caption' => 'Typ', 'Default' => 0),
    58       'Database' => array('Type' => 'TDatabase', 'Caption' => 'Databáze', 'Default' => 0),
     56      'Homepage' => array('Type' => 'Hyperlink', 'Caption' => 'Webové stránky', 'Default' => ''),
     57      'Type' => array('Type' => 'ServerType', 'Caption' => 'Typ', 'Default' => 0),
     58      'Database' => array('Type' => 'Database', 'Caption' => 'Databáze', 'Default' => 0),
    5959      'Motd' => array('Type' => 'String', 'Caption' => 'Zpráva dne', 'Default' => 'Vítejte na free WoW serveru'),
    6060    ),
     
    8080      'Name' => array('Type' => 'String', 'Caption' => 'Název', 'Default' => ''),
    8181      'UserName' => array('Type' => 'String', 'Caption' => 'Správce', 'Default' => ''),
    82       'NetworkPortRealmd' => array('Type' => 'Integer', 'Caption' => 'Realmd port', 'Default' => ''),
     82      'NetworkPortRealmd' => array('Type' => 'Integer', 'Caption' => 'Realmlist', 'Default' => ''),
    8383      'Version' => array('Type' => 'Integer', 'Caption' => 'Verze', 'Default' => 0),
    8484      'Online' => array('Type' => 'OnlineState', 'Caption' => 'Stav', 'Default' => 0),
Note: See TracChangeset for help on using the changeset viewer.