I was wondering if anyone knows of a way or wants to work on a project to query the GW servers for guild web pages. I would like to pull current rankings, and who's online myself... there are probably other things that could be done.
Thanks.
GW Query for web pages
1 pages • Page 1
d
F
Basically all you would need is a bot written in any language that downloads the webpage in question and parses out the data into a database. You would set a cron job to run the bot every 5 minutes or whatever. Then you'd have your own webpage display information from the database.
It's actually relatively trivial to do. The biggest concern is whether or not Anet wants a bunch of bots trolling their pages. Most people don't like it but Anet probably won't mind since you wouldn't be causing any undue server stress.
If someone wants to undertake the project and needs help with it just PM me. I can do it myself next week once I finish up my last week of classes or help someone out if they want to do it as a learning experience.
It's actually relatively trivial to do. The biggest concern is whether or not Anet wants a bunch of bots trolling their pages. Most people don't like it but Anet probably won't mind since you wouldn't be causing any undue server stress.
If someone wants to undertake the project and needs help with it just PM me. I can do it myself next week once I finish up my last week of classes or help someone out if they want to do it as a learning experience.
I
K
Hi - I've got a working php class up at:
http://kirb.net/gw.php
You can just put in your guild tag and it will fetch the arena net ladder page, parse it up, and let you play with the results. Works in PHP 4. I would like to hear any feedback. This would be the first code I'm going to release, so hopefully it won't be too clumsy to use.
Thanks.
http://kirb.net/gw.php
You can just put in your guild tag and it will fetch the arena net ladder page, parse it up, and let you play with the results. Works in PHP 4. I would like to hear any feedback. This would be the first code I'm going to release, so hopefully it won't be too clumsy to use.
Thanks.
I
I
Quote:
|
Originally Posted by Inde
|

I
K
I
L
it would be nice if you could use something like XML, which you can include in your webpages that you could dynamically use with PHP. I have done it a couple times and would take my guild roster off its current SQL system if I could use a xml listing of guild members from the Guild Wars list. that would be cool 

I

