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.217.69
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 /
signaltechdemo8.com /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
bootstrap-colorpicker
[ DIR ]
drwxr-xr-x
bootstrap-datepicker
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
favicon
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
front
[ DIR ]
drwxr-xr-x
front-assets
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
installer
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
user-uploads
[ DIR ]
drwxr-xr-x
.htaccess
501
B
-rw-r--r--
check.php
18.66
KB
-rw-r--r--
error_install.php
1.37
KB
-rw-r--r--
error_log
334
B
-rw-r--r--
index.php
22.9
KB
-r--r--r--
install-version.txt
8
B
-rw-r--r--
maintenance.html
950
B
-rw-r--r--
mix-manifest.json
255
B
-rw-r--r--
mix.js.map
5.72
KB
-rw-r--r--
percent-download.txt
3
B
-rw-r--r--
robots.txt
85
B
-rw-r--r--
version.txt
6
B
-rw-r--r--
web.config
914
B
-rw-r--r--
wp-blog-header.php
0
B
-rw-r--r--
wp-load.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error_install.php
<html> <head> <title>Product Not installed</title> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> </head> <body> <!-- Page Content --> <div class="container"> <div class="row" style="margin-top: 30px"> <div class="text-center m-t-20 mt-20"> <h2>Fix the following errors to run installer</h2> </div> <?php if ($GLOBALS['error_type'] == 'php-version') { ?> <div class="alert alert-danger"> <strong>Lower PHP version! </strong> Your php version is lower than 8.0.1. Please upgrade your version to make it work <p class="pull-right">Server PHP version: <b><?php echo phpversion(); ?></b></p> </div> <?php } else { ?> <div class="alert alert-danger"> <strong>.env file missing! </strong> You forgot to upload the .env file. For more info visit <a href="https://froiden.freshdesk.com/support/solutions/articles/43000491463" target="_blank">https://froiden.freshdesk.com/support/solutions/articles/43000491463</a> </div> <?php } ?> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> </body> </html>
Close