namespace Pterodactyl\Http\Controllers\Admin\Arix;
use Illuminate\View\View;
use Illuminate\Support\Facades\Http as AASupport;
use Prologue\Alerts\AlertsMessageBag;
use Illuminate\View\Factory as ViewFactory;
use Pterodactyl\Http\Controllers\Controller;
use Pterodactyl\Http\Requests\Admin\Arix\ArixComponentsRequest;
use Pterodactyl\Contracts\Repository\SettingsRepositoryInterface;
class ArixComponentsController extends Controller {
public function __construct(private AlertsMessageBag $alert, private SettingsRepositoryInterface $settings, private ViewFactory $view) {
}
public function index() : View {
return $this->view->make(base64_decode("YWRtaW4uYXJpeC5jbwblbnRz"), [base64_decode("c2VydmVyUm93") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2VydmVyUm93"), 1), base64_decode("c29jaWFsQnV0dG9ucw==") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c29jaWFsQnV0dG9ucw=="), false), base64_decode("ZGlzY29yZEJveA==") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6ZGlzY29yZEJveA=="), true), base64_decode("c3RhdHNDYXJkcw==") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c3RhdHNDYXJkcw=="), 2), base64_decode("c2lkZUdyYXBocw==") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2lkZUdyYXBocw=="), 2), base64_decode("Z3JhcGhz") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6Z3JhcGhz"), 2), base64_decode("c2xvdDE=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDE="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDI=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDI="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDM=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDM="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDQ=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDQ="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDU=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDU="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDY=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDY="), base64_decode("ZGlzYWJsZWQ=")), base64_decode("c2xvdDc=") => $this->settings->get(base64_decode("c2V0dGluZ3M6OmFyaXg6c2xvdDc="), base64_decode("ZGlzYWJsZWQ="))]);
}
public function store(ArixComponentsRequest $request) {
goto fb336a1cc53a54af;
fadc248e0788de16: $endpoint = base64_decode("aHR0cHM6Ly9hcGkuYXJpeC5nZy9yZXNvdXJjZS9hcml4LXB0ZXJvZGFjdHlsL3ZlcmlmeQ==");
goto e6f3baab3dc84527;
c8317ec0c3775e7d: goto B0c1671d6ec4c3ea;
goto acab1cdaae0cb4f2;
bc930acc41b531f9: $this->alert->warning(base64_decode("U29tZXRoaW5nIHdlbnQgd3Jvbmcu"))->flash();
goto C019399820ff4c76;
C7f3d72304113eaf: $response = AASupport::asForm()->post($endpoint, [base64_decode("bGljZW5zZQ==") => base64_decode($api)]);
goto Fe5d7df2a5d9ffad;
fb336a1cc53a54af: $api = 'QVIyYTJhOWQwMmYyZThlZWMwMjQ1MjY0MjQxODk0ZGIyMA==';
goto fadc248e0788de16;
e08637f9cdda7a1a: e24423f4be6680bc: goto af4b75dc845f2763;
b4525fbdc3d09567: foreach ($request->normalize() as $key => $value) {
$this->settings->set(base64_decode("c2V0dGluZ3M6Og==") . $key, $value);
bdd1fadb0506051a:
}
goto e08637f9cdda7a1a;
c67e1c3df208fee0: B0c1671d6ec4c3ea: goto D801fc6f97c6cc56;
e6f3baab3dc84527: $respond = base64_decode("c3VjY2Vzcw==");
goto C7f3d72304113eaf;
af4b75dc845f2763: $this->alert->success(base64_decode("VGhlbWUgc2V0dGluZ3MgaGF2ZSBiZWVuIHVwZGF0ZWQgc3VjY2Vzc2Z1bGx5Lg=="))->flash();
goto c8317ec0c3775e7d;
acab1cdaae0cb4f2: Dc8baf19c9bdb854: goto bc930acc41b531f9;
D801fc6f97c6cc56: return redirect()->route(base64_decode("YWRtaW4uYXJpeC5jb21wb25lbnRz"));
goto c07983d90f349a24;
a7422c2fba6db7a5: if (!$responseData[$respond]) {
goto Dc8baf19c9bdb854;
}
goto b4525fbdc3d09567;
C019399820ff4c76: throw new \Exception(base64_decode("U29tZXRoaW5nIHdlbnQgd3Jvbmc="));
goto c67e1c3df208fee0;
Fe5d7df2a5d9ffad: $responseData = $response->json();
goto a7422c2fba6db7a5;
c07983d90f349a24:
}
}
namespace Pterodactyl\Http\Controllers\Admin\Arix;
use Illuminate\View\View;
use Illuminate\Support\Facades\Http as AASupport;
use Prologue\Alerts\AlertsMessageBag;
use Illuminate\View\Factory as ViewFactory;
use Pterodactyl\Http\Controllers\Controller;
use Pterodactyl\Http\Requests\Admin\Arix\ArixComponentsRequest;
use Pterodactyl\Contracts\Repository\SettingsRepositoryInterface;
class ArixComponentsController extends Controller {
public function __construct(private AlertsMessageBag $alert, private SettingsRepositoryInterface $settings, private ViewFactory $view) {
}
public function index() : View {
return $this->view->make(admin.arix.conts [serverRow => $this->settings->get(settings::arix:serverRow 1), socialButtons => $this->settings->get(settings::arix:socialButtons false), discordBox => $this->settings->get(settings::arix:discordBox true), statsCards => $this->settings->get(settings::arix:statsCards 2), sideGraphs => $this->settings->get(settings::arix:sideGraphs 2), graphs => $this->settings->get(settings::arix:graphs 2), slot1 => $this->settings->get(settings::arix:slot1 disabled), slot2 => $this->settings->get(settings::arix:slot2 disabled), slot3 => $this->settings->get(settings::arix:slot3 disabled), slot4 => $this->settings->get(settings::arix:slot4 disabled), slot5 => $this->settings->get(settings::arix:slot5 disabled), slot6 => $this->settings->get(settings::arix:slot6 disabled), slot7 => $this->settings->get(settings::arix:slot7 disabled)]);
}
public function store(ArixComponentsRequest $request) {
goto fb336a1cc53a54af;
fadc248e0788de16: $endpoint = https://api.arix.gg/resource/arix-pterodactyl/verify;
goto e6f3baab3dc84527;
c8317ec0c3775e7d: goto B0c1671d6ec4c3ea;
goto acab1cdaae0cb4f2;
bc930acc41b531f9: $this->alert->warning(Something went wrong.)->flash();
goto C019399820ff4c76;
C7f3d72304113eaf: $response = AASupport::asForm()->post($endpoint, [license => ]);
goto Fe5d7df2a5d9ffad;
fb336a1cc53a54af: $api = 'QVIyYTJhOWQwMmYyZThlZWMwMjQ1MjY0MjQxODk0ZGIyMA==';
goto fadc248e0788de16;
e08637f9cdda7a1a: e24423f4be6680bc: goto af4b75dc845f2763;
b4525fbdc3d09567: foreach ($request->normalize() as $key => $value) {
$this->settings->set(settings:: . $key, $value);
bdd1fadb0506051a:
}
goto e08637f9cdda7a1a;
c67e1c3df208fee0: B0c1671d6ec4c3ea: goto D801fc6f97c6cc56;
e6f3baab3dc84527: $respond = success;
goto C7f3d72304113eaf;
af4b75dc845f2763: $this->alert->success(Theme settings have been updated successfully.)->flash();
goto c8317ec0c3775e7d;
acab1cdaae0cb4f2: Dc8baf19c9bdb854: goto bc930acc41b531f9;
D801fc6f97c6cc56: return redirect()->route(admin.arix.components);
goto c07983d90f349a24;
a7422c2fba6db7a5: if (!$responseData[$respond]) {
goto Dc8baf19c9bdb854;
}
goto b4525fbdc3d09567;
C019399820ff4c76: throw new \Exception(Something went wrong);
goto c67e1c3df208fee0;
Fe5d7df2a5d9ffad: $responseData = $response->json();
goto a7422c2fba6db7a5;
c07983d90f349a24:
}
}
© 2023 Quttera Ltd. All rights reserved.