sid
This commit is contained in:
parent
b2fcdf2583
commit
0552e1ea94
|
|
@ -3,7 +3,7 @@
|
||||||
$nsets = (int)$_GET["nsets"];
|
$nsets = (int)$_GET["nsets"];
|
||||||
$type = (string)$_GET["type"];
|
$type = (string)$_GET["type"];
|
||||||
$userid = (int)$_GET["userid"];
|
$userid = (int)$_GET["userid"];
|
||||||
$sid = (int)$_GET["sid"];
|
//$sid = (int)$_GET["sid"];
|
||||||
//http://roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=11744447
|
//http://roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=11744447
|
||||||
if ($nsets == 20 && $type == "user")
|
if ($nsets == 20 && $type == "user")
|
||||||
{
|
{
|
||||||
|
|
@ -14,10 +14,10 @@
|
||||||
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
//header("location:" . "http://morblox.us/stamper/base/{$userid}.xml");
|
||||||
}
|
}
|
||||||
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
|
//http://www.morblox.us/stamper/inseassetcollect.php?sid=433603
|
||||||
if ($sid != 0 && $type == "0")
|
/*if ($sid != 0 && $type == "0")
|
||||||
{
|
{
|
||||||
header("content-type:text/xml");
|
header("content-type:text/xml");
|
||||||
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
$file = "http://morblox.us/stamper/sid/{$sid}.xml";
|
||||||
readfile($file);
|
readfile($file);
|
||||||
}
|
}*/
|
||||||
@endphp
|
@endphp
|
||||||
Loading…
Reference in New Issue