• Resolved userwordpreess

    (@userwordpreess)


    wordfence noticed an unusual change in mailpoet files
    I have a free version

    The Original Version
    class Subscribers
    const SUBSCRIBERS_OLD_LIMIT = 2000; 
    const SUBSCRIBERS_NEW_LIMIT = 1000
    const NEW_LIMIT_DATE = ‘2019-11-00’

    Changed version
    SUBSCRIBERS_OLD_LIMIT = 2000; 
    const SUBSCRIBERS_NEW_LIMIT = 1000000;
    const NEW_LIMIT_DATE = ‘2019-11-00’; 

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there @userwordpreess,

    Thanks for reaching out!

    The first version is actually correct: https://github.com/mailpoet/mailpoet/blob/b07c041e35a2387fe3c43b03a2f13190e4d02c3a/mailpoet/lib/Util/License/Features/Subscribers.php#L12C12-L12C12

    Can you please reinstall the plugin to see if it gets changed again?

    You won’t lose any data.

    Let us know how it goes!

    Thread Starter userwordpreess

    (@userwordpreess)

    Dear Elvira,

    Mailpoet of some code is constantly changing the following:

    1_ wp-content/plugins/mailpoet/lib/Util/License/Features/Subscribers.php
    it adds 1000.000 to the code

    13 class Subscribers {
    13 class Subscribers {

    14 const SUBSCRIBERS_OLD_LIMIT = 2000;
    14 const SUBSCRIBERS_OLD_LIMIT = 2000;

    15 const SUBSCRIBERS_NEW_LIMIT = 1000;
    15 const SUBSCRIBERS_NEW_LIMIT = 1000000;

    16 const NEW_LIMIT_DATE = ‘2019-11-00’;
    16 const NEW_LIMIT_DATE = ‘2019-11-00’;

    2_ wp-content/plugins/mailpoet/lib/Config/ServicesChecker.php
    It adds return true to line 84

    o_83 public function isPremiumKeyValid($displayErrorNotice = true) {
    n_83 public function isPremiumKeyValid($displayErrorNotice = true) {

    n_84 return true;

    0_84 $premiumKeySpecified = Bridge::isPremiumKeySpecified();
    n_85 $premiumKeySpecified = Bridge::isPremiumKeySpecified();


    Hi there @userwordpreess,

    Thanks for getting back to us!

    This is weird indeed. Can you please send us the information from MailPoet > Help > System Info? Please remove any sensitive information from there (such as email addresses, etc).

    Looking forward to hearing back from you!

    Thread Starter userwordpreess

    (@userwordpreess)

    here you go:

    PHP version: 8.2.5
    MailPoet Free version: 4.21.0
    MailPoet Premium version: 4.21.0
    MailPoet Premium/MSS key: xxxxxx**
    WordPress version: 6.2.2
    Database version: 10.3.34-MariaDB-0+deb10u1-log
    Web server: Apache
    Server OS: Linux hn243.xxxxx 5.15.54 #1 SMP Thu Jul 14 08:45:32 UTC 2022 x86_64
    WP info: WP_MEMORY_LIMIT: 128M – WP_MAX_MEMORY_LIMIT: 256M – WP_DEBUG: – WordPress language: en_US
    PHP info: PHP max_execution_time: 30 – PHP memory_limit: 256M – PHP upload_max_filesize: 64M – PHP post_max_size: 64M
    Multisite environment?: No
    Current Theme: Astra (version 4.1.6)
    Active Plugin names: elementor-pro/elementor-pro.php, elementor/elementor.php, gplvault-updater/gplvault-updater.php, mailpoet-premium/mailpoet-premium.php, mailpoet/mailpoet.php, wordfence/wordfence.php, wordpress-seo-premium/wp-seo-premium.php, wordpress-seo/wp-seo.php, wp-security-audit-log/wp-security-audit-log.php, wp-sweep/wp-sweep.php
    Sending Method: MailPoet
    Sending Frequency: 25 emails every 5 minutes
    MailPoet sending info: Send all site’s emails with: current sending method – Task Scheduler method: WordPress – Cron ping URL: https://mastersofbeautifulachievements.com?mailpoet_router&endpoint=cron_daemon&action=ping – Default FROM address: xxxxx – Default Reply-To address: xxxxxx – Bounce Email Address:
    Total number of subscribers: 46
    Plugin installed at: 2020-03-17 10:55:31
    Installed via WooCommerce onboarding wizard: false

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    MailPoet Premium version: 4.21.0
    MailPoet Premium/MSS key: xxxxxx**

    For pro or commercial product support please contact the developer directly on their site. This includes any pre-sales topics as well.

    As the developer is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

    Thread Starter userwordpreess

    (@userwordpreess)

    Hi Jan, Thanks for letting know. I do have a free version of Mailpoet as such I posted this issue here…. I’ll contact them also to see what they know about this issue. Thanks for helping me out @jan Dembowski @treibalen !!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Subscribers.php change’ is closed to new replies.