Search found 170 matches
- Wed Jan 11, 2017 13:44
- Forum: Support
- Topic: Odd problem
- Replies: 4
- Views: 4765
Re: Odd problem
Could you link or pm me your kb url?
- Tue Jan 10, 2017 16:40
- Forum: Support
- Topic: In Top killers needs only corp pilots
- Replies: 2
- Views: 3754
Re: In Top killers needs only corp pilots
I don't know excatly if theres a propper solution, one that might work (not tested but easy to try): open common/includes/toplist/class.base.php find around line 108: function addInvolvedAlliance($alliance) { involved::add($this->inv_all,$alliance); } and change it to: function addInvolvedAlliance($...
- Tue Jan 10, 2017 16:19
- Forum: Support
- Topic: Odd problem
- Replies: 4
- Views: 4765
Re: Odd problem
Hello,
Have you been able to access the admin panel before? If so, do you remember the setting for simple urls and compression of pages?
To me this sounds more of a webserver problem. Assuming you are running apache, did you do any changes to the .htaccess files?
Bests, Snitch
Have you been able to access the admin panel before? If so, do you remember the setting for simple urls and compression of pages?
To me this sounds more of a webserver problem. Assuming you are running apache, did you do any changes to the .htaccess files?
Bests, Snitch
- Tue Jan 10, 2017 16:14
- Forum: Modding
- Topic: [MOD] Stats and SSO mod
- Replies: 39
- Views: 83125
- Mon Jan 09, 2017 18:49
- Forum: Modding
- Topic: [MOD] Stats and SSO mod
- Replies: 39
- Views: 83125
Re: [MOD] Stats and SSO mod
Getting syntax error when trying to log in. Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /xxxxx/xxxxx/public_html/killboard/mods/statsmod/vendor/league/oauth2-client/src/Grant/GrantFactory.php on line 85 What php ...
- Fri Dec 30, 2016 11:12
- Forum: Modding
- Topic: [MOD] Stats and SSO mod
- Replies: 39
- Views: 83125
Re: [MOD] Stats and SSO mod
I catched one problem. When I want to update Current Ship Value and press UpdateValue button the kb shows blank page. I disable stats and sso mod and succefully repeat this action. In logs: "PHP message: PHP Fatal error: Call to undefined function showError() in /.../kb/mods/statsmod/sso_comment.ph...
- Mon Dec 12, 2016 21:53
- Forum: General Killboard Chat
- Topic: EDK 4.2.28.0 (Ascension 1.0)
- Replies: 28
- Views: 61866
Re: EDK 4.2.28.0 (Ascension 1.0)
zkb fetch not work, you can use this path for fix: http://www.evekb.org/forum/viewtopic.php?f=506&t=21952 Please check if this one also works for you: http://www.evekb.org/forum/viewtopic.php?f=503&t=21949#p49935 It won't go back in time as far as your patch and should work better for pages with lo...
- Mon Dec 12, 2016 21:50
- Forum: Bug Reporting
- Topic: zkb api request error
- Replies: 1
- Views: 8716
Re: zkb api request error
This patch will work but you will evebtually miss kills if you jzst have enough within 24 hours. Its enough to set the minutes of the timestamp to 00:
Code: Select all
$timestampFormattedForZkb = strftime("%Y%m%d℅H00", $this->lastKillTimestamp);
- Mon Dec 12, 2016 11:32
- Forum: General Killboard Chat
- Topic: EDK 4.2.28.0 (Ascension 1.0)
- Replies: 28
- Views: 61866
Re: EDK 4.2.28.0 (Ascension 1.0)
From what i saw, zkill was put into reinforced (something like cached only) mode for a while after the M-O battle. Anyway, if you not sure about zkills current status, stats are provided here: https://zkillboard.com/ztop.html
You could see there if no kills were processed.
Cheers,
prometh
You could see there if no kills were processed.
Cheers,
prometh
- Fri Dec 09, 2016 19:34
- Forum: General Killboard Chat
- Topic: EDK 4.2.28.0 (Ascension 1.0)
- Replies: 28
- Views: 61866
Re: EDK 4.2.28.0 (Ascension 1.0)
Its a change to the zkb api, limiting the start time to full hours, can you try the attached file (goes to common/includes) ?