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

08-31-2016, 05:17 AM
Post: #11
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(08-30-2016 01:17 PM)rickyticky Wrote:  I have exact same error. This version doesn't work



Download the zip from op...

Unzip file...


Install woozone zip file only...

Deactivate all other amazon generating plugins...

Worked fine for me.
Perfect 10
Thanks Is Only One Cick Away > > > > > > > > > >
09-02-2016, 03:44 AM
Post: #12
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(08-26-2016 12:44 PM)ducpmn Wrote:  this error. How can i fix? thanks

Warning: Cannot modify header information - headers already sent by (output started at /home2/.../public_html/amazon/.../wp-content/plugins/woozone/plugin.php:1) in /home2/.../public_html/amazon/.../wp-includes/pluggable.php on line 1174

the same problem here
09-02-2016, 03:01 PM
Post: #13
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
the error mostly affect mobile viewing
09-03-2016, 11:11 PM
Post: #14
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Update

i started everything afresh from the theme to plugin
increase the upload maxsize, through php.ini

tried and everything worked
Max rep to the OP
09-15-2016, 08:54 PM
Post: #15
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Hi you all and thanks for all the info...
I have the same problem http://prntscr.com/ci9b85
I followed the instructions but still there....
I deleted the plugin and re-installed and still the same....
any other solutions?
85.gif
10-13-2016, 11:31 PM
Post: #16
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
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
10-14-2016, 05:42 AM
Post: #17
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Thanks, nice share!
10-16-2016, 09:31 PM
Post: #18
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
Not Working Piece Of SH***
10-17-2016, 07:26 AM (This post was last modified: 10-17-2016 07:26 AM by Walt The Heavyweight.)
Post: #19
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
(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.
THANKS FOR THE REPS 74muscle
10-17-2016, 08:43 PM
Post: #20
RE: WOOCOMMERCE AMAZON AFFILIATES V9.0.2.5 – WORDPRESS PLUGIN NEW VERSION
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'];
        }
    }

63.gif




80.gif