hello, can any one say how to fix my rank problem…
See the attachment
actually that YELLOW marked hours, was transferd!
help me plz!
[](<fileStore.core_Attachment>/monthly_06_2011/post-1088-041253600%201306949070.png)
What is the problem exactly?
Is it the wrong rank for the amount of hours flown?
Have you added other Rank images because phpvms only comes with 1 Rank image so it would not show any other rank if you have not added them.
Also if you want to count transfered hours you will need to edit your local.config.php look for the line that says…
If you want to count transfer hours in rank calculations
Config::Set(‘TRANSFER_HOURS_IN_RANKS’, true);
The parameter above is automatically set to false.
Hope this helps.
Scott
1 Like
What is the problem exactly?
Is it the wrong rank for the amount of hours flown?
Have you added other Rank images because phpvms only comes with 1 Rank image so it would not show any other rank if you have not added them.
Also if you want to count transfered hours you will need to edit your local.config.php look for the line that says…
If you want to count transfer hours in rank calculations
Config::Set(‘TRANSFER_HOURS_IN_RANKS’, true);
The parameter above is automatically set to false.
Hope this helps.
Scott
WORKING .. THNX FOR HELP!
Try this…
core/local.config.php
Automatically calculate ranks?
Config::Set(‘RANKS_AUTOCALCULATE’, true);
If you want to count transfer hours in rank calculations
Config::Set(‘TRANSFER_HOURS_IN_RANKS’, true);
WORKING.. and THNX FOR HELP!!!