64.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")

10-17-2016, 08:59 PM
Post: #21
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(10-17-2016 07:26 AM)Walt The Heavyweight Wrote:  
(10-13-2016 11:31 PM)jmurphy444 Wrote:  DO NOT USE

https://www.virustotal.com/en/file/2d8a4...476365333/

SHA256: 2d8a40014eebcd610f5a6b48babe2a4cd6f74a0b9fcdd73aac2020d8cc128f2c
File name: woozone.zip
Detection ratio: 1 / 55
Analysis date: 2016-10-13 13:28:53 UTC ( 0 minutes ago )


Antivirus Result Update
Rising Trojan.IFrameRef!8.5C1 (shepherd) 20161013

Weird... what file did you scan? My virustotal came out clean.
https://virustotal.com/en/file/175f77cde...476652848/

Unless windows defender automatically killed it.

I downloaded your file and unzipped all core bundles....made sure I was scanning one main ZIP.....and this is the report I got......could have just been a newly detected virus prior to your upload.
10-30-2016, 06:53 PM
Post: #22
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(10-17-2016 08:43 PM)vikili Wrote:  I Tried Null Method It Works For Me, Just Try It If Works Share With Others


https://www.oboom.com/CBCZCU5U

Download Here Plugin above Link, upload and install but don't activate the plugin, Open validation.php and replace the below code and activate

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'];
        }
    }


This error I got after changing the code and activating plugin

Parse error: syntax error, unexpected 'and' in /home/domain/public_html/domain.com/wp-content/plugins/woozone/validation.php on line 82
10-31-2016, 06:07 PM
Post: #23
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Download Here

http://mir.cr/04MJIQKU
11-01-2016, 09:24 AM
Post: #24
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(08-25-2016 06:43 PM)frezendisney Wrote:  WooCommerce Amazon Affiliates v9.0.2.5 – WordPress Plugin – Advertise Amazon products on your Woocommerce website and earn advertising fees from Qualifying Purchases.

You can also receive advertising fees from all products your visitors buy, visit, not just the products you advertise thanks to our 90 days cookie feature.

Also, our On Site Cart feature allows your customers to checkout with multiple products on Amazon, and that means multiple commissions for you!

Great SEO content for your products, our WooZone Plugin takes all data available for all Amazon products: Title, Prices (regular prices, sales prices and all prices variations), all products attributes, product reviews and full products descriptions.

Using our WooZone Plugin you can bulk import hundred of products from Amazon into your Woocommerce Store in just a flash. Our newest version has an ultra fast import system, in which you can import products in less than one second!

The plugin is build on our custom AA-Team framework, and based on modules mananger , very easy to use and administer.

On our Advanced Search and Bulk Import Module, you can Search by Categories / Subcategories / Keywords, select the products that you want, and click import! It doesn’t get any easier!

Also depending on category, you can filter products by Brand, Condition, Manufacturer, Maximum / Minimum price, Merchant Id , Product minimum percentage off and of course by Bestsellers, Rank, Sales flag, and so on.

If you want to MASS Import Products from Amazon, you can do so using the CSV module.All you need is a ASINS list.Using the ASIN Grabber module you can get one in just a flash!

WooCommerce Amazon Affiliates v9.0.2.5 – WordPress Plugin Changelog

v9.0.2.5 – 17.08.2016
– Empty amazon cart: when redirecting from your website cart to the amazon one.


Download WooCommerce Amazon Affiliates v9.0.2.5 – WordPress Plugin Nulled

DL:

Quote:uploadboy. com/upei4tpddec0/2375/rar


Don't Forget Give Me Reputation Brother

Hello, thank you for this amazing share, reps added!

I have finally succeed to make it working by hosting the files at this host : http://[Reported by Members as SPAM THREAD/SPAM POST]/lire-la-news/wordpresshoster/
11-01-2016, 10:16 AM
Post: #25
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Remove space in the above URL and you get very fast download, and on slow as well, also you miight see message: File Download Link Generated,This direct link will be available for you within next 48 hours, but just look further down page troops and insert captcha and BOOM very fast download. SO thanks bud, great share and max reps 2 ya
31.gif
Scam Buster

benji
11-07-2016, 11:33 PM
Post: #26
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
who has the latest?




56.gif