diff --git a/public/api/clientsettings/cshared.php b/public/api/clientsettings/cshared.php index a2981cc..1a0097c 100644 --- a/public/api/clientsettings/cshared.php +++ b/public/api/clientsettings/cshared.php @@ -14,5 +14,6 @@ header("Content-Type: application/json"); ?> { - + "StatsGatheringScriptUrl": "", + "DFFlagLogAutoCamelCaseFixes": "True" } \ No newline at end of file diff --git a/public/api/clientsettings/pccservice.php b/public/api/clientsettings/pccservice.php index 4b1b9ae..d71830e 100644 --- a/public/api/clientsettings/pccservice.php +++ b/public/api/clientsettings/pccservice.php @@ -14,6 +14,7 @@ header("Content-Type: application/json"); ?> { + "FFlagUS30484p3": "True", "FIntUS30484p2": 100, "GoogleAnalyticsAccountPropertyID": "G-47TC169RJN", "GoogleAnalyticsAccountPropertyIDPlayer": "G-CSJXGEJRH3", diff --git a/public/api/ephemeralcounters/.htaccess b/public/api/ephemeralcounters/.htaccess index 250131c..b55d7a5 100644 --- a/public/api/ephemeralcounters/.htaccess +++ b/public/api/ephemeralcounters/.htaccess @@ -1 +1,3 @@ +RewriteEngine On +RewriteRule ^v1.1/Counters/Increment/?$ /incrementcounters.php [NC,L] ErrorDocument 404 /index.php \ No newline at end of file diff --git a/public/api/ephemeralcounters/incrementcounters.php b/public/api/ephemeralcounters/incrementcounters.php new file mode 100644 index 0000000..c90b55c --- /dev/null +++ b/public/api/ephemeralcounters/incrementcounters.php @@ -0,0 +1,13 @@ +RespondJSON(array("ChatFilter"=>"blacklist")); + +//EOF \ No newline at end of file diff --git a/public/api/www/validate.php b/public/api/www/validate.php new file mode 100644 index 0000000..276a1c0 --- /dev/null +++ b/public/api/www/validate.php @@ -0,0 +1,13 @@ +RespondJSON(array( "ClientPort"=>0, - "MachineAddress"=>"192.168.0.3", + "MachineAddress"=>"127.0.0.1", "ServerPort"=>53640, "PingUrl"=>"", "PingInterval"=>120, @@ -45,7 +45,7 @@ $page->RespondJSON(array( "VideoInfo"=>"GamesPlatinus, 2016, ROBLOX, video, free game, online virtual world", "BaseUrl"=>"http://assetgame.platinus.local/", "ChatStyle"=>"ClassicAndBubble", - "CreatorId"=>0, + "CreatorId"=>420, "CreatorTypeEnum"=>"User", "MembershipType"=>"None", "AccountAge"=>0, diff --git a/public/data/.htaccess b/public/data/.htaccess index 250131c..01415c8 100644 --- a/public/data/.htaccess +++ b/public/data/.htaccess @@ -1 +1,3 @@ +RewriteEngine On +RewriteRule ^Error/Grid.ashx/?$ /errorgrid.php [NC,L] ErrorDocument 404 /index.php \ No newline at end of file diff --git a/public/data/errorgrid.php b/public/data/errorgrid.php new file mode 100644 index 0000000..491c238 --- /dev/null +++ b/public/data/errorgrid.php @@ -0,0 +1,34 @@ + \ No newline at end of file