Code

Discussion on Membership Manager Pro

Discussion on Membership Manager Pro

By
Cart 2,792 sales
Recently Updated

gewa13 supports this item

Supported

3289 comments found.

Hello. hope all is well. my users are unable to login after signing up also i’m not able to sign in myself as admin

Nothing changed.

Ok, please email me from my profile page with your hosting panel, and I’ll have a look

okay

How do I fix the file upload problem? Can’t upload any file in the admin section.

you will need to configure file upload directory, and provide correct path in the admin configuration page. Take a look here its for my other script, but the procedure is the same: https://ckb.wojoscripts.com/article/digishop-module/

There is no place on the Configuration page to enter the path. Just see the path for downloads.

Thats the one

How can I test Membership Manager Pro

go to a demo page. See item description for links and login credentials.

Just want to know if we can create Certain time and date for membership , for example want member ship to be 24h only or from for example 8 pm till 12 pm , after this time emeber ship will automatically suspeneded , force suspend .

Minimum time is one day.

Hi,

I’m using Stripe for my payments, and I connected Zapier to trigger Lexactivator/Cryptlex license generation. After generating the license, I want to save it in a table related to the subscriber. I can also do that using the Zapier trigger. How can I save this data in this app?

Look into gateways/stripe/ipn.php. There after payment is completed you can add your own code.

Hi there, i have been struggling for days now trying to get this to work.

http://165.22.113.31/

Home page loads but every other link is dead.

You are missing .htaccess file. Make sure you are using one included in the package. It might be hidden

Hello,

i am interested in purchasing it but i have few questions.

1- is rebill/recurring payment option is there in authorize .net , if yes then which method is used in it for capturing rebill transaction eg: webhook

2- what is tech stack used to build this website.

Your prompt reply is highly appreciated.

Dipesh Thank you

Sorry, there is no authorize.net available. You can see list of payment options available from the admin panel. Script is php based.

Hello Alex, my last version is 4.61. I have now downloaded the new file from 11/7/2023 and created a new subdomain with SSL and HSTS. When installing, a file was displayed that was supposed to be made writable and was in view/admin/themes/cache or something like that. But that doesn’t exist at all. I copied everything into a directory and installed it, as well as the update 5.01. But nothing works at all. Can only display the home page. I can’t log in or register anywhere. Did I do something wrong? Kind regards Evi

Hey Alex, I’ve installed it 3 times now and it finally worked. During installation it appeared that this directory is writable, but it doesn’t exist: view/front/themes/master/cache/ What I also miss is the help file for integrating external pages for own Php scripts. In view/admin there is the file helper.tpl.php but not the file help.tpl.php. Was that forgotten? It would be nice to include this file again. I integrated a test file normally and it works. Has anything changed to integrate files? Kind regards Evi

You can ignore the cache folder during the install. As for the external pages, you now have option to create pages from the admin panel, and assign membership of your choice. The traditional method still work, by including init.php file into your custom page just like before.

9 years ago you promised that crypto/bitcoin payments would be integrated if there was a provider. 8 years ago and 7 years ago you continued to make the same promise. CoinPayments has been available for over 5 years but you still didn’t integrate this payment system.

They have comprehensive documentation here :https://www.coinpayments.net/apidoc

Hopefully, you will soon release an update with Bitcoin Payments. It is too important in this age to ignore

Sure, I’ll have a look. There was no demand for crypto payments ,and that the reason I did not implemented.

Presale Question

Dear gewa13, Can add xendit payment gateway?

Any feature for language?

You can translate language phrases only. As for the payment gateway, I’ll have to look into their api first.

arnaldofaela01 – “Even though the title of the script says “Membership Manager” I don’t know what the script is for”

OMG

It’s for managing your users, as well as membership access. You might have content that requires membership access, or files, or anything else you can think of. On top of everything you get mini cms, where you can create your own site database driven website.

I still don’t understand what this script is for, can you please explain the function of this system in detail?

