WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress

WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress v3.4.9

No permission to download

KaoVN

Well-known member
Null Master
Trusted Uploader
Oct 15, 2019
627
722
100
KaoVN

WeePie Cookie Allow v3.3​


View hidden content is available for registered users!

Status: N/A (Unchecked / Untouched)
Notice: Try & test by yourself before asking for more information. Please wait for someone to upload a better patch if not work.
P/s: Damm, why this plugin is so heavy :) 32MB
 
  • Love
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress with a new update entry:

WeePie Cookie Allow v3.3

Download WeePie Cookie Allow v3.3 - Complete GDPR Cookie Consent Solution for WordPress Nulled Free
[v3.3]

new: possibility to export logged consents<br/>
new: possibility to delete logged consent by a website visitor<br/>
fixed: missing alt attributes for settings and closing icons<br/>
fixed: make sure the `wpcaData` script is not blocked<br/>
fixed: iFrame blocking logic caused `window.history` duplicate entries<br/>
fixed: HTML processed when cookies before consent is 3rd...

Read the rest of this update entry...
 

awdmin

New member
Sep 22, 2022
0
0
0
To remove validation:

Go to /wp-content/plugins/wp-cookie-allow/framework/src/Wpie

Open file WpieFy.php

Go down to line 534 (depending version, or search this code)

PHP:
    private function handleRequestForWpieFy( $url, $pc, $wc, $ns, $meta )
    {
        $this->response = $this->doRequest( true, $url, $pc, $wc, $ns, $meta );

        if( WpieRemoteHelper::responseHasErrors( $this->response ) ) {
            // indicate the response has errors and set error params
            $this->formHasErrors = true;
            $this->formErrorMsg[] = WpieRemoteHelper::responseGetErrorMsg( $this->response );
        } else {
            $this->formSuc6Msg[] = __( 'Your purchase code has been validated succesfully.', 'weepie' );
            $data = $this->getOption();

            if( false !== $data ) {
                if( $this->setOption( 8 ) ) {
                    $this->wpiefied = true;
                    $this->justWpiefied = true;
                } else {
                    $this->formHasErrors = true;
                    $this->formErrorMsg[] =  sprintf( __( 'Unknown error during updating your settings. Please <a href="%s">contact</a> our plugin support.', 'weepie' ), 'mailto:[email protected]') ;
                }
            }
        }
    }

change to

PHP:
    private function handleRequestForWpieFy( $url, $pc, $wc, $ns, $meta )
    {
            $this->formSuc6Msg[] = __( 'Your purchase code has been validated succesfully.', 'weepie' );
            $data = $this->getOption();

            if( false !== $data ) {
                if( $this->setOption( 8 ) ) {
                    $this->wpiefied = true;
                    $this->justWpiefied = true;
                } else {
                    $this->formHasErrors = true;
                    $this->formErrorMsg[] =  sprintf( __( 'Unknown error during updating your settings. Please <a href="%s">contact</a> our plugin support.', 'weepie' ), 'mailto:[email protected]') ;
                }
            }
    }

now enter any code and it will work.
 

Talita Cabral

New member
Nov 28, 2020
15
5
3
To remove validation:

Go to /wp-content/plugins/wp-cookie-allow/framework/src/Wpie

Open file WpieFy.php

Go down to line 534 (depending version, or search this code)

PHP:
    private function handleRequestForWpieFy( $url, $pc, $wc, $ns, $meta )
    {
        $this->response = $this->doRequest( true, $url, $pc, $wc, $ns, $meta );

        if( WpieRemoteHelper::responseHasErrors( $this->response ) ) {
            // indicate the response has errors and set error params
            $this->formHasErrors = true;
            $this->formErrorMsg[] = WpieRemoteHelper::responseGetErrorMsg( $this->response );
        } else {
            $this->formSuc6Msg[] = __( 'Your purchase code has been validated succesfully.', 'weepie' );
            $data = $this->getOption();

            if( false !== $data ) {
                if( $this->setOption( 8 ) ) {
                    $this->wpiefied = true;
                    $this->justWpiefied = true;
                } else {
                    $this->formHasErrors = true;
                    $this->formErrorMsg[] =  sprintf( __( 'Unknown error during updating your settings. Please <a href="%s">contact</a> our plugin support.', 'weepie' ), 'mailto:[email protected]') ;
                }
            }
        }
    }

change to

PHP:
    private function handleRequestForWpieFy( $url, $pc, $wc, $ns, $meta )
    {
            $this->formSuc6Msg[] = __( 'Your purchase code has been validated succesfully.', 'weepie' );
            $data = $this->getOption();

            if( false !== $data ) {
                if( $this->setOption( 8 ) ) {
                    $this->wpiefied = true;
                    $this->justWpiefied = true;
                } else {
                    $this->formHasErrors = true;
                    $this->formErrorMsg[] =  sprintf( __( 'Unknown error during updating your settings. Please <a href="%s">contact</a> our plugin support.', 'weepie' ), 'mailto:[email protected]') ;
                }
            }
    }

now enter any code and it will work.
Dont work
 

awdmin

New member
Sep 22, 2022
0
0
0
Dont work
I just testet on a blank install, it works :eek:

change the code as shown, enter any codes in the validate and submit

also, if you mean "The WeePie Cookie Allow Plugin is currently disabled.", remember to enable on the cookie settings screen.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress with a new update entry:

WeePie Cookie Allow v3.4

Download WeePie Cookie Allow v3.4 - Complete GDPR Cookie Consent Solution for WordPress Nulled Free
[v3.4] 23-01-2022

NEW: possibility to show the closing (X) inside the bar/box
NEW: possibility to show the cookie settings pop-up trigger as hyperlink
NEW: possibility to show a configurable reconsider icon
NEW: configurable title attribute for the settings icon in the bar/box
fixed: CCPA logic not working with caching (bar/box/pop-up HTML now loaded client-side)
fixed: typo in consent...

Read the rest of this update entry...
 
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
  • Like
Reactions: JRGWxRxZ

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress with a new update entry:

WeePie Cookie Allow v3.4.3

Download WeePie Cookie Allow v3.4.3 - Complete GDPR Cookie Consent Solution for WordPress Nulled Free
v3.4.3

fix: WPML installs not fetching correct language for the bar/box/popup<br/>
fix: console error when HTML comments are stripped and script is wrapped<br/>
fix: frontend ajax context param not correct

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
  • Like
Reactions: shortcak

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
MrSam_1 updated WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress with a new update entry:

WeePie Cookie Allow - Complete GDPR Cookie Consent Solution for WordPress v3.4.9

Decryption key:


Download WeePie Cookie Allow v3.4.9 - Complete GDPR Cookie Consent Solution for WordPress Nulled Free
[v3.4.9] 04-03-2025

NEW: added compatibility with WP Rockets Automatic Lazy Rendering
NEW: added compatibility with the WP Google Maps plugin
NEW: added compatibility with Avada forms using Google reCAPTCHA
NEW: added 3rd party item and compatibility with Map List Pro plugin
improved: added...

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu