From a6f3a1878ad7a00800f77ad288470012a0a8eac2 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Fri, 17 Dec 2021 07:18:29 -0500 Subject: [PATCH] placelauncher.ashx to placelauncher.php --- html/Game/{PlaceLauncher.ashx => PlaceLauncher.php} | 0 html/games/view.php | 2 +- html_assetgame/Game/{PlaceLauncher.ashx => PlaceLauncher.php} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename html/Game/{PlaceLauncher.ashx => PlaceLauncher.php} (100%) rename html_assetgame/Game/{PlaceLauncher.ashx => PlaceLauncher.php} (70%) diff --git a/html/Game/PlaceLauncher.ashx b/html/Game/PlaceLauncher.php similarity index 100% rename from html/Game/PlaceLauncher.ashx rename to html/Game/PlaceLauncher.php diff --git a/html/games/view.php b/html/games/view.php index f37fcb4..84005d4 100644 --- a/html/games/view.php +++ b/html/games/view.php @@ -112,7 +112,7 @@ function playGame(id) { $("#linfo").html("Starting Alphaland..."); $("#launching").modal("show"); $("#closediv").hide(); - location.href = "alphaland-player-cc:1+launchmode:play+gameinfo:" + data + "+placelauncherurl:https://www.alphaland.cc/Game/PlaceLauncher.ashx?request=RequestGame&placeid=" + id; + location.href = "alphaland-player-cc:1+launchmode:play+gameinfo:" + data + "+placelauncherurl:https://www.alphaland.cc/Game/PlaceLauncher?request=RequestGame&placeid=" + id; setTimeout(function() { $("#launching").modal("hide"); }, 2500); diff --git a/html_assetgame/Game/PlaceLauncher.ashx b/html_assetgame/Game/PlaceLauncher.php similarity index 70% rename from html_assetgame/Game/PlaceLauncher.ashx rename to html_assetgame/Game/PlaceLauncher.php index 7d9b6be..2855aac 100644 --- a/html_assetgame/Game/PlaceLauncher.ashx +++ b/html_assetgame/Game/PlaceLauncher.php @@ -7,4 +7,4 @@ $placeid = $_GET['placeId']; $userid = $_GET['userid']; $isTeleport = $_GET['isTeleport']; -WebContextManager::Redirect("https://www.alphaland.cc/Game/PlaceLauncher.ashx?request=" . $requesttype . "&placeId=" . $placeid . "&isTeleport=" . $isTeleport); \ No newline at end of file +WebContextManager::Redirect("https://www.alphaland.cc/Game/PlaceLauncher?request=" . $requesttype . "&placeId=" . $placeid . "&isTeleport=" . $isTeleport); \ No newline at end of file