I'm sorry but I've got a problem when I want to configure the Dedimania Plugin (ManiaLive1_StandardPlugins_r267) with ManiaLive 1 (ManiaLive1_r267).
I wrote this in the config file :
Code: Select all
[...]
plugins.load[] = 'Standard\Dedimania'
[...]
plugins.Standard\Dedimania.password = 'MY_PASSWORD' ;
plugins.Standard\Dedimania.notifications = 'On'
plugins.Standard\Dedimania.notifyNewFirstRecord = '%player% drove new first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyNewRecord = '%player% just ranked %rank% on Dedimania with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedFirstRecord = '%player% beat his own first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecord = '%player% moved on the %rank% Dedimania rank by finishing with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecordTimeOnly = '%player% secured his %rank% Dedimania rank by driving a time of %time%!'
[...]
Code: Select all
[...]
[PluginHandler] All registered plugins have been loaded
[18:45:13|Dedimania] Done!
[18:45:13|Dedimania] Connected to Dedimania Version 2.3!
[18:45:13|Dedimania] Warning in rpc.php(215): AuthWarning:
Warning in method_handler.php(531): Authenticate: Tool/Version (ManiaLive/239) has been set as invalid (forbidden/obsolete tool or known bug, upgrade to the latest version) !
Warning in method_handler.php(532): Mail tm@gamers.org (in English) if you believe this to be incorrect
Error in method_handler.php(614): Not Authenticated
Error: Could not connect to Dedimania, authentication failed!
But when I write a wrong password in the config file I've got this :
Code: Select all
[PluginHandler] All registered plugins have been loaded
[18:47:52|Dedimania] Done!
[18:47:52|Dedimania] Connected to Dedimania Version 2.3!
[18:47:52|Dedimania] Warning in rpc.php(215): AuthWarning:
Warning in method_helper.php(487): Delete old bad auth
Warning in check_login_tm.php(94): Bad TMF Password for login MY_LOGIN ! (15;)
Warning in check_login_tm.php(95): Verify your login/pass on: http://official.trackmania.com/tmf-communitycode/
Warning in method_handler.php(384): Bad password for TMU/TMNF:MY_LOGIN !
Warning in method_helper.php(487): Delete old bad auth
Error in method_handler.php(614): Not Authenticated
Error: Could not connect to Dedimania, authentication failed!
Thank you very much.