Changeset 305


Ignore:
Timestamp:
Mar 13, 2008, 7:39:49 PM (17 years ago)
Author:
george
Message:

Aktualizace config.sample.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/scripts/config.sample.php

    r178 r305  
    1212 */
    1313
    14 $version = "0.1.6b";
     14$version = "0.1.6d";
    1515
    1616//---- SQL Configuration ----
     
    3939                        'name' => "mangos",                     //World Database name
    4040                        'encoding' => "utf8",           //SQL connection encoding
    41                         'db_rev' => "UDB rev.0.8.1"     //db rev. used
     41                        'db_rev' => "UDB rev.0.9.0 (334)"       //db rev. used
     42
    4243                        ),
    4344);
     
    6162                        'term_type' => "SSH",           //Terminal type - ("SSH"/"Telnet")
    6263                        'term_port' => 22,                      //Terminal port
    63                         'rev' => "rev.4846 SD152",              //Mangos rev. used
     64                        'rev' => "rev.5019 SD222",              //Mangos rev. used
    6465                        'both_factions' => true //Allow to see opponent faction characters. Affects only players.
    6566                        ),
     
    105106                        'server' => "irc.quakenet.org", //irc server
    106107                        'port' => 6667,                                 //port
    107                         'channel' => "#test"                            //channel
     108                        'channel' => "test"                             //channel
    108109                        );
    109110
     
    114115$spell_datasite = "http://www.wowhead.com/?spell=";
    115116$skill_datasite = "http://www.wowhead.com/?spells=";
     117$talent_datasite = "http://wowhead.com/?spell=";
     118$talent_calculator_datasite = "http://www.worldofwarcraft.com/info/classes";
    116119$go_datasite = "http://www.wowhead.com/?object=";
    117 $get_icons_from_web = false; //wherever to get icons from the web in case they are missing in /img/INV dir.
     120$get_icons_from_web = true; //wherever to get icons from the web in case they are missing in /img/INV dir.
    118121
    119122//---- Backup configuration ----
     
    132135        5 => array("SysOP" ,array(
    133136                                array("index.php", 'main', array()),
    134                                 array("user.php", 'users', array(
     137                                array("#", 'users', array(
    135138                                                        array("user.php", 'accounts'),
    136139                                                        array("char_list.php", 'characters'),
     
    154157                                                        array("mail.php", 'mail'),
    155158                                                        array("irc.php", 'irc'),
    156 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
    157159                                                        ),
    158160                                                ),
     
    167169                                                        ),
    168170                                                ),
     171                                array("#", 'forums', array(
     172                                                        array("forum.php", 'forums'),
     173                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     174                                                        ),
     175                                                ),
    169176                                )
    170177                ),
    171178        4 => array("Admin" ,array(
    172179                                array("index.php", 'main', array()),
    173                                 array("user.php", 'users', array(
     180                                array("#", 'users', array(
    174181                                                        array("user.php", 'accounts'),
    175182                                                        array("char_list.php", 'characters'),
     
    193200                                                        array("mail.php", 'mail'),
    194201                                                        array("irc.php", 'irc'),
    195 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
    196202                                                        ),
    197203                                                ),
     
    206212                                                        ),
    207213                                                ),
     214                                array("#", 'forums', array(
     215                                                        array("forum.php", 'forums'),
     216                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     217                                                        ),
     218                                                ),
    208219                                )
    209220                ),
    210221        3 => array("BugTracker" ,array(
    211222                                array("index.php", 'main', array()),
    212                                 array("user.php", 'users', array(
     223                                array("#", 'users', array(
    213224                                                        array("user.php", 'accounts'),
    214225                                                        array("char_list.php", 'characters'),
     
    232243                                                        array("mail.php", 'mail'),
    233244                                                        array("irc.php", 'irc'),
    234 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
    235245                                                        ),
    236246                                                ),
     
    245255                                                        ),
    246256                                                ),
     257                                array("#", 'forums', array(
     258                                                        array("forum.php", 'forums'),
     259                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     260                                                        ),
     261                                                ),
    247262                                )
    248263                ),
    249264        2 => array("GameMaster" ,array(
    250265                                array("index.php", 'main', array()),
    251                                 array("user.php", 'users', array(
     266                                array("#", 'users', array(
    252267                                                        array("user.php", 'accounts'),
    253268                                                        array("char_list.php", 'characters'),
     
    267282                                                        array("mail.php", 'mail'),
    268283                                                        array("irc.php", 'irc'),
    269 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
    270                                                         ),
    271                                                 ),
    272                                 array("#", 'db', array(
    273                                                         array("item.php", 'items'),
    274                                                         array("creature.php", 'creatures'),
    275                                                         array("game_object.php", 'game_object'),
    276                                                         array("tele.php", 'teleports'),
    277                                                         array("command.php", 'command'),
     284                                                        ),
     285                                                ),
     286                                array("#", 'db', array(
     287                                                        array("item.php", 'items'),
     288                                                        array("creature.php", 'creatures'),
     289                                                        array("game_object.php", 'game_object'),
     290                                                        array("tele.php", 'teleports'),
     291                                                        array("command.php", 'command'),
     292                                                        ),
     293                                                ),
     294                                array("#", 'forums', array(
     295                                                        array("forum.php", 'forums'),
     296                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
    278297                                                        ),
    279298                                                ),
     
    282301        1 => array("Moderator" ,array(
    283302                                array("index.php", 'main', array()),
    284                                 array("user.php", 'users', array(
    285                                                         array("user.php", 'accounts'),
    286                                                         array("char_list.php", 'characters'),
    287                                                         array("guild.php", 'guilds'),
    288                                                         array("arenateam.php", 'arena_teams'),
    289                                                         array("honor.php", 'honor'),
    290                                                         array("banned.php", 'banned_list'),
    291                                                         array("stat.php", 'statistics'),
    292                                                         array("javascript:void(0);\" onclick=\"window.open('./pomm/pomm.php', 'pomm', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbar=0, Resizable=0, Copyhistory=1, Width=784, Height=525')", 'player_map'),
    293                                                         ),
    294                                                 ),
    295                                 array("#", 'tools', array(
    296                                                         array("ticket.php", 'tickets'),
    297                                                         array("ahstats.php", 'auctionhouse'),
    298                                                         array("events.php", 'events'),
    299                                                         array("motd.php", 'add_motd'),
    300 //                                                      array("mail.php", 'mail'),
    301                                                         array("irc.php", 'irc'),
    302 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     303                                array("#", 'users', array(
     304                                                        array("user.php", 'accounts'),
     305                                                        array("char_list.php", 'characters'),
     306                                                        array("guild.php", 'guilds'),
     307                                                        array("arenateam.php", 'arena_teams'),
     308                                                        array("honor.php", 'honor'),
     309                                                        array("banned.php", 'banned_list'),
     310                                                        array("stat.php", 'statistics'),
     311                                                        array("javascript:void(0);\" onclick=\"window.open('./pomm/pomm.php', 'pomm', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbar=0, Resizable=0, Copyhistory=1, Width=784, Height=525')", 'player_map'),
     312                                                        ),
     313                                                ),
     314                                array("#", 'tools', array(
     315                                                        array("ticket.php", 'tickets'),
     316                                                        array("ahstats.php", 'auctionhouse'),
     317                                                        array("events.php", 'events'),
     318                                                        array("motd.php", 'add_motd'),
     319                                                        array("irc.php", 'irc'),
    303320                                                        ),
    304321                                        ),
     
    311328                                                        ),
    312329                                        ),
     330                                array("#", 'forums', array(
     331                                                        array("forum.php", 'forums'),
     332                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     333                                                        ),
     334                                                ),
    313335                        )
    314336                ),
    315337        0 => array("Player" ,array(
    316338                                array("index.php", 'main', array()),
    317                                 array("user.php", 'users', array(
    318                                                         array("arenateam.php", 'arena_teams'),
    319                                                         array("honor.php", 'honor'),
    320                                                         array("javascript:void(0);\" onclick=\"window.open('./pomm/pomm.php', 'pomm', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbar=0, Resizable=0, Copyhistory=1, Width=784, Height=525')", 'player_map'),
    321                                                         array("ahstats.php", 'auctionhouse'),
    322                                                         ),
    323                                                 ),
    324                                 array("#", 'tools', array(
    325                                                         array("irc.php", 'irc'),
    326                                                         array("command.php", 'command'),
    327                                                         array("events.php", 'events'),
    328 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     339                                array("#", 'users', array(
     340                                                        array("guild.php", 'guilds'),
     341                                                        array("arenateam.php", 'arena_teams'),
     342                                                        array("honor.php", 'honor'),
     343                                                        array("stat.php", 'statistics'),
     344                                                        array("javascript:void(0);\" onclick=\"window.open('./pomm/pomm.php', 'pomm', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbar=0, Resizable=0, Copyhistory=1, Width=784, Height=525')", 'player_map'),
     345                                                        ),
     346                                                ),
     347                                array("#", 'tools', array(
     348                                                        array("ahstats.php", 'auctionhouse'),
     349                                                        array("command.php", 'command'),
     350                                                        array("events.php", 'events'),
     351                                                        array("irc.php", 'irc'),
    329352                                                        ),
    330353                                        ),
     354                                array("#", 'forums', array(
     355                                                        array("forum.php", 'forums'),
     356                                                        array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),
     357                                                        ),
     358                                                ),
    331359                        )
    332360                ),
     
    334362);
    335363
    336 $debug = true; //set to true if full php debugging requierd.
     364$debug = false; //set to true if full php debugging requierd.
    337365?>
Note: See TracChangeset for help on using the changeset viewer.