Guild Ranking?

Questions and discussions on development tools for WarcraftRealms
Post Reply
DinkyDan
Posts: 5
Joined: Sun Dec 25, 2005 7:12 am
Location: Essex, UK

Guild Ranking?

Post by DinkyDan »

I was wondering if there was a method to display how many guilds are active on a specific server by parsing data you already have avaliable as a export? I'm unsure how to do this.. also is there a way to find out your ranking e.g on http://www.warcraftrealms.com/census.ph ... ertypeid=1 i can see inspire are ranked 14th out of 50.. is there a way of displaying that info updated weekly or daily on my own website saying quite simply..

inspire is ranked 14th out of 954 guilds on aszune.

would appericate it if anyone could help me in any way with this, i'd like a little bit of PHP code to do it if its possible.. I'v managed to use the data export to get a guild listing ect, but don't know if this is possible, any guru coders out there?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Well, the ranking is just an arbitrary value assigned based on current existing character levels. You could always just set it on your site as you like.

As for the rest of the guilds, I want to expand this kind of data, but just haven't gotten it done yet.
phpbb:phpinfo()

DinkyDan
Posts: 5
Joined: Sun Dec 25, 2005 7:12 am
Location: Essex, UK

Post by DinkyDan »

You got some code that would display our ranking based on your ranking method (total xp)?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

I don't have an automated way of getting that, no =(
phpbb:phpinfo()

DinkyDan
Posts: 5
Joined: Sun Dec 25, 2005 7:12 am
Location: Essex, UK

Post by DinkyDan »

darn!

Okay thanks for your input Rollie, last quick question..

How is the Guild Ranking displayed by the top 50 on the website? - is there no current way i can extract that somehow and just have the top10?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Not really other than copy / pasting.
phpbb:phpinfo()

DinkyDan
Posts: 5
Joined: Sun Dec 25, 2005 7:12 am
Location: Essex, UK

Post by DinkyDan »

k =)

thanks for taking the time to reply mate!

Post Reply