Code

Discussion on Membership Manager Pro

Discussion on Membership Manager Pro

By
Cart 2,785 sales

gewa13 supports this item

Supported

3279 comments found.

Does this come with API or Webhooks?

Sorry, no API or webhooks, but could be easily implemented

would it be possible to add a crypto form of payment in the future, i currently use nowpayments.io because of adult related material, but i suppose any crypto payments would be nice. thanks

Sure, I can implement some type of crypto gateway

My hosting is php 8.2, can I use the latest version of MMP?

I have sent you a link to download previous version compatible with php 8.2

Hello, I see that you have made updates since June 2024. Since your product has bugs, I have noticed a lot of people who are not satisfied.

New update is coming, and there are no know bugs. Few might have problems but not because of the script

how to set up recurring payments

Its a matter of creating recurring membership

se puede modificar el codigo

Hi Gewa13, Can you inform me how hard/easy it is to implement your script into an existing website (keeping the look and feel of this website). I am in need of a login script with options like: custom fields, payment options for different plans..

MMP is basically all you need. Now with the existing site, its difficult to tell, it all depends what you need. If you want to keep the look and feel of your own site, it would require some good php knowledge, otherwise, it would be easier to adopt your pages into MMP.

Thank you..

I’ve looked into the comments and the admin preview panel but haven’t found a good answer: Is there support for the Mollie payment provider (which is not purely iDeal, it’s like Stripe/Skrill)? Haven’t seen the option for activating Mollie in the payment provider overview. As it is supported, how can this be setup?

It is Mollie payment provider with Ideal support

tangkt

tangkt Purchased

after setup, when i login error No input file specified.

this url http://localhost:8080/ekMember/login/

admin panel is located at: https://oeone.my/ekmember/admin/login/

tangkt

tangkt Purchased

yes. but like i doing the update for https://oeone.my/ekmember/admin/pages/edit/1/. is got error jquery.js Failed to load resource: the server responded with a status of 403 (Forbidden)

I have replied to your email

MirrorW

MirrorW Purchased

I need a script that can limit people to a specific web directory and let them to access all of the files and items listed in the Direction after they have subscribed. is there a way we can make this work Membership Manager Pro. Have already punchers you script

Paid for custom edits which were not completed. have over 100 memberships but they randomly fail to renew, So members have to manually pay again. asked for help for over a month but all emails ignored since paying for edits. Please fix these issues or suggest a fix. unfair when ive paid over $200 extra.

Something unexplained is happening, since you are the only one that has this kind of issues. All of my scripts use the same stripe API, and no problem at all. I will still investigate, and hopefully we will get to the bottom of it.

Right that’s another 20 failed recurring memberships. Fed up of the lies. You do realise I can see ips of people accessing my website and they are all uk. Fed up now. What are you doing about these issues? Stop monitoring and put something into action. Weeks ago you gave me a file for a mod I paid for which did not work. I’ve offered to pay for a solution to this issue but you ignore me. Are you actually going to sort this. My club is losing lots of money. Stop blaming stripe and sort this issue please. Surly you can implement something where the system retries to take payment for memberships that don’t renew when they should????

Retrying to renew failed subscriptions will be in the upcoming update. You have to realise, that, I can only do so much on my end. There is also Stripe part, which I have no control over. So if stripe does not process renewal for what ever reason, there is nothing I can do about it

Hello,

Can you tell me what was the PHP version for the very first version of this script? The older version.

Regards, Angelica J.

That would be php 5.6

My email stopped working after upgrading MMP and php version 8. Updating SMTP email settings to TLS instead of SSL fixed the issue. Strangely my old website is still working on SSL with php 7

Latest version is using different mailer library

Hi I installed into public/embededu as that is the folder which will be where the app is that i want to control membership when I then run index.php all of the links get 404s i suspect cause the routing is not working? so i cannot get the admin or anything else to fire up. I might be doing something wrong but would appreciate your help.

Many thanks

site_dir has that and I did that with .htaccess can I check whether the install files are supposed to go at the public root of the server, or whether in a folder with the other app files. the files were installed into /embededu and that is where the files have been installed – I can see that a lot of the files are in the lib subfolder however the links from index.php, for example for signon at https://matthewparsons.com/embededu/register/ generate a 404

i have put a .htaccess in /embededu with that code and no joy

Ok, can you please email me from my profile page with your hosting panel access, and I will take a look

Can i still use the payment gateway (especially paypal) with regular licence? Do you have documentation on how to incorporate new pages that work with subscription? (i mean php pages not just wysiwyg)

Yes, you can use paypal with the regular license. As or the pages, just create a new php page within the install directory, and include init.php file, just like before, or you can even create a new route as explained in the install manual, and use it that way

i have a Laravel Platform from botble/codecanyon..will this work o CMS with vendors?

No, it will not

I become a gateway timeout on controller.php…

What can i do?

Most likely a server error. Enable debug console in lib/config.ini.php and set DEBUG to true, or take a look at your php error log

I haved added this to a test.php page outside of the framework to “protect the page” as seen in other comments and per your instructions from previous comments. This test.php for very specfic reasons cannot exist within the framework using your custom route example.

define(“_WOJO”, true); require_once($_SERVER[‘DOCUMENT_ROOT’].”/init.php”);

$logged_in = App::Auth()->is_User(); if($logged_in == 1){ $data = App::Auth(); $user = $data->name; } echo $user; print_r($_SESSION);

I login to the system, navigate to test.php page and there is no user output and session array is empty.

Any idea why?

do this instead

Debug::pre(App::Auth())

all that does is print out some of the same information I can see with a PRE tag. Issue persists.

You have an error in your code $user variable is not defined. Display errors in your php for easier troubleshooting.
$user = 'You are not logged in';
$logged_in = App::Auth()->is_User();
if ( $logged_in == 1 ) {
    $data = App::Auth();
    $user = $data->name;
}
echo $user;

The above will work if user is logged in.

Hello, Unfortunately I bought the wrong product. This does not meet my expectations. I ask for a refund of the purchase price.

Thanks!

Unfortunately there is no refund based on wrong purchases.

Hi Dear, script work very well but I need to insert SEPA in stripe payments form, so user can pay with bank transfer. Is possible ? Plz contact me if need custom upgrade for agreements. Tnx

You should be able to enable SEPA from your stripe account. According to their docs, nothing else is needed, in terms of development, only for the owner of the account, an identity verification steps

ouadie Purchased

Hi,

register take a lote of time loading account is created but still loading button loading and not redirectuing

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey