diff --git a/public/api/clientsettings/.htaccess b/public/api/clientsettings/.htaccess index 61217a9..d4c7221 100644 --- a/public/api/clientsettings/.htaccess +++ b/public/api/clientsettings/.htaccess @@ -1,4 +1,5 @@ RewriteEngine on RewriteRule ^Setting/QuietGet/ClientAppSettings/?$ /cappsettings.php [NC,L] RewriteRule ^Setting/QuietGet/ClientSharedSettings/?$ /cshared.php [NC,L] +RewriteRule ^Setting/QuietGet/PCCServiceXfzJ9PaGxRfapBn7PZ5u/?$ /pccservice.php [NC,L] ErrorDocument 404 /index.php \ No newline at end of file diff --git a/public/api/clientsettings/pccservice.php b/public/api/clientsettings/pccservice.php new file mode 100644 index 0000000..a2981cc --- /dev/null +++ b/public/api/clientsettings/pccservice.php @@ -0,0 +1,18 @@ + +{ + +} \ No newline at end of file diff --git a/public/api/versioncompatibility/allowedmd5hash.php b/public/api/versioncompatibility/allowedmd5hash.php index 7e35088..724b143 100644 --- a/public/api/versioncompatibility/allowedmd5hash.php +++ b/public/api/versioncompatibility/allowedmd5hash.php @@ -9,8 +9,9 @@ Allowed MD5 hash list require $_SERVER["DOCUMENT_ROOT"] . "/../../../WebAssemblies/loader.php"; $page = new Platinus\API(); + if(isset($_GET["apiKey"]) && $_GET["apiKey"]=="2b4ba7fc-5843-44cf-b107-ba22d3319dcd"){ - $page->RespondJSON(array("data"=>["b34accf35cbb12309230201c4c3572d3"])); + $page->RespondJSON(array("data"=>["d4ade5b9e36fd63c3b27a2a747cc8d51"])); }else{ $page->InvokeError(403, "Unauthorized"); } diff --git a/public/api/versioncompatibility/allowedsecver.php b/public/api/versioncompatibility/allowedsecver.php index 5778ad7..5d7e747 100644 --- a/public/api/versioncompatibility/allowedsecver.php +++ b/public/api/versioncompatibility/allowedsecver.php @@ -2,7 +2,7 @@ /* -Allowed MD5 hash list +Allowed security versions */ diff --git a/public/assetgame/joingame.php b/public/assetgame/joingame.php index f8a2326..8cceec3 100644 --- a/public/assetgame/joingame.php +++ b/public/assetgame/joingame.php @@ -28,7 +28,7 @@ ob_start(); $page->RespondJSON(array( "ClientPort"=>0, - "MachineAddress"=>"127.0.0.1", + "MachineAddress"=>"192.168.0.22", "ServerPort"=>53640, "PingUrl"=>"", "PingInterval"=>120,