__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php /**
 * @version 1.0
 * @package Booking Calendar
 * @category Content of Up page
 * @author wpdevelop
 *
 * @web-site https://wpbookingcalendar.com/
 * @email [email protected]
 *
 * @modified 2017-10-16
 */

if ( ! defined( 'ABSPATH' ) ) exit;                                             // Exit if accessed directly

// FixIn: 8.0.1.6.

/**
 * Show Content
 *  Update Content
 *  Define Slug
 *  Define where to show
 */
class WPBC_Page_SettingsUpPro extends WPBC_Page_Structure {


	public function in_page() {
		if ( class_exists( 'wpdev_bk_personal' ) ) {
			return (string) wp_rand( 100000, 1000000 );
		}
		return 'wpbc-go-pro';
	}


	public function tabs() {

		$tabs = array();



		$tabs[ 'upgrade' ] = array(
			'title' => __( 'Upgrade', 'booking')                     // Title of TAB
		, 'page_title' => ''
		, 'hint' => ''                      // Hint
		, 'link' => ''                      // Can be skiped,  then generated link based on Page and Tab tags. Or can  be extenral link
		, 'position' => 'right'             // 'left'  ||  'right'  ||  ''
		, 'css_classes' => ''               // CSS class(es)
		, 'icon' => ''                      // Icon - link to the real PNG img
		, 'font_icon' => 'wpbc_icn_redeem'                 // CSS definition  of forn Icon
		, 'default' => ( ! class_exists( 'wpdev_bk_personal' ) )                // Is this tab activated by default or not: true || false.
		, 'hided'   => true                                // Is this tab hided: true || false.
			, 'folder_style' => 'order:9999;'
		);

		return $tabs;
	}


	public function content() {

		$this->css();
		?>
		<div class="wpbc_redirection_message">Redirection to <a href="https://wpbookingcalendar.com/features/#content">Booking Calendar website</a> after <span class="wpbc_countdown">5</span> seconds...</div>
		<script type="text/javascript">

			var count = 1;
			jQuery( ".wpbc_countdown" ).html( count );
			var countdown = setInterval(
				function(){
					jQuery( ".wpbc_countdown" ).html( count );
					if ( count == 0 ){
						clearInterval( countdown );
						window.location.href = "https://wpbookingcalendar.com/features/#content";
						//window.open( 'http://google.com', "_self" );
					}
			        count--;
		        }
	        , 10 );
		</script>
		<?php
		//	// FixIn: 10.1.3.1.

		wpbc_redirect( 'https://wpbookingcalendar.com/features/#content' );
	}

	public function css(){
		?>
		<style type="text/css">
			.nav-tab-wrapper {
				display:none;
			}
			.wpbc_countdown {
				font-weight: 600;
				font-size: 1.2em;
			}
			.wpbc_redirection_message {
				width:100%;
				text-align: center;

			}
	 	</style>
		<?php

	}
}

add_action('wpbc_menu_created', array( new WPBC_Page_SettingsUpPro() , '__construct') );    // Executed after creation of Menu

Filemanager

Name Type Size Permission Actions
api-settings.php File 143.4 KB 0640
index.php File 27 B 0640
page-email-approved.php File 63.38 KB 0640
page-email-deleted.php File 61.09 KB 0640
page-email-deny.php File 62.29 KB 0640
page-email-new-admin.php File 63.39 KB 0640
page-email-new-visitor.php File 61.07 KB 0640
page-email-trash.php File 61.73 KB 0640
page-ics-export.php File 22.75 KB 0640
page-ics-general.php File 31.6 KB 0640
page-ics-import.php File 38.09 KB 0640
page-import-gcal.php File 52.19 KB 0640
page-new.php File 8.1 KB 0640
page-settings.php File 59.89 KB 0640
page-timeline.php File 6.41 KB 0640
page-up.php File 2.83 KB 0640
wpbc-dashboard.php File 38.09 KB 0640
wpbc-gutenberg.php File 1.15 KB 0640
wpbc-settings-functions.php File 19.93 KB 0640
wpbc-sql.php File 71.37 KB 0640
wpbc-toolbars.php File 95.34 KB 0640
Filemanager