added mx infofetcher / infosearcher classes

This commit is contained in:
kremsy
2013-11-10 19:18:24 +01:00
parent 2003713ec2
commit 0e2ea4f5f7
4 changed files with 634 additions and 1 deletions

View File

@ -19,6 +19,8 @@ require_once __DIR__ . '/settingManager.php';
require_once __DIR__ . '/settingConfigurator.php';
require_once __DIR__ . '/mapHandler.php';
require_once __DIR__ . '/GbxDataFetcher/gbxdatafetcher.inc.php';
require_once __DIR__ . '/ManiaExchange/mxinfofetcher.inc.php';
require_once __DIR__ . '/ManiaExchange/mxinfosearcher.inc.php';
list($endiantest) = array_values(unpack('L1L', pack('V', 1)));
if ($endiantest == 1) {