View Single Post
  #8  
Old 10-17-2003, 12:04 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

The stats I had on the old guildwars site was pulled directly from the db. I know because I wrote the page. Whenever an event happened on the server, the server would add an entry into the guildwars_events (might be a tad different, dont have the tables in front of me). The entry would include the killer's name, victims name, points of the kill based on level diff, zonename, and guilds of both the victim and killer. The page would then execute some mysql group functions to combine the data into whichever category I was displaying. It used php to render and display the page, pretty simple stuff. It takes minimul effort to do something like this. You would just need to edit the code to update the database with whatever you want, and then use php to get and display the info.
__________________
Lethal Encounter
Reply With Quote