Search found 3 matches

by crebstock
Tue Jan 30, 2007 12:18 am
Forum: WarcraftRealms Developers
Topic: Feed for All Realms Stats
Replies: 1
Views: 12129

Feed for All Realms Stats

Is it just me, or does the feed for all realms not have any data for players below the level of 10? This may be intentional, but I wanted to make sure. When looking through the file it seems as if everyone starts at level 11. Also, I get different results when I sort the data than what is present on...
by crebstock
Thu Dec 28, 2006 6:32 pm
Forum: WarcraftRealms Developers
Topic: download php script returns some as octet streams
Replies: 1
Views: 7208

Nevermind, I found the problem. I just needed to do urlencode on the server names and it downloads fine now.
by crebstock
Thu Dec 28, 2006 6:22 pm
Forum: WarcraftRealms Developers
Topic: download php script returns some as octet streams
Replies: 1
Views: 7208

download php script returns some as octet streams

The download.php script doesn't return all of the realms as .gz files, anything with a space in it is instead returned as an application/octet stream. This causes the zlib functions in PHP to fail (and the file functions fail as well). Specifically gzfile works for every single file except the serve...