test
This commit is contained in:
parent
05b91a7566
commit
54409953b6
|
|
@ -3,3 +3,20 @@ header("content-type:text/plain");
|
||||||
$userId = addslashes($_GET["userId"]);
|
$userId = addslashes($_GET["userId"]);
|
||||||
//TODO: add avatar system
|
//TODO: add avatar system
|
||||||
@endphp
|
@endphp
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
|
||||||
|
<External>null</External>
|
||||||
|
<External>nil</External>
|
||||||
|
<Item class="BodyColors">
|
||||||
|
<Properties>
|
||||||
|
<int name="HeadColor">45</int>
|
||||||
|
<int name="LeftArmColor">45</int>
|
||||||
|
<int name="LeftLegColor">1003</int>
|
||||||
|
<string name="Name">Body Colors</string>
|
||||||
|
<int name="RightArmColor">45</int>
|
||||||
|
<int name="RightLegColor">1003</int>
|
||||||
|
<int name="TorsoColor">1003</int>
|
||||||
|
<bool name="archivable">true</bool>
|
||||||
|
</Properties>
|
||||||
|
</Item>
|
||||||
|
</roblox>
|
||||||
|
|
@ -3,5 +3,5 @@ header("content-type:application/xml");
|
||||||
ob_start();
|
ob_start();
|
||||||
$userId = addslashes($_GET["userId"]);
|
$userId = addslashes($_GET["userId"]);
|
||||||
//TODO: add catalog + avatar system
|
//TODO: add catalog + avatar system
|
||||||
// http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;
|
|
||||||
@endphp
|
@endphp
|
||||||
|
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;
|
||||||
Loading…
Reference in New Issue