Yes for sure, there are some more bugs. IMHO the whole system needs a rework for more security, more features and simplier mod-support. I've done a lot, but it's still under development.
Bug: Veteran/Expert Tactical Support Combat Badge/Grappling Hook Badge/Zip Line Badge definition is wrong. You will never ever reach 100/500 deployes in a round. Fix 1: /python/bf2/stats/medal_data_xpack.py
Please notice, that tactical deployes depends on object template name. It's only triggered if weapon-template-name contains "flashbang", "teargas" or "molotovcocktail". This is hardcoded in server-executable. Xpack (Special Forces) will work, but other Mods may not.
Bug: LAN-IP override doesn't work with PHP 5.3.0. All players will get IP of $stats_lan_override from config.php You may see an error message like Warning: str_pad() expects parameter 4 to be long, string given
Fix: Change /ASP/includes/utils.php, lines 24 and 26 "STR_PAD_LEFT" to STR_PAD_LEFT
Bug: LAN-IP override doesn't work with PHP 5.3.0. All players will get IP of $stats_lan_override from config.php You may see an error message like Warning: str_pad() expects parameter 4 to be long, string given
Fix: Change /ASP/includes/utils.php, lines 24 and 26 "STR_PAD_LEFT" to STR_PAD_LEFT
If I change utils.php to that, XAMPP says I don't have the rights to access this site.