Search found 8 matches

by Khael
Tue Feb 15, 2005 9:27 pm
Forum: General Discussion
Topic: Server Ravencrest?
Replies: 6
Views: 8142

Ok sorry to keep bothering you rollie.

But I see the euro servers now, also Ravencrest that my guild is on. But I can't find my guild.

So I guess it's not 100% functional yet?
by Khael
Sun Feb 13, 2005 9:55 am
Forum: General Discussion
Topic: Server Ravencrest?
Replies: 6
Views: 8142

Yes ok, so no euro servers added yet i presume.
by Khael
Sat Feb 12, 2005 3:38 am
Forum: General Discussion
Topic: Server Ravencrest?
Replies: 6
Views: 8142

Server Ravencrest?

Just been waiting for it a couple days, wondering where it is in the list?
by Khael
Sat Feb 05, 2005 6:46 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 179845

Ok Rollie, I will take your word for it and change the cron job to run daily instead of course :D A guildmate told me you are using CensusPlus addon for WoW that does a /who S U N request before export and therefore doesn't list any offline members. Is this entirely wrong? The reason I am saying thi...
by Khael
Sat Feb 05, 2005 1:12 pm
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 179845

Oops that was me. I think you update per hour, and as far as I can see, you only save chars that are in game when you export. So if I run this only once per day, I would miss out on alot of char updates. If you insist, I will check the date in that date file you produce of course, but this will only...
by Khael
Sat Feb 05, 2005 9:05 am
Forum: WarcraftRealms Developers
Topic: Modified the guild exports
Replies: 3
Views: 6735

Is this all the info you can pull out Rollie, a thing that would be REALLy useful is if it was possible to supply support skills (3) and trade skills (2).

But I heard from other sources, that this might not be so easy to do :|
by Khael
Sat Feb 05, 2005 9:03 am
Forum: WarcraftRealms Developers
Topic: Realm data feeds
Replies: 70
Views: 140795

Easy

I found it extremely easy to use ;)

I mean it doesnt get much easier when you are given a comma separated csv file, updated every hour.

This shit rocks, thank you Rollie & Co.
by Khael
Sat Feb 05, 2005 6:33 am
Forum: WarcraftRealms Developers
Topic: Some sample guild export code
Replies: 99
Views: 179845

Harro Rollie, Great site you got here. I am really happy with the convenience it lends me and other guild webmasters ;) My code basicly looks like this: $csv = file_get_contents("http://www.warcraftrealms.com/exports/guildexport.php?guildid=52794"); $csv = explode("\n",$csv); So now ...