placelauncher.ashx to placelauncher.php

This commit is contained in:
Astrologies 2021-12-17 07:18:29 -05:00
parent cf84b07f71
commit a6f3a1878a
3 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);
WebContextManager::Redirect("https://www.alphaland.cc/Game/PlaceLauncher?request=" . $requesttype . "&placeId=" . $placeid . "&isTeleport=" . $isTeleport);