Changeset 305 for minimanager/scripts/config.sample.php
- Timestamp:
- Mar 13, 2008, 7:39:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/scripts/config.sample.php
r178 r305 12 12 */ 13 13 14 $version = "0.1.6 b";14 $version = "0.1.6d"; 15 15 16 16 //---- SQL Configuration ---- … … 39 39 'name' => "mangos", //World Database name 40 40 '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 42 43 ), 43 44 ); … … 61 62 'term_type' => "SSH", //Terminal type - ("SSH"/"Telnet") 62 63 'term_port' => 22, //Terminal port 63 'rev' => "rev. 4846 SD152", //Mangos rev. used64 'rev' => "rev.5019 SD222", //Mangos rev. used 64 65 'both_factions' => true //Allow to see opponent faction characters. Affects only players. 65 66 ), … … 105 106 'server' => "irc.quakenet.org", //irc server 106 107 'port' => 6667, //port 107 'channel' => " #test" //channel108 'channel' => "test" //channel 108 109 ); 109 110 … … 114 115 $spell_datasite = "http://www.wowhead.com/?spell="; 115 116 $skill_datasite = "http://www.wowhead.com/?spells="; 117 $talent_datasite = "http://wowhead.com/?spell="; 118 $talent_calculator_datasite = "http://www.worldofwarcraft.com/info/classes"; 116 119 $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. 118 121 119 122 //---- Backup configuration ---- … … 132 135 5 => array("SysOP" ,array( 133 136 array("index.php", 'main', array()), 134 array(" user.php", 'users', array(137 array("#", 'users', array( 135 138 array("user.php", 'accounts'), 136 139 array("char_list.php", 'characters'), … … 154 157 array("mail.php", 'mail'), 155 158 array("irc.php", 'irc'), 156 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),157 159 ), 158 160 ), … … 167 169 ), 168 170 ), 171 array("#", 'forums', array( 172 array("forum.php", 'forums'), 173 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'), 174 ), 175 ), 169 176 ) 170 177 ), 171 178 4 => array("Admin" ,array( 172 179 array("index.php", 'main', array()), 173 array(" user.php", 'users', array(180 array("#", 'users', array( 174 181 array("user.php", 'accounts'), 175 182 array("char_list.php", 'characters'), … … 193 200 array("mail.php", 'mail'), 194 201 array("irc.php", 'irc'), 195 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),196 202 ), 197 203 ), … … 206 212 ), 207 213 ), 214 array("#", 'forums', array( 215 array("forum.php", 'forums'), 216 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'), 217 ), 218 ), 208 219 ) 209 220 ), 210 221 3 => array("BugTracker" ,array( 211 222 array("index.php", 'main', array()), 212 array(" user.php", 'users', array(223 array("#", 'users', array( 213 224 array("user.php", 'accounts'), 214 225 array("char_list.php", 'characters'), … … 232 243 array("mail.php", 'mail'), 233 244 array("irc.php", 'irc'), 234 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'),235 245 ), 236 246 ), … … 245 255 ), 246 256 ), 257 array("#", 'forums', array( 258 array("forum.php", 'forums'), 259 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'), 260 ), 261 ), 247 262 ) 248 263 ), 249 264 2 => array("GameMaster" ,array( 250 265 array("index.php", 'main', array()), 251 array(" user.php", 'users', array(266 array("#", 'users', array( 252 267 array("user.php", 'accounts'), 253 268 array("char_list.php", 'characters'), … … 267 282 array("mail.php", 'mail'), 268 283 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'), 278 297 ), 279 298 ), … … 282 301 1 => array("Moderator" ,array( 283 302 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'), 303 320 ), 304 321 ), … … 311 328 ), 312 329 ), 330 array("#", 'forums', array( 331 array("forum.php", 'forums'), 332 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'), 333 ), 334 ), 313 335 ) 314 336 ), 315 337 0 => array("Player" ,array( 316 338 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'), 329 352 ), 330 353 ), 354 array("#", 'forums', array( 355 array("forum.php", 'forums'), 356 array("javascript:void(0);\" onclick=\"window.open('./forum.html', 'forum')", 'forums'), 357 ), 358 ), 331 359 ) 332 360 ), … … 334 362 ); 335 363 336 $debug = true; //set to true if full php debugging requierd.364 $debug = false; //set to true if full php debugging requierd. 337 365 ?>
Note:
See TracChangeset
for help on using the changeset viewer.