These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Custom killboards

Author
Jade III
Sebiestor Tribe
#1 - 2013-10-31 14:22:04 UTC  |  Edited by: Jade III
Hey guys,

I was wondering if you could help me with something. I am wanting to put a killboard on my site without using the EVE Development Killboard, and putting my own custom killboard code in a webpage like BattleClinic's Killboard. Does anyone know how to do that?

My adventure blog: http://lonewolfadventures.wordpress.com/

Karbowiak
State War Academy
Caldari State
#2 - 2013-10-31 17:12:46 UTC
Battleclinic is closed source, so that idea goes out the window..

You could use griefwatch and some iframe stuff, but you can't really integrate that properly.
Then you have zKillboard which is in active development, but only really functions as a public board at this time (you can make it pilot/corp/alli etc. by modifying it tho)

Which leaves you with EDK as the only viable option.

You could give pyKB a shot i guess, but it was abandoned some time ago
Squizz Caphinator
The Wormhole Police
#3 - 2013-10-31 17:52:28 UTC
As a maintainer of eve-kill and a writer of zKillboard, I'll warn you that writing a killboard from scratch will be a very daunting task. But if you have the enthusiasm, patience, and willingness to do it I completely encourage you to get it done.

Cheers, and good luck too!
Squizz

Various projects I enjoy putting my free time into:

https://zkillboard.com | https://evewho.com

Jade III
Sebiestor Tribe
#4 - 2013-10-31 21:13:44 UTC  |  Edited by: Jade III
Squizz Caphinator wrote:
As a maintainer of eve-kill and a writer of zKillboard, I'll warn you that writing a killboard from scratch will be a very daunting task. But if you have the enthusiasm, patience, and willingness to do it I completely encourage you to get it done.

Cheers, and good luck too!
Squizz


Thanks for the tips guys, I am looking forward to this task. It is going to be very rewarding when it is finished. What language do you write them in? Pheal?

My adventure blog: http://lonewolfadventures.wordpress.com/

Louis Vitton
Viziam
Amarr Empire
#5 - 2013-11-01 04:21:43 UTC
Zkillboard is written in PHP - source code: https://github.com/EVE-KILL/zKillboard
Jade III
Sebiestor Tribe
#6 - 2013-11-01 13:48:08 UTC
Louis Vitton wrote:
Zkillboard is written in PHP - source code: https://github.com/EVE-KILL/zKillboard


Thanks dude, I'll take a look at it.

My adventure blog: http://lonewolfadventures.wordpress.com/

Peter Powers
Terrorists of Dimensions
HORSE-KILLERS
#7 - 2013-11-01 18:45:42 UTC
so is kingboard:
https://github.com/kingboard/kingboard

3rdPartyEve.net - your catalogue for 3rd party applications

SghnDubh
BattleClinic
#8 - 2013-11-04 12:34:53 UTC

BattleClinic offers an API. Perhaps that can assist you. Use the contact page on battleclinic.com to request access to it.

Jade III
Sebiestor Tribe
#9 - 2013-11-05 15:41:34 UTC
SghnDubh wrote:

BattleClinic offers an API. Perhaps that can assist you. Use the contact page on battleclinic.com to request access to it.



Thanks for the help. I will hopefully be able to work on it soon.

My adventure blog: http://lonewolfadventures.wordpress.com/

Karbowiak
State War Academy
Caldari State
#10 - 2013-11-05 20:10:54 UTC
SghnDubh wrote:

BattleClinic offers an API. Perhaps that can assist you. Use the contact page on battleclinic.com to request access to it.



Why not make said API open?