Files from FR and EN Commands dir are little bit different. Example for Ban:
mgc_cb_evo_cmd_ban.php on line 9
PHP Code:
define('CSRF_PROTECTION', true);
mgc_cb_evo_cmd_ban.js on line 19
PHP Code:
+ '&securitytoken=' + SECURITYTOKEN);
(both examples are availible in FR verson, but none in EN)
and also i don't understand the meaning of product-mgc_cb_evo_cmd.xml, its empty:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="mgc_cb_evo_cmd" active="1">
<title>MGC Chatbox Evo Commands</title>
<description>Product to handle commands settings and languages</description>
<version>0.0.0</version>
<url>http://www.vb-hacks.org</url>
<versioncheckurl />
<dependencies>
</dependencies>
<codes>
</codes>
<templates>
</templates>
<plugins>
</plugins>
<phrases>
</phrases>
<options>
</options>
<helptopics>
</helptopics>
<cronentries>
</cronentries>
<faqentries>
</faqentries>
</product>
Maybe there's a problem?