MailPoet Premium - Email and Newsletters in WordPress

MailPoet Premium - Email and Newsletters in WordPress v5.11.0

No permission to download

thevektor

Member
Dec 2, 2019
70
30
18
27
P.S. This version is intended only for SMTP and 3-d party providers. NOT the MailPoet service

Ah, what happens is that the friend managed to eliminate that limit, but I was referring to how can I break that limit, to apply it to future MailPoet updates
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
Ah, what happens is that the friend managed to eliminate that limit, but I was referring to how can I break that limit, to apply it to future MailPoet updates
only 2 functions changed.

private function hasValidMssKey() {
$state = $this->settings->get(self::MSS_KEY_STATE);
return true;
}

private function hasValidPremiumKey() {
$state = $this->settings->get(self::pREMIUM_KEY_STATE);
return true;
}
 

thevektor

Member
Dec 2, 2019
70
30
18
27
only 2 functions changed.

private function hasValidMssKey() {
$state = $this->settings->get(self::MSS_KEY_STATE);
return true;
}

private function hasValidPremiumKey() {
$state = $this->settings->get(self::pREMIUM_KEY_STATE);
return true;
}

Wow, you are great @NullMaster!! Thank you very much for sharing your knowledge with us!
 
  • Like
Reactions: blackrebel

SalveJoy

Well-known member
Null Master
Trusted Uploader
Apr 22, 2019
410
827
100
only 2 functions changed.

private function hasValidMssKey() {
$state = $this->settings->get(self::MSS_KEY_STATE);
return true;
}

private function hasValidPremiumKey() {
$state = $this->settings->get(self::pREMIUM_KEY_STATE);
return true;
}

@NullMaster - I don't mind your sharing your own lines of code (if you have any). But, sharing someone else's ... hmm ... doesn't look like a cool thing to do.
 
  • Like
Reactions: blackrebel

SalveJoy

Well-known member
Null Master
Trusted Uploader
Apr 22, 2019
410
827
100
Relax brother, @NullMaster is a recognized trusted uploader, highly appreciated in the forum, he just tries to help, which is what we all do around here ...

I am totally relaxed. In fact, I take pleasure in breaking the code when I can and I share it here. It does take my time to break the code. I just don't like when someone else offers freebies at my expense. I don't expect you to understand, so no hard feelings on my part.
 

SalveJoy

Well-known member
Null Master
Trusted Uploader
Apr 22, 2019
410
827
100
MailPoet Standard 3.5.4.1 NULLED TOTALY

1) Install
2) Use any Key to activate
3) Set Sending with... to Other etc.
4) Install Premium if required.

All connections to the main server were removed.
If to uninstall, to clear custom user capabilities, use the following php snippet once:

PHP:
// Function to delete capabilities
// Based on http://chrisburbridge.com/delete-unwanted-wordpress-custom-capabilities/
add_action( 'admin_init', 'clean_unwanted_caps' );
function clean_unwanted_caps() {
    global $wp_roles;
    $delete_caps = array(
        'mailpoet_access_plugin_admin',
        'mailpoet_manage_emails',
        'mailpoet_manage_features',
        'mailpoet_manage_forms',
        'mailpoet_manage_segments',
        'mailpoet_manage_settings',
        'mailpoet_manage_subscribers',
     );
    foreach ($delete_caps as $cap) {
        foreach (array_keys($wp_roles->roles) as $role) {
            $wp_roles->remove_cap($role, $cap);
        }
    }
}
 

Attachments

  • mailpoet.3.54.1-nulled.zip
    9.9 MB · Views: 65

bluebond

Member
Jun 20, 2019
50
9
8
Great Job Guys, to complete this great reveal, please highlight the exact file name and row number where to make this changes (2 functions changed) within the free plugin files. Much appreciated @nulmaster & @euguk .
 
  • Love
Reactions: thevektor

Forum statistics

Threads
69,246
Messages
908,560
Members
237,307
Latest member
kevin-2

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