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.
 

zKillboard.com

First post
Author
DaveTheGreat
Mine 'N' Refine
Goonswarm Federation
#421 - 2014-10-30 10:42:21 UTC
Zkill seems to be down at the minute.
Squizz Caphinator
The Wormhole Police
#422 - 2014-11-01 19:35:06 UTC
DaveTheGreat wrote:
Zkill seems to be down at the minute.


it was down when you posted, seemed php5-fpm locked itself up while I was happily snoring the night away.

I've since added a script to keep php5-fpm from locking itself again. Unfortunately there is no code to help my snoring...

Various projects I enjoy putting my free time into:

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

Chelien Orlenard
ONI Industry
#423 - 2014-11-04 03:15:36 UTC
When I install, I have to run the php install.php occurs the following error:

PHP Fatal error: Call to undefined function file_get_content () in /var/www/html/xxx/zkillboard/install/install.php on line 186 
Fatal error: Call to undefined function file_get_content () in /var/www/html/xxx/zkillboard/install/install.php on line 186


anyone have good idia ?

thank you.
Squizz Caphinator
The Wormhole Police
#424 - 2014-11-04 14:20:01 UTC
Chelien Orlenard wrote:
When I install, I have to run the php install.php occurs the following error:

PHP Fatal error: Call to undefined function file_get_content () in /var/www/html/xxx/zkillboard/install/install.php on line 186 
Fatal error: Call to undefined function file_get_content () in /var/www/html/xxx/zkillboard/install/install.php on line 186


anyone have good idia ?

thank you.


Your host has restricted the use of file_get_contents, probably has other restrictions too. I wouldn't recommend using them for a zkillboard install.

Various projects I enjoy putting my free time into:

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

Chelien Orlenard
ONI Industry
#425 - 2014-11-04 16:15:44 UTC  |  Edited by: Chelien Orlenard
Squizz Caphinator wrote:
[quote=Chelien Orlenard]Your host has restricted the use of file_get_contents, probably has other restrictions too. I wouldn't recommend using them for a zkillboard install.


I succeeded in moving the zkillboard on the same server.
This problem is due to the fact that there is a mistake in the source code that has been published.

186 line of /install/install.php
$cronOverrides = file_get_content ("$base/cron.overrides"); 


Correctly is the "file_get_contents".
Also there is a mistake in the specified file name, the file is included in the source has become a "cronoverrides" (not exist dot).

I have modified as follows, This was able to run.
$cronOverrides = file_get_contents ("$base/cronoverrides"); 


thank you.
Chelien Orlenard
ONI Industry
#426 - 2014-11-05 11:00:52 UTC
Squizz Caphinator wrote:
Your host has restricted the use of file_get_contents, probably has other restrictions too. I wouldn't recommend using them for a zkillboard install.


I succeeded in moving the zkillboard on the same server.
This problem is due to the fact that there is a mistake in the source code that has been published.

186 line of /install/install.php
$cronOverrides = file_get_content ("$base/cron.overrides"); 


Correctly is the "file_get_contents".
Also there is a mistake in the specified file name, the file is included in the source has become a "cronoverrides" (not exist dot).

I have modified as follows, This was able to run.
$cronOverrides = file_get_contents ("$base/cronoverrides"); 


thank you.[/quote]
Karbowiak
Sacred Templars
Fraternity.
#427 - 2014-11-07 20:11:15 UTC
Chelien Orlenard wrote:
Squizz Caphinator wrote:
Your host has restricted the use of file_get_contents, probably has other restrictions too. I wouldn't recommend using them for a zkillboard install.


I succeeded in moving the zkillboard on the same server.
This problem is due to the fact that there is a mistake in the source code that has been published.

186 line of /install/install.php
$cronOverrides = file_get_content ("$base/cron.overrides"); 


Correctly is the "file_get_contents".
Also there is a mistake in the specified file name, the file is included in the source has become a "cronoverrides" (not exist dot).

I have modified as follows, This was able to run.
$cronOverrides = file_get_contents ("$base/cronoverrides"); 


thank you.

[/quote]

This has been fixed, that was my mistake.. /o\
Milloman Gempass
State War Academy
Caldari State
#428 - 2014-11-20 07:35:32 UTC
Looks like the possibility to retrieve the external link from a killmail is gone... is that true or did it just move somwhere else, where I can't find it?

Would be very happy to use that like I did in the past.

Milloman Gempass
State War Academy
Caldari State
#429 - 2014-11-21 07:26:28 UTC
Milloman Gempass wrote:
Looks like the possibility to retrieve the external link from a killmail is gone... is that true or did it just move somwhere else, where I can't find it?

Would be very happy to use that like I did in the past.


