Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.216.199
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
vendor /
spatie /
invade /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
Invader.php
615
B
-rw-rw-rw-
2024-05-16 23:06
StaticInvader.php
1.04
KB
-rw-rw-rw-
2024-05-16 23:06
functions.php
441
B
-rw-rw-rw-
2024-05-16 23:06
Save
Rename
<?php use Spatie\Invade\Invader; use Spatie\Invade\StaticInvader; if (! function_exists('invade')) { /** * @template T of object * * @param T|class-string $object * @return Invader<T>|StaticInvader */ function invade(object|string $object): Invader|StaticInvader { if (is_object($object)) { return new Invader($object); } return new StaticInvader($object); } }