| View previous topic :: View next topic |
| Author |
Message |
Zinthose
Joined: 13 Mar 2006
Posts: 1
Location: Bronzebeard
WR Updates: 0
Zinthose WR Profile
|
Posted: Sat May 06, 2006 11:10 pm Post subject: REQUEST: Player History as Data Feed |
|
|
I'm in the process of developing a new member application system for my guild's web page and I', currently attempting to implement a system to generate a link to search for the name on the applicant to do a background check on them.
I think it would be far more efficient if a data feed was made available that would allow the download the history of a player with realm and the exact name as supplied .GET variables.
This way I could simply place the data into a table along side the applicant's replies for "At A Glance" referencing. |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Sun May 07, 2006 4:37 pm Post subject: |
|
|
| I am open to something like this, but I have to put in the proper access before doing so to prevent people from trying to just grab everything in the DB, hehe. |
|
| Back to top |
|
 |
Utahcarol
Joined: 07 Jul 2006
Posts: 1
WR Updates: 6,915
Utahcarol WR Profile
|
Posted: Thu Jan 04, 2007 11:16 am Post subject: |
|
|
| Rollie wrote: | | I am open to something like this, but I have to put in the proper access before doing so to prevent people from trying to just grab everything in the DB, hehe. |
Is there any news on how this is coming? I know you've been busy redesigning the site (which looks awesome, btw), but I was just curious...
Thanks,
Utah |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Thu Jan 04, 2007 11:45 am Post subject: |
|
|
| To be perfectly honest, absolutely zero has been done on this front =x |
|
| Back to top |
|
 |
muldoonaz
Joined: 12 Jul 2006
Posts: 2
WR Updates: 8,339
muldoonaz WR Profile
|
Posted: Mon Aug 20, 2007 12:07 pm Post subject: |
|
|
I'm looking to do something similar. I'm creating a guild application form that I want to pull a history check on users to inquire as to why they've parted from the last guild they were seen in.
I currently have my scripts parsing and manipulating wow armory data, but this would be the diamond in the rough! Have there been any plans made to make something like this available? |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Mon Aug 20, 2007 12:42 pm Post subject: |
|
|
| Complete honesty here, not sure when something like this would get implemented. |
|
| Back to top |
|
 |
muldoonaz
Joined: 12 Jul 2006
Posts: 2
WR Updates: 8,339
muldoonaz WR Profile
|
Posted: Mon Aug 20, 2007 7:32 pm Post subject: |
|
|
| alright, thanks for the response and the great site! |
|
| Back to top |
|
 |
barish
Joined: 22 Oct 2007
Posts: 2
WR Updates: 0
barish WR Profile
|
Posted: Sat Jul 05, 2008 2:31 am Post subject: |
|
|
we use something like this:
| Code: | $var .= "Character name".": ". addslashes($_POST['Char'])."\n";
$var .= "[url=http://eu.wowarmory.com/character-sheet.xml?r=Draenor&n=".addslashes($_POST['Char'])."]wow-armory ".addslashes($_POST['Char'])."[/url]\n\n";
$var .= "[url=http://www.warcraftrealms.com/char/EU-Draenor/".addslashes($_POST['Char'])."]warcraftrealms ".addslashes($_POST['Char'])." history[/url]\n\n"; |
where you get name from
| Code: | <label>Character Information</label>
<div class="Group">
<table cellpadding="5" cellspacing="0">
<tr>
<td width="200">Name</td>
<td width="10">:</td>
<td width="*"><input></td>
</tr> |
I hope that helps.
this doesn't use the search function, so it hardly stresses the site/db |
|
| Back to top |
|
 |
ScratchMonkey
Joined: 28 May 2006
Posts: 2
WR Updates: 0
ScratchMonkey WR Profile
|
Posted: Fri Jul 25, 2008 7:06 pm Post subject: |
|
|
| I'd like to get the data with the dates and levels, so that I can plot the leveling progress of my own characters and that of my friends and guildies. I'd probably plot level 1-70 on the X axis and time from first seen to a given level on the Y axis, with each toon in a different color. Flatter lines would be faster levelers. |
|
| Back to top |
|
 |
Defigo
Joined: 16 Apr 2009
Posts: 2
WR Updates: 3,363
Defigo WR Profile
|
Posted: Thu Apr 16, 2009 8:48 pm Post subject: |
|
|
I actually solved this issue of take the data and run by using services. It uses up more server resources, but it's the only way to ensure people don't steal the information:
http://www.wowexpedition.com/Developer/GuildHistory.ashx?name=Evanna&realm=Wyrmrest+Accord
Limits the history to the 5 latest entries for a specific character.
I have plans of adding even more security by making a developer network which would monitor where requests came from and block accounts that were competing with my services by using my data.
I don't know if this would work for WR since you guys have so much traffic, but it works in my case.
Some other neat proof of concepts here: http://www.wowexpedition.com/
(Only a few realms collected. Took me a while to figure out how to parse the CensusPlus.lua file into something useful). |
|
| Back to top |
|
 |
Rollie
Site Admin

Joined: 28 Nov 2004
Posts: 5364
Location: Austin, TX
WR Updates: 480,131
Rollie WR Profile
|
Posted: Fri Apr 17, 2009 8:15 am Post subject: |
|
|
I'm still trying to decide how to respond to you, Defigo. While there is nothing I can do to stop you, I mentioned when you contacted me in game that I would like to think on it more before I gave my good graces to accepting, parsing, and collecting CensusPlus data.
My biggest concern is that people might start uploading to you instead of to WarcraftRealms.com. We are already light on many servers, and I would not want to exacerbate that problem. |
|
| Back to top |
|
 |
Defigo
Joined: 16 Apr 2009
Posts: 2
WR Updates: 3,363
Defigo WR Profile
|
Posted: Fri Apr 17, 2009 8:25 am Post subject: |
|
|
Completely understand. My goal with my website is to use new technologies and features and push the limits (Proof of concept kinda). My first thought with it was to take existing data from WR and say hey "Powered by WarcraftRealms.com", but because that isn't an option, I went with writing my own parser for .Net and went from there.
My goal isn't to compete with WR 100% (A little, but for the most part no). My overall goal is to provide character background check, instance history, auditing, easier commenting/rating of characters, etc and move into a full blown database able to collect item, quest, npc and auction data from gamers. There are things WR does that I don't think need to be improved or changed.
I also know that without the CensusPlus addon, my site would not be possible (And I mention that in the Upload area).
It would be nice to be able to talk to you privately as there are things I have planned for the site that I wanted to keep under wraps until the site launched. |
|
| Back to top |
|
 |
spoonium
Joined: 19 Apr 2010
Posts: 8
WR Updates: 45,709
spoonium WR Profile
|
|
| Back to top |
|
 |
bringoutyourdead
Joined: 07 Nov 2008
Posts: 236
Location: Silicon Valley
WR Updates: 3,757,781
bringoutyourdead WR Profile
|
Posted: Thu Jan 26, 2012 11:48 am Post subject: |
|
|
It should have worked.
I tested with active (yesterday) EU character and got correct results
I tested with inactive (early 2011) US character and got correct results
I tested with older active (Dec 2011) US character and got correct results
but with your guild Anathema it fails.
It appears that the data for your guild is out of date /incorrect.
I would suggest submitting some census runs with members of the guild online to update Warcraftrealms.. and maybe fix the guilds data pointers. |
|
| Back to top |
|
 |
spoonium
Joined: 19 Apr 2010
Posts: 8
WR Updates: 45,709
spoonium WR Profile
|
|
| Back to top |
|
 |
|
|
|