placelauncher.ashx to placelauncher.php
This commit is contained in:
parent
cf84b07f71
commit
a6f3a1878a
|
|
@ -112,7 +112,7 @@ function playGame(id) {
|
||||||
$("#linfo").html("Starting Alphaland...");
|
$("#linfo").html("Starting Alphaland...");
|
||||||
$("#launching").modal("show");
|
$("#launching").modal("show");
|
||||||
$("#closediv").hide();
|
$("#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() {
|
setTimeout(function() {
|
||||||
$("#launching").modal("hide");
|
$("#launching").modal("hide");
|
||||||
}, 2500);
|
}, 2500);
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,4 @@ $placeid = $_GET['placeId'];
|
||||||
$userid = $_GET['userid'];
|
$userid = $_GET['userid'];
|
||||||
$isTeleport = $_GET['isTeleport'];
|
$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);
|
||||||
Loading…
Reference in New Issue