LOTRoster is a tool aimed at players of the Lord of the Rings Online MMORPG to add a guild roster on their website. This PHP application will extract guild roster information from Turbine's data.lotro.com XML feeds, and display them in a table, allowing you to have a detailed, highly configurable roster display available on your website. The data is locally cached for best performance, either in files located on disk, or in an SQL database (both MySQL and PostgreSQL are supported). Features:
The code is based on another of my project, RosterMaster Stand Alone. This version retains most of the features of the original RMSA application: highly customizable, character mapping when used with a supported CMS/forum, appearance can be customized through CSS, etc...
LOTRoster can display virtually any data pushed by Turbine through their XML interface at data.lotro.com. Connections to their site are throttled to avoid hammering their service during updates (hence it is recommended to run the updates as a scheduled job and not do them online like RosterMaster does since LOTRoster updates can take much longer to complete). Everything is cached in a local database so between updates all data is accessed locally for best performance. The roster display is highly customizable: from a very visual mode with icons, down to a short, compact text roster.
You can also get some charts detailing your guild roster:
Requirements:
Optional:
Live Demo: http://www.lostrealm.ca/lotrosterdemo/ You can also check its parent here: http://www.lostrealm.ca/rostermaster |
|||



