[EDK3] rank_mod 1.01 - custom pilot ranks, medals and stats

Discuss/Upload mods to the EVE-Dev Killboard.
aclim
Noob
Posts: 9
Joined: Sun Feb 07, 2010 16:51

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by aclim »

nobody to help me ?? plz
aclim
Noob
Posts: 9
Joined: Sun Feb 07, 2010 16:51

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by aclim »

aclim wrote:i have a problem when i click on setting i having this error
WARNING [2] Creating default object from empty value
Error on line 56 in file /home/u139694888/public_html/kb/mods/rank_mod/settings.php
PHP 5.4.14 (Linux), EDK 4.0.4 (Crucible)
File: /home/u139694888/public_html/kb/mods/rank_mod/settings.php, line: 56, class: EDKError, function: handler
File: /home/u139694888/public_html/kb/common/includes/class.pageassembly.php, line: 70, function: call_user_func_array
File: /home/u139694888/public_html/kb/common/includes/class.pageassembly.php, line: 37, class: pageAssembly, function: call
File: /home/u139694888/public_html/kb/mods/rank_mod/settings.php, line: 983, class: pageAssembly, function: assemble
File: /home/u139694888/public_html/kb/common/index.php, line: 285, function: include
File: /home/u139694888/public_html/kb/index.php, line: 27, function: include
anyone know ?

help me plz
User avatar
Murdi
Someday Author
Posts: 75
Joined: Sat Apr 03, 2010 10:20
Location: Berlin
Contact:

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Murdi »

I modified the source code a little bit to work with our killboard. It works fine, but i don't know it works with yours.

Try it.

modified Rank Mod - no support
Image
bluesoul
Greenhorn
Posts: 10
Joined: Thu Oct 30, 2014 00:24

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by bluesoul »

Anyone can help me?

Rank_mod is working good on a fresh new installed kb.

Just when I enter on Rank Mod Administration I got the following error:

WARNING [2] Creating default object from empty value
Error on line 56 in file /home3/hackmann/public_html/mods/rank_mod/settings.php
PHP 5.4.32 (Linux), EDK 4.2.5.0 (Phoebe 1.0)
File: /home3/hackmann/public_html/mods/rank_mod/settings.php, line: 56, class: EDKError, function: handler
File: /home3/hackmann/public_html/common/includes/class.pageassembly.php, line: 70, function: call_user_func_array
File: /home3/hackmann/public_html/common/includes/class.pageassembly.php, line: 37, class: pageAssembly, function: call
File: /home3/hackmann/public_html/mods/rank_mod/settings.php, line: 983, class: pageAssembly, function: assemble
File: /home3/hackmann/public_html/common/index.php, line: 307, function: include
File: /home3/hackmann/public_html/index.php, line: 27, function: include

Error is not stoping the mod to work as expected.

I tried all modified versions on this topic, same error always.

Thanks.
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Salvoxia »

Hi,

just a shot in the dark after a quick look:
replace line 56 in mods/rank_mod/settings.php with this:

Code: Select all

$this->rank_conv = config::get( 'rankmod_convfactor' ); // conversion factor (every how much killpoints gets a rank point)
Regards,
Salvoxia
bluesoul
Greenhorn
Posts: 10
Joined: Thu Oct 30, 2014 00:24

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by bluesoul »

You insta pop the error, Salvoxia!

Thank you!!!!!!!!!
Thor Skylar
Noob
Posts: 1
Joined: Tue Apr 21, 2015 08:50

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by Thor Skylar »

Thanks M8, works great
User avatar
harossnero
Greenhorn
Posts: 16
Joined: Thu Dec 12, 2013 17:19
Contact:

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and st

Post by harossnero »

Hello guys,
I have problem with awards updating. I'm not sure, but I think that awards updating was automatic every 1st day in a month and there was a date when were awards last updated.

Image

Now I must assign medals manually by clicking check awards. It has worked until this month, when award calculations lasted cca 5 minutes and ended with server error. Then I looked to database in phpMyadmin, and when I clicked "check awards", database table "kb3_rank_medals_assigned" is cleared (not appending new awards to table) and starts writing from first kb kills (year 2007) what I think caused sql timeout.

Any ideas?
Thank you
Kaho
Greenhorn
Posts: 15
Joined: Fri Oct 07, 2016 15:41

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and stats

Post by Kaho »

Hey!

Is there a New Working Mod for V4.0?
User avatar
prometh
Advanced
Posts: 170
Joined: Thu Aug 09, 2012 19:25
Contact:

Re: [EDK3] rank_mod 1.01 - custom pilot ranks, medals and stats

Post by prometh »

Kaho wrote: Tue Oct 11, 2016 23:11 Hey!

Is there a New Working Mod for V4.0?
This one works more or less for the latest version. Only Issue I found was it breaks the pilots ship type filters (eg you click on frigates on you details page and see only your frigate kills.
Post Reply