Realm data feeds
It's working now, thanks.
I have another request though since the server files didn't contain what I thought they would.
Apparently you have some sort of link in place between server & guild and player & guild. Would it be possible to make that available somehow ? Right now I'd have to write a script to rip the guildnames of the server census page and then rip the guild census page for the names of players, I'd like to avoid that
I have another request though since the server files didn't contain what I thought they would.
Apparently you have some sort of link in place between server & guild and player & guild. Would it be possible to make that available somehow ? Right now I'd have to write a script to rip the guildnames of the server census page and then rip the guild census page for the names of players, I'd like to avoid that

I am trying to build a complete image of what is happening on my server. Not just X class of Y level, but analyse guildformations, track leveling progress by guild and character etc.
The only way I can do this at the moment is if I compile a list of guilds from the census page and then loop through all the guilds files and the guildless file.
I was expecting the server file to be something like this format:
CharName,Race,Class,Level,LastSeen,GuildRank,Guild
So like an extended guild file for all of the server, instead its just the number of class X of level Y.
So basically what I'd like is either a serverfile in the above format or a list of this per server:
CharName,Guild,GuildID (internal WCR)
The only way I can do this at the moment is if I compile a list of guilds from the census page and then loop through all the guilds files and the guildless file.
I was expecting the server file to be something like this format:
CharName,Race,Class,Level,LastSeen,GuildRank,Guild
So like an extended guild file for all of the server, instead its just the number of class X of level Y.
So basically what I'd like is either a serverfile in the above format or a list of this per server:
CharName,Guild,GuildID (internal WCR)
I'm still unsure of what kind of data you are trying to present that is not already presented here. I really don't want to zip up every character available for each server. I currently have over 3 million characters in the database and this is quite a bit more information than I want to make available for download. The guild exports are for the use of those guilds, not necessarily as a work around to gathering data on each character in a realm.
If there is some server statistics you would like to see, help me understand better what exactly you are trying to present and I'll see if I can get something in place here to present that data, and possibly make those results available via a download.
If there is some server statistics you would like to see, help me understand better what exactly you are trying to present and I'll see if I can get something in place here to present that data, and possibly make those results available via a download.
phpbb:phpinfo()
Well for one I am tracking history of char levels, and generating graphs out of those that visualise how the guilds on the server are doing. I know you collect charhistory also, but there's no fancy graphs and stuff. This would proly be impossible due to serverload. I am only looking to provide info for my server so I can handle the load. I am also offering a means to compare two guilds.
I wonder which timezone http://www.warcraftrealms.com/exports/status.txt relates to. I like to use that file to check if the guild status page should display the info from the local backup or if it should pull fresh data from warcraftrealms.com. But if timezones from both servers differ this can cause problems or unneccessary delays.
Update times....
John - If you store that timestamp and then compare it to the status.txt file you can just do an update anytime you find they do not match.
Rollie - Are the guild exports supposed to be updated just once a day? I saw mention of hourly extracts on your extract data page, but that seems to be just for the realm extract. (I've been pulling my guild the last few days and it seems to only update around 4am.)
By the way - this is an AWESOME service. I've been able to implement an automatic guild roster on a guild website and this has been the best source of data.
Thank You,
Rich
Rollie - Are the guild exports supposed to be updated just once a day? I saw mention of hourly extracts on your extract data page, but that seems to be just for the realm extract. (I've been pulling my guild the last few days and it seems to only update around 4am.)
By the way - this is an AWESOME service. I've been able to implement an automatic guild roster on a guild website and this has been the best source of data.
Thank You,
Rich
Guild Exports
Rollie - I just saw your post about the export times being changed to just once a day.... you can skip my question in the previous post.
Thank You,
Rich
Thank You,
Rich
guild info
Hey i am building a site for my guild. i would like to post the guild info thig yall have here. i tried just using the url that came up when i searched my guild but that just shows the text and nothing else. i have also read in these forums and it hasnt helped me yet. if someone could tell me exactly how to put it on my site i would really appreciate it. i will be checking the forum to see your replies.