Looty, a Guild Bank Interface -- 2007-01-11 v1.1 ============================= =============== Description ----------- This script is intended for people who use the Guild Roster tool provided by WoWProfilers.com, which takes data from the CharacterProfiler addon and displays it on a website. The Guild Roster does have a guild bank feature, but it's not quite what I wanted so wrote my own interface instead. Looty supports multiple bank characters and has a flexible, searchable list of items showing the items currently in the bank along with, optionally, the overall bank balance. An example of how the bank looks can be seen at the Citizens of Azeroth site here: http://www.azerothselite.net/roster/looty/ Installation ------------ Installation is very simple: just unzip the folder somewhere on your site so that it's publically viewable, and edit config.php. Dependencies ------------ Guild Roster: http://wowprofilers.com/ rpgo-CharacterProfiler: http://www.rpgoutfitter.com/CharacterProfiler/ http://www.curse-gaming.com/mod.php?addid=1444 http://ui.worldofwar.net/ui.php?id=893 Optional Dependencies --------------------- WoW icon pack: http://pgl.yoyo.org/wow/looty/icons.zip http://www.rpgoutfitter.com/downloads/wowinterface.cfm Contact ------- Fin :: fin@instinct.org :: http://fin.instinct.org/ :: Stormrage-EU CHANGES ------- 2007-01-11 v1.1: - Implemented changes made by the very helpful trell in the wowroster.net forums: http://www.wowroster.net/Forums/viewtopic/t=397/finish=15/start=30.html Which (I think) fixes: * Looty itself :) * rogue slashes in items - Added a new config option, "$showtooltip", to allow the javascript tooltip on mouseover to be turned off. - Updated uses of $PHP_SELF to use $_SERVER['PHP_SELF'] to avoid blank variables on servers without register_globals on 2006-01-15 1.0: - Fixed bug where items with the same name on different characters are all assigned to just one character [thanks aktlingit for pointing this out and suggesting a fix (didn't use it but helped others!)] - added option to config.php to set $dbprefix, so the right tables are queried if Roster is using a prefix for table names - Fixed some bugs with the tooltips not displaying properly (word wrapping messing up, weird line breaks, and some other stuff) - Coloured "Use:", "Equip", and "Requires" bits of tooltips - Converted "|cf[color]|...|r" parts of tooltips to properly coloured text (eg, "", "", etc.) - Updated version to 1.0, hooray 2006-01-03 0.9: - added an option to config.php that will display the required level for an item next to its name in the list [suggested by egj2010] - added option to filter the list by minimum and maximum required level - removed ability to sort list by clicking headers as it was broken - added a meta tag to set the Content-Type to utf-8 - not sure if this helps for furren characters, but I hope so [thanks ephemere] 2005-12-18 0.8: - fixed tooltip colours - only item names are coloured now - added blank line between name and description in tooltips - items are now grouped by character [implemented by Devour of Orion on Stormrage EU, stolen by Fin - cheers Devour!] - within character groups, items are grouped by quality - there is now an option to filter by item quality 2005-12-14 0.7.1: - added import_request_variables() to main Looty display to avoid problems on servers without register_globals On 2005-12-03 0.7: - added config option to search tooltips as well as names when filtering items - character name parameters in query strings are no longer case sensitive [thanks Smoke for pointing out these problems] - character names in the config are no longer case sensitive 2005-11-30 0.6: - added option to set URL base for icons - added options to hide equipped, soulbound, and quest items (default yes) - wrapped long tooltips to stop them overrunning 2005-11-23 0.5: - changed query string argument seperator from ; to & - fixed listings for multiple characters - fixed icon paths (\ -> /) 2005-11-19 0.4: - first version