and it's back - cool!
Schatten Darkness
Bergbau und Co's little Helper
#430 - 2014-11-21 19:29:00 UTC
okay zkillboard has stil to rebuild some DB i quess...

I'am missing some kills and loses and i can not post new ones

Everytime I try to post one i get:
We waited 20 seconds for the kill to be processed but the server must be busy atm, please wait!
Tex Steele
The Scope
Gallente Federation
#431 - 2014-11-22 17:27:34 UTC
Not sure what the problem is, but I'm missing kills for the last 2-3 days.

Also, trying to see the top people monthly for the corporation, or the top corporations for the alliance only serves to refresh the main page, it does not show the "top" page.

Love the board. Usually VERY dependable. Please fix whatever is haoppening.

Thanks!
Kcolorr
Eighty Joule Brewery
Goonswarm Federation
#432 - 2014-12-02 23:07:47 UTC
The issue: attempting to access zkillboard gives a white screen with just
ifoo image.zzeve.com
as text on the top left corner.
Attempting to access a killmail on zkillboard returns
wrong parts size
also as text on the top left corner.
I have attempted this with both chrome and IE, I've googled it, I've cleared my cookies for zkill, I've flushed my DNS, I've turned off adblock, pinging the server returns the same address as others that it's working on, and the only firewall I'm using is windows defender.
Squizz Caphinator
The Wormhole Police
#433 - 2014-12-03 15:35:49 UTC
Kcolorr wrote:
The issue: attempting to access zkillboard gives a white screen with just
ifoo image.zzeve.com
as text on the top left corner.
Attempting to access a killmail on zkillboard returns
wrong parts size
also as text on the top left corner.
I have attempted this with both chrome and IE, I've googled it, I've cleared my cookies for zkill, I've flushed my DNS, I've turned off adblock, pinging the server returns the same address as others that it's working on, and the only firewall I'm using is windows defender.


Um, wow, I don't know where to begin here. zKB is working just fine, even at and just before the time of your post. Is it still just a white screen for you now?

Various projects I enjoy putting my free time into:

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

Kcolorr
Eighty Joule Brewery
Goonswarm Federation
#434 - 2014-12-04 04:06:07 UTC
Squizz Caphinator wrote:
Kcolorr wrote:
The issue: attempting to access zkillboard gives a white screen with just
ifoo image.zzeve.com
as text on the top left corner.
Attempting to access a killmail on zkillboard returns
wrong parts size
also as text on the top left corner.
I have attempted this with both chrome and IE, I've googled it, I've cleared my cookies for zkill, I've flushed my DNS, I've turned off adblock, pinging the server returns the same address as others that it's working on, and the only firewall I'm using is windows defender.


Um, wow, I don't know where to begin here. zKB is working just fine, even at and just before the time of your post. Is it still just a white screen for you now?


Yea =\
here's a screenshot if it helps (also for humour) http://i.imgur.com/egLEViu.png
Squizz Caphinator
The Wormhole Police
#435 - 2014-12-11 19:26:34 UTC
Kcolorr wrote:

Yea =\
here's a screenshot if it helps (also for humour) http://i.imgur.com/egLEViu.png


Is this still happening to you? There's no reason why it should be unless there's some sort of proxy between you and zkillboard.com that needs to be flushed

Various projects I enjoy putting my free time into:

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

Kcolorr
Eighty Joule Brewery
Goonswarm Federation
#436 - 2014-12-12 19:45:07 UTC
Squizz Caphinator wrote:
Kcolorr wrote:

Yea =\
here's a screenshot if it helps (also for humour) http://i.imgur.com/egLEViu.png


Is this still happening to you? There's no reason why it should be unless there's some sort of proxy between you and zkillboard.com that needs to be flushed


After 3 weeks it appears to be fixed, no idea what changed, but i'll take it.
Jurico Elemenohpe
Flipsid3 Tactics
#437 - 2014-12-20 07:20:37 UTC
Could we have a feature to view the top ships over a certain time period, instead of just 1 week?
Cray Havoc
State War Academy
Caldari State
#438 - 2014-12-23 12:19:04 UTC
So this was probably asked a hundred times already but is it possible to sort battlereports exactly the same way the old eve-kill does it? Just make it that it goes down from shiptype/class like in the old version, this would help readability a LOT!
Apollo Muvila
Caldari Provisions
Caldari State
#439 - 2015-01-03 01:34:56 UTC
How do I reset the themes to default? Default isn't actually what I saw when I first registered.
Betti Betty
Doomheim
#440 - 2015-01-03 05:04:22 UTC
I linked my API to zkillboard but now how do I cancel it?
I can not simply delete the API as it also links to other important agents.