5.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-19-2017, 03:40 AM
Post: #1
[GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
[Image: woozone.png]
Tutorial Video
Magic Button :


SP
DL
VT
Null
Magic Button :
Replace validation.php with this code and then write anything in activation field
PHP Code:
<?php
/**
 * Description:     We developed this module to stop all those haters who steal our hard work!
 * Author:         AA-Team
 * Author URI:        http://codecanyon.net/user/AA-Team/portfolio
**/
defined'ABSPATH' ) and exit;

if(
class_exists('WooZone_Validation') != true) {
    class 
WooZone_Validation {

        const 
VERSION 1;
        const 
ALIAS 'WooZone';

        
/**
         * configuration storage
         *
         * @var array
         */
        
public $cfg = array();

        private 
$key_sep '#!#';

        
/**
         * The constructor
         */
        
public function __construct ()
        {
            
add_action('wp_ajax_' . ( self::ALIAS ) . 'TryActivate', array( $this'aaTeamServerValidate' ));
        }

        public function 
aaTeamServerValidate () {

            
// fake return, just for development
            
$input = array();

            
// validation link
            
$input wp_remote_request'http://cc.aa-team.com/validation/validate.php?ipc=' .
            (
urlencode($_REQUEST['ipc'])) .
            
'&email=' . (urlencode($_REQUEST['email'])) .
            
'&app=' .  self::ALIAS );

            
// try to access the envato returns
            
$aaTeamServer_return json_decode($input['body'] ,true);
           
$aaTeamServer_return['status'] = 'valid';
            if(
$aaTeamServer_return['status'] == 'valid') {
                
$envato_return 2;
                if(
$envato_return 1){
                    
update_optionself::ALIAS '_register_key'$_REQUEST['ipc']);
                    
update_optionself::ALIAS '_register_email'$_REQUEST['email']);
                    
update_optionself::ALIAS '_register_buyer''curt');
                    
update_optionself::ALIAS '_register_item_id''6109437');
                    
update_optionself::ALIAS '_register_licence''Vikili');
                    
update_optionself::ALIAS '_register_item_name''Woocommerce Amazon Affiliates');

                    
// generate the hash marker
                    
$hash md5($this->encrypt$_REQUEST['ipc'] ));

                    
// update to db the hash for plugin
                    
update_optionself::ALIAS '_hash'$hash);

                    die(
json_encode(
                        array(
                            
'status' => 'OK'
                        
)
                    ));
                }
            }

            die (
json_encode(
                array(
                    
'status' => 'ERROR',
                    
'msg'    => 'Unable to validate this plugin. Please contact AA-Team Support!'
                
)
            ));
        }

        public function 
isReg $hash )
        {
            
$current_key get_optionself::ALIAS '_register_key');

            if( 
$current_key != false and $hash != false ){
                return 
$this->checkValPlugin$hash$current_key );
            }else{
                
$this->checkValPlugin$hash$current_key );
            }

            return 
false;
        }

        private function 
checkValPlugin $hash$code )
        {
            global 
$wpdb;

            
$validation_date get_optionself::ALIAS '_register_timestamp');
            
$sum_hash md5($this->encrypt$code$validation_date ));

            
// invalid, unload the modules
            
if($sum_hash != $hash){
                
$allSettingsQuery "SELECT * FROM " $wpdb->prefix "options where 1=1 and option_name REGEXP '" . ( self::ALIAS '_module' ) . "_([a-z])'";
                
$results $wpdb->get_results$allSettingsQueryARRAY_A);
                
// prepare the return
                
$return = array();
                if( 
count($results) > ){
                    foreach (
$results as $key => $value){
                        if( 
get_option('WooZone_do_activation_redirect'false) == false ){
                            
//update_option( $value['option_name'], 'false' );
                        
}
                    }
                }
            }else{
                return 
'valid_hash';
            }
        }

        private function 
encrypt $code$sendTime=null )
        {
            
// add some extra data to hash
            
$register_email get_optionself::ALIAS '_register_email');
            
$buyer get_optionself::ALIAS '_register_buyer');
            
$item_id get_optionself::ALIAS '_register_item_id');
            
$validation_date = !isset($sendTime) ? time() : $sendTime;

            if(!isset(
$sendTime)) {
                
// store the date into DB, use for decrypt
                
update_optionself::ALIAS '_register_timestamp'$validation_date);
            }

            return  
$validation_date $this->key_sep .
                    
$register_email $this->key_sep .
                    
$this->getHost(get_option('siteurl')) . $this->key_sep .
                    
$buyer $this->key_sep .
                    
$item_id $this->key_sep .
                    
$code $this->key_sep;
        }

        private function 
decrypt $code )
        {

        }

        private function 
getHost $url )
        {
            
$__ parse_url$url );
            return 
$__['host'];
        }
    }


note: i didnt buy this, got it from other forum
05-19-2017, 11:21 AM
Post: #2
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
Mirror : http://www.multifilemirror.com/wbg3wr074...e.zip.html
05-31-2017, 01:02 PM
Post: #3
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
Isn't loading very well for me... and is an uber pain in the ass. Anyone else having issues after install?
B E S T B L A C K H A T F O R U M
(™))::::::::({/,/,/,/,// X 3 C //,/,/,/,/,/,/,`>
05-31-2017, 06:57 PM
Post: #4
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
(05-31-2017 01:02 PM)Negative1 Wrote:  Isn't loading very well for me... and is an uber pain in the ass. Anyone else having issues after install?


Yes I find the same
I can't stand a naked light bulb, any more than I can a rude remark or a vulgar action. Tennessee Williams
06-04-2017, 12:13 AM
Post: #5
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
No issues here
84.gif
06-28-2017, 05:20 PM
Post: #6
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
THanks mate, I have been searching updated plugin since long.
07-03-2017, 04:03 AM
Post: #7
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
Superb working
08-19-2017, 11:01 AM
Post: #8
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
maximka this worked great you da man nice share reps added
08-29-2017, 01:57 AM
Post: #9
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
Hi,

Please upload the untouched version of ver 9.0.6.1 +rep

Cheers.
09-03-2017, 12:29 AM
Post: #10
RE: [GET] WooCommerce Amazon Affiliates WooZone [9.0.4.3] - 28.04.2017
i still cannot activate the plugin it shows error validation.php on line 150. Please if any body has a working one should please share.. Thanks
82.gif




73.gif