Hi Kristof22, hi all
Here is a fix of version 253.
Changes are:
- Got talent sync to work with de_DE localisation (should work with other locales too, read below)
- Implemented Pugros gradual update mod and made it justed sync players as configured in config.php
- Implemented Pugros code for non curl users
- Introduced a config.php var for WoWRosterDF users
- Introduced a config.php var for MySQL pre 4.1.1 users
To get talent sync work with your locale you have to fill up localization.php with your wordings. You can get all of it from talents.php. Comment in your locales in talents.php and comment out all others locales(To much memory usage)
If you are using DragonFly set $addon_conf['ArmorySync']['IsWoWRosterDF'] = 1 in config.php
If you are using MySQL pre 4.1.1 set $addon_conf['ArmorySync']['IsMySQLLower411'] = 1; in config.php. It is not possible to get an UTC time from MySQL pre 4.1.1 so set your $addon_conf['ArmorySync']['SynchCutoffTime'] wisely.
For changes to talent syncing, please read the code. To plenty to describe here.
[EDIT]
Updated archive !!!
- Implemented Pugros progress bar
- Display Update error frame only if there are errors
- Changes config.php to new armory
As i can see, the new armory site(eu site) is very lame. Everyone with MAX_EXECUTION_TIME < 60 in php.ini might have problems. So set this paramter to 120 or even higher.
[/EDIT]
[ANOTHER EDIT]
Updated archive !!!
- fixed fetching of skills and reputation
[/ANOTHER EDIT]
[MORE EDITS]
Updated archive !!!
- rename conf.php to config.php
- replaced all require_once (xxx); with require_once(($addonDir.xxx);
[/MORE EDITS]
[ANOTHER EDIT]
Updated archive !!!
- fixed problem with update time, changed back to armory update time. please adjust your config.php with your servers local month names
[/ANOTHER EDIT]