One Hat Cyber Team
Your IP :
3.144.105.255
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
food.electronharmony.com
/
config
/
View File Name :
installer.php
<?php return [ /* |-------------------------------------------------------------------------- | Server Requirements |-------------------------------------------------------------------------- | | This is the default Laravel server requirements, you can add as many | as your application require, we check if the extension is enabled | by looping through the array and run "extension_loaded" on it. | */ 'core' => [ 'minPhpVersion' => '8.1.0', ], 'requirements' => [ 'php' => [ 'openssl', 'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', 'xml', 'Ctype', 'BCMath', 'Zip' ], 'apache' => [ 'mod_rewrite', ], ], /* |-------------------------------------------------------------------------- | Folders Permissions |-------------------------------------------------------------------------- | | This is the default Laravel folders permissions, if your application | requires more permissions just add them to the array list bellow. | */ 'permissions' => [ 'storage/framework/' => '775', 'storage/logs/' => '775', 'bootstrap/cache/' => '775', ], /* |-------------------------------------------------------------------------- | License Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'license' => [ 'form' => [ 'rules' => [ 'license_key' => 'required|string|max:500', ], ], ], /* |-------------------------------------------------------------------------- | Environment Site Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'site' => [ 'form' => [ 'rules' => [ 'app_name' => 'required|string|max:50', 'app_url' => 'required|url', ], ], ], /* |-------------------------------------------------------------------------- | Environment Database Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'database' => [ 'form' => [ 'rules' => [ 'database_host' => 'required|string|max:300', 'database_port' => 'required|numeric', 'database_name' => 'required|string|max:50', 'database_username' => 'required|string|max:50', 'database_password' => 'nullable|string|max:50', ], ], ], 'buildPayload' => [ 'license_code' => env('MIX_API_KEY'), 'product_id' => '51692522', 'purpose' => 'update', 'version' => 1.1, ], 'url' => 'https://support.inilabs.net', 'productlicence' => '/api/check-product-license', ];