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 /
signaltechdemo5.com /
app /
Helper /
[ HOME SHELL ]
Name
Size
Permission
Action
Common.php
2.1
KB
-rw-r--r--
Files.php
15.7
KB
-rw-r--r--
NumberFormat.php
2.56
KB
-rw-r--r--
Reply.php
2.21
KB
-rw-r--r--
UserService.php
452
B
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
start.php
30.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UserService.php
<?php namespace App\Helper; use App\Models\User; use App\Models\ClientContact; class UserService { public static function getUserId() { if (user()?->is_client_contact == 1) { $clientContact = ClientContact::where('client_id', user()->id)->first(); $client = User::where('id', $clientContact->user_id)->first(); return $client->id; } else { return user()?->id; } } }
Close