Search found 5 matches

by Skraggy
Fri Aug 11, 2006 4:27 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 289103

There are two files written to a directory, one which is a comma delimited text file pulled from warcraftrealms, and one that simply saves the status of updating that text file. Where it is saved in most of these scripts is defined in the beginning of the scripts: $local_directory = "download/"; // ...
by Skraggy
Wed Aug 09, 2006 2:36 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 289103

I started to create a table in a MYSQL database hosted by 1&1, but noticed the disclaimer says the database is behind a firewall. Would I be able to use the sample code you have been so generous on providing? I am wondering if I create this database and put the table on my site whether or not it wi...
by Skraggy
Fri Jun 16, 2006 11:51 am
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 289103

I figure since I used Rollie's code as a base, I'd post here what I ended up with. First, I split it out into two files, rostergrab.php which checks for new status file, and roster.php which is the main roster, and I just cron rostergrab.php. I don't really need my page hitting warcraftrealms everyt...
by Skraggy
Tue Feb 14, 2006 6:08 pm
Forum: WarcraftRealms Developers
Topic: Realm data feeds
Replies: 70
Views: 187545

Nevermind, found my answer in here: http://www.warcraftrealms.com/forum/vie ... ht=pvprank
by Skraggy
Tue Feb 14, 2006 6:04 pm
Forum: WarcraftRealms Developers
Topic: Realm data feeds
Replies: 70
Views: 187545

Quick question on PVPRank in the guild files. Do you have a correlation somewhere of what each number represents? They aren't straight up pvp rank as I have members of my guild showing up as rank 15 who are only Lieutenant General (rank 11 in game), and I'm showing up as rank 9 (but highest I've bee...