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 | : 3.133.108.48
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 /
anonmags.com /
wp-content /
plugins /
jnews-weather /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
class.jnews-weather-shortcode....
8.17
KB
-rw-r--r--
class.jnews-weather-topbar.php
6.21
KB
-rw-r--r--
class.jnews-weather-widget.php
14.49
KB
-rw-r--r--
class.jnews-weather.php
27.76
KB
-rw-r--r--
global-weather-option.php
7.72
KB
-rw-r--r--
header-weather-option.php
14.96
KB
-rw-r--r--
jnews-weather.php
4.1
KB
-rw-r--r--
readme.txt
1.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : global-weather-option.php
<?php $options = array(); $options[] = array( 'id' => 'jnews_option[weather_forecast_alert]', 'type' => 'jnews-alert', 'default' => 'info', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Weather Forecast Info', 'jnews-weather' ), 'description' => wp_kses( __( 'You will need to refersh the page to see the result of your changes.</br></br> If you want to purge the current cache, you just need to choose <strong>Disable Cache</strong> on the <strong>Weather Cache Expired</strong> option. Then you can setup the <strong>Weather Cache Expired</strong> option again right after you refresh the page.', 'jnews-weather' ), wp_kses_allowed_html() ), ); $options[] = array( 'id' => 'jnews_option[weather_forecast_source]', 'option_type' => 'option', 'transport' => 'postMessage', 'default' => 'yahoo', 'type' => 'jnews-select', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Weather Forecast Source', 'jnews-weather' ), 'description' => esc_html__( 'Choose weather forecast source.', 'jnews-weather' ), 'choices' => array( 'yahoo' => esc_html__( 'Yahoo Weather', 'jnews-weather' ), 'darksky' => esc_html__( 'Dark Sky', 'jnews-weather' ), 'openweathermap' => esc_html__( 'Open Weather Map', 'jnews-weather' ), 'aerisweather' => esc_html__( 'Aeris Weather', 'jnews-weather' ), ), ); $options[] = array( 'id' => 'jnews_option[weather_yahoo_app_id]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Yahoo App ID', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Yahoo App ID. Find your Yahoo App ID <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'https://developer.yahoo.com/apps/' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'yahoo', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_yahoo_consumer_key]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Yahoo Consumer Key', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Yahoo Consumer Key. Find your Yahoo Consumer Key <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'https://developer.yahoo.com/apps/' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'yahoo', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_yahoo_consumer_secret]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Yahoo Consumer Secret', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Yahoo Consumer Secret. Find your Yahoo Consumer Secret <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'https://developer.yahoo.com/apps/' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'yahoo', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_darksky_api_key]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Dark Sky Secret Key', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Dark Sky Secret Key. Find your Dark Sky Secret Key <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'https://darksky.net/dev/account' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'darksky', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_openweathermap_api_key]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Open Weather Map API Key', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Open Weather Map API Key. Find your Open Weather Map API Key <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'https://home.openweathermap.org/api_keys' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'openweathermap', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_aerisweather_id]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Aeris Weather Client ID', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Aeris Weather Client ID. Find your Aeris Weather Client ID <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'http://www.aerisweather.com/account/apps' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'aerisweather', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_aerisweather_secret]', 'option_type' => 'option', 'transport' => 'postMessage', 'type' => 'jnews-text', 'default' => '', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Aeris Weather Client Secret', 'jnews-weather' ), 'description' => wp_kses( sprintf( __( "Insert your Aeris Weather Client Secret. Find your Aeris Weather Client Secret <a href='%s' target='_blank'>here</a>.", 'jnews-weather' ), 'http://www.aerisweather.com/account/apps' ), wp_kses_allowed_html() ), 'active_callback' => array( array( 'setting' => 'jnews_option[weather_forecast_source]', 'operator' => '==', 'value' => 'aerisweather', ), ), ); $options[] = array( 'id' => 'jnews_option[weather_default_temperature]', 'option_type' => 'option', 'transport' => 'postMessage', 'default' => 'c', 'type' => 'jnews-select', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Default Temperature Unit', 'jnews-weather' ), 'description' => esc_html__( 'Choose default temperature unit.', 'jnews-weather' ), 'choices' => array( 'c' => esc_html__( 'Celsius', 'jnews-weather' ), 'f' => esc_html__( 'Fahrenheit', 'jnews-weather' ), ), ); $options[] = array( 'id' => 'jnews_option[weather_cache_expired]', 'option_type' => 'option', 'transport' => 'postMessage', 'default' => '1', 'type' => 'jnews-select', 'section' => 'jnews_global_weather_section', 'label' => esc_html__( 'Weather Cache Expired', 'jnews-weather' ), 'description' => esc_html__( 'Choose the expired time of weather forecast data cache.', 'jnews-weather' ), 'choices' => array( '1' => esc_html__( '1 Hour', 'jnews-weather' ), '2' => esc_html__( '2 Hour', 'jnews-weather' ), '3' => esc_html__( '3 Hour', 'jnews-weather' ), 'no' => esc_html__( 'Disable Cache', 'jnews-weather' ), ), ); return $options;
Close