Beta Software

By using this beta software you are bound by the terms outlined here.

For information on removing this message, click the link.


WoWRoster
THE original Roster for World of Warcraft
WoWRoster
THE original Roster for World of Warcraft
Need { Page Info } KeyNeed { Page Info } Key
Language
 
WoWRoster
THE original Roster for World of Warcraft
  • 80: 148 (+17 Alts)
  • 70 - 79: 63 (+11 Alts)
  • 60 - 69: 60 (+8 Alts)
  • 50 - 59: 30 (+5 Alts)
  • 40 - 49: 36 (+3 Alts)
  • 30 - 39: 57 (+4 Alts)

Total: 394 (+48 Alts) At least L30
WoW Server Status
Update Profile
?characterprofiler.lua
?pvplog.lua

Roster Update Password
?Password

Updating Instructions
Recommended automatic updaters:
  • Use UniUploader
    (You can download the program from the WoWRoster website, look for the UniUploader Installer for the latest version)
Updating instructions:
  1. Download Character Profiler
  2. Extract zip into its own directory in C:\Program Files\World of Warcraft\Interface\Addons\
  3. Start WoW
  4. Open your bank, quests, and the profession windows which contain recipes
  5. Log out/Exit WoW (See above if you want to use the UniUploader to upload the data automatically for you.)
  6. Go to the update page
  7. Click browse and select your *.lua files to upload

SQL Queries
Line Time Query
lib/roster.php
  152 0.0014 SELECT `config_name`, `config_value` FROM `roster_config` ORDER BY `id` ASC;
  523 0.0006 SELECT * FROM `roster_addon` ORDER BY `basename`;
lib/functions.lib.php
  1028 0.0007 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '13' ORDER BY `id` ASC;
  1028 0.0008 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '3' ORDER BY `id` ASC;
  1028 0.0007 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '4' ORDER BY `id` ASC;
  1028 0.0012 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '5' ORDER BY `id` ASC;
  1028 0.0007 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '8' ORDER BY `id` ASC;
  1028 0.0006 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '12' ORDER BY `id` ASC;
  1028 0.0008 SELECT `config_name`, `config_value` FROM `roster_addon_config` WHERE `addon_id` = '10' ORDER BY `id` ASC;
addons/info/inc/update_hook.php
  51 0.0009 SELECT * FROM `roster_addons_info_default`;
addons/siggen/inc/update_hook.php
  69 0.0016 SELECT `config_id`,`trigger`,`guild_trigger`,`uniup_compat`,`main_image_size_w`,`main_image_size_h`,`cleardir`,`save_images_dir` FROM `roster_addons_siggen_config`;
lib/menu.php
  184 0.0041 SELECT count(`member_id`) AS `amount`, IF(`note` LIKE '%alt%',1,0) AS isalt, FLOOR(`level`/10) AS label FROM `roster_members` WHERE `level` >= 30 GROUP BY isalt, label;
  288 0.0008 SELECT `name`, `server`, `region` FROM `roster_upload` WHERE `default` = '1' LIMIT 1;
  364 0.0012 SELECT `mb`.*, `a`.`basename` FROM `roster_menu_button` AS mb LEFT JOIN `roster_addon` AS a ON `mb`.`addon_id` = `a`.`addon_id` WHERE `a`.`addon_id` IS NULL OR `a`.`active` = 1;
  381 0.0006 SELECT * FROM `roster_menu` WHERE `section` IN ('util','realm','guild') ORDER BY `config_id`;