diff --git a/resources/views/client/insertasset.blade.php b/resources/views/client/insertasset.blade.php index b70f487..c3f4ff5 100644 --- a/resources/views/client/insertasset.blade.php +++ b/resources/views/client/insertasset.blade.php @@ -14,7 +14,7 @@ //header("location:" . "http://morblox.us/stamper/base/{$userid}.xml"); } //http://www.morblox.us/stamper/inseassetcollect.php?sid=433603 - if ($sid !== 0 && $type == 0) + if ($sid != 0 && $type == "0") { header("content-type:text/xml"); $file = "http://morblox.us/stamper/sid/{$sid}.xml"; diff --git a/resources/views/client/join.blade.php b/resources/views/client/join.blade.php index 99eeac0..7f8e9c0 100644 --- a/resources/views/client/join.blade.php +++ b/resources/views/client/join.blade.php @@ -76,7 +76,7 @@ end) game:GetService("ChangeHistoryService"):SetEnabled(false) game:GetService("ContentProvider"):SetThreadPool(16) game:GetService("InsertService"):SetBaseSetsUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?nsets=10&type=base") -game:GetService("InsertService"):SetUserSetsUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") +game:GetService("InsertService"):SetUserSetsUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d&sid=%d) game:GetService("InsertService"):SetCollectionUrl("http://www.morblox.us/Game/Tools/InsertAsset.ashx?sid=%d") game:GetService("InsertService"):SetAssetUrl("http://www.morblox.us/asset/?id=%d") game:GetService("InsertService"):SetAssetVersionUrl("http://www.morblox.us/Asset/?assetversionid=%d") diff --git a/resources/views/maintenance.blade.php b/resources/views/maintenance.blade.php index ff30fe9..d13e6ef 100644 --- a/resources/views/maintenance.blade.php +++ b/resources/views/maintenance.blade.php @@ -13,8 +13,8 @@

Oh Noes! ARCHBLOX is currently under maintenance.

ARCHBLOX will be back soon, so please be patient.


-

Impaitient? Join our Discord Server for status updates.

-@if (!Auth::guest() && Auth::user()->isAdmin()) +

Impatient? Join our Discord Server for status updates.

+@if (Auth::check() && Auth::user()->isAdmin())

Since you are an admin, you may access the main site during maintenance.

Note that some features may be broken during this period.