WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Slades

cURL Returning No Value For Valid Armory” wysłany:
Hey all.

My armory tool for my guild site was working fine up until a day ago. Now, it is broken and I cannot seem to figure out why.

I am using this string as the test URL: http://us.battle.net/api/wow/character/Frostmane/Slades?fields=stats,talents,professions,titles,items,reputation,mounts,achievements

Here is the code for the PHP for the cURL:

$this->URL = "http://us.battle.net/api/wow/character/Frostmane/Slades?fields=stats,talents,professions,titles,items,reputation,mounts,achievements";

$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, $this->URL );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
$curl_return = curl_exec( $ch );
curl_close( $ch );

$curl_return has no value if I do a print_r().

Any idea what could be wrong with the cURL all of a sudden?

Thanks.