Linux 软件免费装
Banner图

MemberMagix

开发者 surfstyk
更新时间 2026年4月14日 17:40
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

membership paywall content protection passwordless login magic link

下载

4.0.4

详情介绍:

MemberMagix is a secure, lightweight WordPress membership plugin that replaces traditional password-based login with passwordless magic-link authentication. Protect any post or page with server-side content gating — unauthorized visitors see only a teaser preview, while authenticated members get the full content. Key Features: Premium Features (via MemberMagix Pro add-on):

安装:

  1. Upload the membermagix folder to the /wp-content/plugins/ directory, or install directly through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to MemberMagix > Settings to configure your email sender, terms page URL, and overlay defaults.
  4. Add the [mmax_membership_form] shortcode to any page to display the membership signup form.
  5. Edit any post or page and enable content protection in the Content Protection meta box.
Recommended: Install an SMTP plugin (e.g., WP Mail SMTP) for reliable magic link email delivery.

屏幕截图:

  • Content protection with blur overlay and teaser preview
  • Admin settings dashboard
  • Bulk content protection interface
  • Member management table

升级注意事项:

4.0.0 Major architecture update for WordPress.org. Plugin prefix renamed from mmx_ to mmax_. Commercial features moved to MemberMagix Pro add-on. Database tables migrate automatically on activation. 3.0.0 Premium content monetization! Charge for articles with Stripe Embedded Checkout — visitors subscribe without leaving the page. Requires Business tier license and Stripe connection. 2.0.0 New in-plugin checkout! Upgrade to Personal or Business directly from the settings page — no external site, no email waiting, instant activation. 1.0.5 Plugin licensing migrated to Keygen CE. Existing Lemon Squeezy keys will no longer work — contact support for a new key. 1.0.4 WordPress.org submission release. Removes external font loading, adds service disclosures. 1.0.3 Email-first progressive form: smoother login for returning users, upgrade panel for logged-in members. 1.0.2 Brand icon updated from lock to groups. Visual-only change. 1.0.1 Improved WordPress.org compliance. Recommended update for all users.

常见问题:

How do members log in?

Members enter their email address in the membership form. MemberMagix sends them a secure, one-time magic link. Clicking the link logs them in instantly — no password required.

Is the protected content secure?

Yes. MemberMagix uses server-side content protection. The full content is never sent to unauthorized browsers. Only a teaser preview is delivered, with the rest replaced before the page reaches the visitor.

Can I control what appears in the teaser?

Yes. Place the [mmax_cutoff] shortcode anywhere in your post to define the exact split point. Everything above the shortcode becomes the teaser. If no cutoff is set, MemberMagix auto-extracts the first few paragraphs.

Magic link emails are delayed or never arrive — what's wrong?

The most common cause is WordPress's "pseudo-cron" (wp-cron.php). By default, WordPress only runs scheduled tasks — including sending emails — when someone visits the site via HTTP. On low-traffic or staging sites, this means magic link emails can be silently delayed for hours. Symptoms: You submit the form, the plugin reports success, but the email doesn't arrive for a long time (or until someone else visits the site). Fix: Disable WP pseudo-cron and set up a real system crontab:

  1. Add to wp-config.php: define('DISABLE_WP_CRON', true);
  2. Add a system cron job: */5 * * * * cd /path/to/wordpress && php wp-cron.php
Also recommended: install an SMTP plugin (e.g., WP Mail SMTP) for reliable email delivery.

Does MemberMagix require any external services?

The core plugin works standalone with no external service dependencies. Premium features are available via the MemberMagix Pro add-on, which uses the Keygen API for license validation and optionally connects to Stripe for payment processing. See the "Third-Party Services" section below for full details.

What happens when the plugin is uninstalled?

All plugin data (custom tables, options, user meta, post meta, overlays, cron jobs, and transients) is fully removed when you delete the plugin through WordPress admin.

更新日志:

4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.4.1 3.4.0 3.3.1 3.3.0 3.2.0 3.1.0 3.0.0 2.1.0 2.0.1 2.0.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 0.9.7 0.9.6 0.9.5 0.9.0