partial ashx support

This commit is contained in:
Conkley 2022-07-10 13:49:36 +10:00
parent c288d26b96
commit f2ae95fdff
26 changed files with 417 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Response;
use Storage;
class ClientController extends Controller
{
public function studio()
{
$content = Storage::disk('client')->get('studio.ashx');
return $content;
}
}

View File

@ -42,6 +42,11 @@ return [
'visibility' => 'public', 'visibility' => 'public',
], ],
'client' => [
'driver' => 'local',
'root' => storage_path('client'),
],
's3' => [ 's3' => [
'driver' => 's3', 'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'), 'key' => env('AWS_ACCESS_KEY_ID'),

208
public/css/Toolbox.css Normal file
View File

@ -0,0 +1,208 @@
#ToolboxContainer
{
text-align: center;
}
#ToolboxControls
{
text-align: left;
width: 200px;
}
#ToolboxSelector
{
margin: 0px 0 5px 0;
}
#ToolboxSearch
{
margin: 0 0 5px 0;
}
#ToolboxItems
{
background-color: window;
border: solid 1px Black;
min-height: 100px;
padding: 10px 10px 10px 10px;
width: 178px;
}
#Button
{
background-color: White;
border: solid 1px black;
cursor: pointer;
float: right;
height: 16px;
margin: 0 0 0 5px;
padding: 1px 0 0 0;
text-align: center;
width: 50px;
}
#ToolboxContainer .Navigation
{
font-size: 8pt;
width: 200px;
padding: 3px 0 0 0;
}
#ToolboxContainer .Navigation a
{
color: #0000cc;
text-decoration: none;
}
#ToolboxContainer .Navigation a:hover
{
font-weight: bold;
letter-spacing: -.5pt;
}
#ToolboxContainer .Navigation #Previous
{
float: left;
width: 60px;
text-align: left;
}
#ToolboxContainer .Navigation #Location
{
float: left;
text-align: center;
width: 74px;
}
#ToolboxContainer .Navigation #Next
{
float: right;
text-align: right;
width: 60px;
}
.ButtonText
{
border-width: 1px;
font-size: 8pt;
color: Black;
text-decoration: none;
}
.ButtonText:hover
{
font-weight: bold;
letter-spacing: -.1em;
}
.NavigationIndicators
{
font-size: 6pt;
font-weight: bold;
letter-spacing: -.1em;
vertical-align: middle;
}
.Search
{
border: solid 1px Black;
float: left;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
height: 15px;
line-height: 1.3em;
padding: 1px 2px 1px 2px;
width: 130px;
}
.Page
{
background-color: ButtonFace;
font-family: Verdana, Sans-Serif;
}
.Toolboxes
{
font-family: Verdana, Sans-Serif;
font-size: 9pt;
font-weight: bold;
width: 200px;
}
.ToolboxItem
{
border: solid 2px Window;
height: 64px;
margin: 10px 10px 10px 10px;
width: 64px;
vertical-align: middle;
}
#ToolboxContainer .SearchError
{
clear: both;
margin: 1px;
float: none;
padding: 1px;
text-align: center;
color: Red;
font-size: small;
}
#SetTabs
{
background: #7c7c7c;
color: #fff;
padding-top: 4px;
height: 25px;
clear: both;
font-family: Arial;
font-size:11px;
}
#SetTabs div
{
float:left;
padding:5px 5px 0px 5px;
background: #a3a3a3;
cursor: pointer;
height:20px;
}
#SetTabs div.Selected
{
background: #f0f0f0;
color: #000;
}
#MySets
{
margin:0px 4px 0px 2px;
}
#RobloxSets
{
margin: 0px 2px 0px 5px;
}
#OtherSets
{
margin:0px 2px;
}
/*
FILE ARCHIVED ON 21:28:21 Feb 03, 2012 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 14:10:38 May 30, 2022.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
*/
/*
playback timings (ms):
captures_list: 125.097
exclusion.robots: 0.08
exclusion.robots.policy: 0.074
RedisCDXSource: 4.383
esindex: 0.011
LoadShardBlock: 105.867 (3)
PetaboxLoader3.datanode: 131.891 (4)
CDXLines.iter: 12.573 (3)
load_resource: 239.471
PetaboxLoader3.resolve: 207.371
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -46,4 +46,7 @@ Route::group(['middleware' => 'AdminCheck'], function() {
Route::get('/iphone/dashboard', [App\Http\Controllers\AdminController::class, 'index'])->name('admin_index'); Route::get('/iphone/dashboard', [App\Http\Controllers\AdminController::class, 'index'])->name('admin_index');
Route::get('/iphone/users', [App\Http\Controllers\AdminController::class, 'users'])->name('admin_users'); Route::get('/iphone/users', [App\Http\Controllers\AdminController::class, 'users'])->name('admin_users');
Route::get('/iphone/keys', [App\Http\Controllers\AdminController::class, 'keys'])->name('admin_keys'); Route::get('/iphone/keys', [App\Http\Controllers\AdminController::class, 'keys'])->name('admin_keys');
}); });
// Client routes
Route::get('/game/studio.ashx', [App\Http\Controllers\ClientController::class, 'studio'])->name('studio');

View File

@ -0,0 +1,183 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>
Toolbox
</title><link href="/css/Toolbox.css" type="text/css" rel="stylesheet">
<script id="Functions" type="text/jscript">
function insertContent(id)
{
try
{
window.external.Insert("http://www.morblox.us/asset/?id=" + id);
}
catch(x)
{
alert("Could not insert the requested item");
}
}
function dragRBX(id)
{
try
{
window.external.StartDrag("http://www.morblox.us/asset/?id=" + id);
}
catch(x)
{
alert("Sorry Could not drag the requested item");
}
}
function clickButton(e, buttonid)
{
var bt = document.getElementById(buttonid);
if (typeof bt == 'object')
{
if(navigator.appName.indexOf("Netscape")>(-1))
{
if (e.keyCode == 13)
{
bt.click();
return false;
}
}
if (navigator.appName.indexOf("Microsoft Internet Explorer")>(-1))
{
if (event.keyCode == 13)
{
bt.click();
return false;
}
}
}
}
</script>
</head>
<body class="Page" bottommargin="0" leftmargin="0" rightmargin="0">
<form name="fToolbox" method="post" action="http://morblox.us/IDE/ClientToolbox.aspx" id="fToolbox">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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">
</div>
<div>
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="V6VG176s86qL0cKuj/u475xL/F5eqQcQHRgTbpnn17mQUEETo7I6LNSb1OqCyFmEUSmXPjjnzkbbKyfSbgqQakgeXie9TzdJD/ONpmAIAFs02jWAbulZiqqs6p9QPkaFiq026NF9kvUYj2qrCkV53ywyDNFvKpG7eaXMsLeqiBEeKE7/vxoIJTaehHVYTzz9+Df/Qrl+waGGGzSSRIErP75M5rc=">
</div>
<div id="ToolboxContainer">
<div id="ToolboxControls">
<div id="ToolboxSelector">
<select name="ddlToolboxes" id="ddlToolboxes" class="Toolboxes">
<option selected="selected" value="1">Bricks</option>
<option value="2">Vehicles</option>
<option value="9">Tools &amp; Weapons</option>
<option value="12">Furniture</option>
<option value="13">Terrain</option>
<option value="14">Scenery</option>
<option value="15">Traps</option>
<option value="16">Small Buildings</option>
<option value="17">Ramps</option>
<option value="18">Robots</option>
<option value="19">Game Objects</option>
<option value="20">Disney XD Skate Park Elements</option>
<option value="21">Disney XD Skate Park Decals</option>
<option value="FreeDecals">Free Decals</option>
<option value="FreeModels">Free Models</option>
</select>
</div>
</div>
<div id="ToolboxItems">
<span id="dlToolboxItems" style="display:inline-block;width:100%;"><span>
<span class="ToolboxItem" ondragstart="dragRBX(10099811)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl00_ciToolboxItem" title="2x2 Truss Part" href="javascript:insertContent(10099811)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/p1-unapprove-60x62.Png" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="2x2 Truss Part" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10099842)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl01_ciToolboxItem" title="Truss Beam" href="javascript:insertContent(10099842)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/13af69798ab1d6971cef27d4fab700ee" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Truss Beam" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10099923)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl02_ciToolboxItem" title="Wooden Truss Beam" href="javascript:insertContent(10099923)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/046f5a704fe24c07641a648a84f73255" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Wooden Truss Beam" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10099957)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl03_ciToolboxItem" title="Rusty Truss Beam" href="javascript:insertContent(10099957)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/9e27aea8c1c695f0d8f1889d6adb88d0" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Rusty Truss Beam" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10099981)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl04_ciToolboxItem" title="Shiny Aluminium Truss Beam" href="javascript:insertContent(10099981)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/94bca904298ac0be1cd9c2300847443b" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Shiny Aluminium Truss Beam" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100046)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl05_ciToolboxItem" title="Green Plastic Brick" href="javascript:insertContent(10100046)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/460f6ae4c7e600474369c46a42d7efac" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Green Plastic Brick" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100069)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl06_ciToolboxItem" title="Wooden Brick" href="javascript:insertContent(10100069)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/da98053826366aa1ef087df1020ee27b" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Wooden Brick" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100083)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl07_ciToolboxItem" title="Stone Brick" href="javascript:insertContent(10100083)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/ebc9803632c9df19f040433ab1b02c1a" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Stone Brick" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100275)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl08_ciToolboxItem" title="Transparent Brick" href="javascript:insertContent(10100275)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/3fd8c80952e3c7532763eb3d4de833bc" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Transparent Brick" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100297)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;" style="border-style: solid;">
<a id="dlToolboxItems_ctl09_ciToolboxItem" title="Shiny Brick" href="javascript:insertContent(10100297)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/488becf24c411704f039468aa83da237" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Shiny Brick" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100356)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl10_ciToolboxItem" title="Plastic Plate" href="javascript:insertContent(10100356)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/1457159ef2646b0e2411ce23c390997f" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Plastic Plate" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100371)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;" style="border-style: solid;">
<a id="dlToolboxItems_ctl11_ciToolboxItem" title="Wooden Plate" href="javascript:insertContent(10100371)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/2e18154e9e628d962ae9cb9e9904fd30" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Wooden Plate" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100380)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl12_ciToolboxItem" title="Stone Plate" href="javascript:insertContent(10100380)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/1d5db006dff448f304a28d43250a73f8" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Stone Plate" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100399)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;" style="border-style: solid;">
<a id="dlToolboxItems_ctl13_ciToolboxItem" title="Shiny Metal Plate" href="javascript:insertContent(10100399)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/2fadd20074dc6f892e7bd0a0f96e018d" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Shiny Metal Plate" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100422)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl14_ciToolboxItem" title="Weld Connector" href="javascript:insertContent(10100422)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/c15f38239eaf6191ac7199403a0a08db" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Weld Connector" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100443)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;" style="border-style: solid;">
<a id="dlToolboxItems_ctl15_ciToolboxItem" title="Universal Connector" href="javascript:insertContent(10100443)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/8d26d119dd3ce6aa68db64599fe3bc39" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Universal Connector" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100483)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl16_ciToolboxItem" title="Smooth Wooden Ball" href="javascript:insertContent(10100483)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/121d4ba43746366e2bca73d54707c5bb" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Smooth Wooden Ball" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100552)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;" style="border-style: solid;">
<a id="dlToolboxItems_ctl17_ciToolboxItem" title="Welded Plastic Ball" href="javascript:insertContent(10100552)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/d9e3414d018608c156586495db3cef44" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Welded Plastic Ball" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100614)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl18_ciToolboxItem" title="Wooden Wheel" href="javascript:insertContent(10100614)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/fba68c0b4d364f2229e17117a5cc857a" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Wooden Wheel" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span><span>
<span class="ToolboxItem" ondragstart="dragRBX(10100669)" onmouseover="this.style.borderStyle=&#39;outset&#39;" onmouseout="this.style.borderStyle=&#39;solid&#39;">
<a id="dlToolboxItems_ctl19_ciToolboxItem" title="Stone Sphere" href="javascript:insertContent(10100669)" style="display:inline-block;height:62px;width:60px;cursor:pointer;"><img src="/img/Toolbox/b9d4714c7d2690ccd55d4d62d2967e72" border="0" onerror="return Roblox.Controls.Image.OnError(this)" alt="Stone Sphere" blankurl="http://t0ak.morblox.us/p1-blank-60x62.gif"></a>
</span>
</span></span>
</div>
</div>
</form>
</body></html>