User management, and membership, and as well as mini cms. You can manage your user,create membership access for pretty much anything. Page content, files or membership for your bridge club, at the same time you can create standard pages for a personal, or business site,

Hi, if I installed this application in main domain called abc.com Can I protect a page of subdomain called app.abc.com ? The basic idea is the subscription I want to create for my user’s application is loaded on subdomain.

No you can not. You need to install script on the same domain or subdomain, in order to protect pages.

Thanks ! I still wondering ,

Is there any API to check user Subscription still active ? So that I can write my own script on subdomain to protect the pages ?

For user authentication i may use same database.

I can use the domains as follows -

www.domainname.com/admin

www.admin.domainname.com

Please let me know.

If your coding skills are sufficient, you can do whatever you want. As per my previous reply, you can only protect the same domain or subdomain where the script is installed, but not both. Currently there is no api of any kind.

hi is it possible to add referral link for members ?

Sorry, there is no referral system in place.

We are encountering this error: the editors can’t see the front content as for some reason they appear as logged out; how can we solve this issue?

All admin staff, needs to log in via admin panel. Viewing membership protected pages even as admin staff will not work in front end, regardless if they are logged in in backend.

Can we get Version 5 before the php version change?

You must have PDO driver installed. Ask your hosting company to enable it for you.

it is installed and still the same error; no need to reply; we’ll use a different tool that is not plagued by bugs

That does not make any sense. If PDO driver is installed you would not be getting that php error. This has nothing to do with the scrip, but your server configuration. As for being “plagued” by bugs, there is a difference between bugs, and server misconfiguration. Thousands of users are using my script without any issues.

Just installed a fresh install on Membership Manager Pro…

I simply tried to update the Home page and this happens. What needs to be done to fix it?

this is the error I am getting http 500:

TypeError /home/u455831090/domains/scansign.io/public_html/lib/Core.php : 282 Cannot assign array to property Core::$page_slugs of type stdClass

Code /home/u455831090/domains/scansign.io/public_html/lib/Core.php:282

$this->notify_admin = $row->notify_admin;
$this->auto_verify = $row->auto_verify;
$this->social = json_decode($row->social_media);
$this->mailer = $row->mailer;
$this->file_dir = $row->file_dir;
$this->one_login = $row->one_login;
$this->enable_dmembership = $row->enable_dmembership;
$this->dmembership = $row->dmembership;

line 282 $this->page_slugs = json_decode($row->page_slugs);

$this->smtp_host = $row->smtp_host;
$this->smtp_user = $row->smtp_user;
$this->smtp_pass = $row->smtp_pass;
$this->smtp_port = $row->smtp_port;
$this->sendmail = $row->sendmail;
$this->is_ssl = $row->is_ssl;
$this->backup = $row->backup;
$this->wojov = $row->wojov;

Looks like something went wrong with your database. Could you please email me from my profile, and I’ll have a quick look.

During installation i got the notification that the view/front/themes/master/cache/ is unwriteable. I checked to find the folder and change its permissions but it seems there was no folder. I proceeded the steps of the installation. Then on the configuration step i entered the credentials of the database and i got the following error Could not connect to MySQL server SQLSTATE42000 Access denied for user ‘XXXX’@’localhost’ to database ‘XXXXX’.

Can you please help me with the installation? Should i replace the name “localhost” with something else?

Just wanted to add that i install on a subfolder on a domain name and i have edited the htaccess file on the “RewriteBase /” where i entered the folder name.

The error you’re getting is related to your incorrect database credentials. I can have a look, just please email me from my profile with your hosting panel access.

Love this script I made it work with my software code it in Visual Studio for membership purchase and work 100%

I’m glad you like it.

Just installed this app. Everything went through fine. Home page loads however all the links return a 403 error so can’t get to the login page or any other page. Has anyone else experienced this before?

Most likely you are missing .htaccess file. Make sure to use the one from the package, it might be hidden.

That was it. Everything working now. Thank You!

No problem

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