Remake of Eve-kill stats by Rictus Hep
This mod uses the API from zkillboard.com to display the kills/losses stats for a pilot, corp, or alliance.
You can choose which pages the stats appear for in the settings.
Download the zip and extract to your mods directory.
Enable the mod in the admin section and set which pages you want the stats to display on.
[EDK 4.2] Zkillboard Stats
Re: [EDK 4.2] Zkillboard Stats
you should have it match the formatting of the other sections.. more aesthetically pleasing. 

Re: [EDK 4.2] Zkillboard Stats
I love this mod. Just to bad zkillboard is missing hundreds of thousands of killmails wich makes this mod unreliable.
Other then that its cool
Other then that its cool

Re: [EDK 4.2] Zkillboard Stats
If any of you is experiencing the issue of "no data", here's a hotfix:
open mods/zkb_stats/ZkbStats.php in an editor, find line no 9:
and replace it with this
Best Regards,
Salvoxia
open mods/zkb_stats/ZkbStats.php in an editor, find line no 9:
Code: Select all
$ch = curl_init('https://zkillboard.com/api/stats/'.$request.'/'.$name.'.json/');
Code: Select all
$ch = curl_init('https://zkillboard.com/api/stats/'.$request.'/'.$name.'/');
Best Regards,
Salvoxia