[EDK 4.2] Zkillboard Stats

Discuss/Upload mods to the EVE-Dev Killboard.
Post Reply
trix12345
Greenhorn
Posts: 16
Joined: Wed Oct 19, 2011 05:17

[EDK 4.2] Zkillboard Stats

Post by trix12345 »

Remake of Eve-kill stats by Rictus Hep
1.jpg
1.jpg (100.46 KiB) Viewed 16043 times
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.
Zkb-Stats.zip
(2.91 KiB) Downloaded 708 times
User avatar
Dism0
Active Author
Posts: 158
Joined: Fri Jul 06, 2012 01:42

Re: [EDK 4.2] Zkillboard Stats

Post by Dism0 »

you should have it match the formatting of the other sections.. more aesthetically pleasing. :)
celagon
Apprentice
Posts: 66
Joined: Mon Oct 07, 2013 01:50

Re: [EDK 4.2] Zkillboard Stats

Post by celagon »

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 :)
User avatar
rafis
Noob
Posts: 7
Joined: Sat Jun 06, 2015 14:34

Re: [EDK 4.2] Zkillboard Stats

Post by rafis »

Could you please provide wget downloadable file?
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK 4.2] Zkillboard Stats

Post by Salvoxia »

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:

Code: Select all

$ch = curl_init('https://zkillboard.com/api/stats/'.$request.'/'.$name.'.json/');
and replace it with this

Code: Select all

$ch = curl_init('https://zkillboard.com/api/stats/'.$request.'/'.$name.'/');

Best Regards,
Salvoxia
Post Reply