• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

MailPoet Premium - Email and Newsletters in WordPress

MailPoet Premium - Email and Newsletters in WordPress v4.49.0

No permission to download
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
 
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;
}
 
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
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
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.
 
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
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
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock