|
|
@@ -20,38 +20,6 @@ class ServerService
|
|
|
'Singapore'=>''
|
|
|
];
|
|
|
static $codeToServer = [
|
|
|
- '6f83' => [
|
|
|
- 'Subsite' => 'Bangladesh',
|
|
|
- 'Country' => 'Bangladesh',
|
|
|
- 'Currency' => 'BDT',
|
|
|
- 'Lang' => 'bn',
|
|
|
- 'ServerRegion' => 'ap-south-bd',
|
|
|
- 'Api' => 'http://bdapi.24680.org'
|
|
|
- ],
|
|
|
- 'b1ec' => [
|
|
|
- 'Subsite' => 'Pakistan',
|
|
|
- 'Country' => 'Pakistan',
|
|
|
- 'Currency' => 'PKR',
|
|
|
- 'Lang' => 'en',
|
|
|
- 'ServerRegion' => 'me-east',
|
|
|
- 'Api' => 'http://pkapi.24680.org'
|
|
|
- ],
|
|
|
- '9bf6' => [
|
|
|
- 'Subsite' => 'OrgBrazil',
|
|
|
- 'Country' => 'Brazil',
|
|
|
- 'Currency' => 'BRL',
|
|
|
- 'Lang' => 'pt',
|
|
|
- 'ServerRegion' => 'sa-east-org',
|
|
|
- 'Api' => 'http://api.ouro777.com'
|
|
|
- ],
|
|
|
- '3ef5' => [
|
|
|
- 'Subsite' => 'Latin',
|
|
|
- 'Country' => 'Peru_Colombia',
|
|
|
- 'Currency' => 'USD',
|
|
|
- 'Lang' => 'pt',
|
|
|
- 'ServerRegion' => 'sa-west',
|
|
|
- 'Api' => 'http://saapi.24680.org'
|
|
|
- ],
|
|
|
'eb1a' => [
|
|
|
'Subsite' => 'Brazil',
|
|
|
'Country' => 'Brazil',
|
|
|
@@ -60,31 +28,6 @@ class ServerService
|
|
|
'ServerRegion' => 'sa-east',
|
|
|
'Api' => 'http://brapi.24680.org'
|
|
|
],
|
|
|
- '90dd' => [
|
|
|
- 'Subsite' => 'Europe',
|
|
|
- 'Country' => 'German',
|
|
|
- 'Currency' => 'EUR',
|
|
|
- 'Lang' => 'en',
|
|
|
- 'ServerRegion' => 'eu-central',
|
|
|
- 'Api' => 'http://euapi.24680.org'
|
|
|
- ],
|
|
|
- '720d' => [
|
|
|
- 'Subsite' => 'Russia',
|
|
|
- 'Country' => 'Russia',
|
|
|
- 'Currency' => 'RUB',
|
|
|
- 'Lang' => 'ru',
|
|
|
- 'ServerRegion' => 'eu-russian',
|
|
|
- 'Api' => 'http://ruapi.24680.org'
|
|
|
- ],
|
|
|
- '2b80' => [
|
|
|
- 'Subsite' => 'Mexico',
|
|
|
- 'Country' => 'Mexico',
|
|
|
- 'Currency' => 'MXN',
|
|
|
- 'Lang' => 'es',
|
|
|
- 'ServerRegion' => 'na-mexico',
|
|
|
- 'Api' => 'http://mxapi.24680.org'
|
|
|
- ],
|
|
|
-
|
|
|
];
|
|
|
|
|
|
public static function GetGlobalServerInfoByCode($code)
|
|
|
@@ -100,7 +43,7 @@ class ServerService
|
|
|
return $server;
|
|
|
}
|
|
|
}
|
|
|
- return self::$codeToServer['90dd'];
|
|
|
+ return self::$codeToServer['eb1a'];
|
|
|
}
|
|
|
|
|
|
public static function IsLocalUser($GlobalUID)
|