3289 comments found.
Hello,I have a php script with a single login system.How do i convert the script to use your SAAS system,so i can run my SAAS business ?
You can’t convert your script, instead why don’t you use MMP, since it has the login already built in
Hello, can we use your script with multi-vendor script (such as ZCart, Active eCommerce CMS, or KingCommerce). Please note, we are not planning on using it for the vendors, we are planning on using it for the buyers for digital products.
Sorry, script is no multivendor type, it is a single owner script.
I am on old v3.0. Just moved servers (and upgraded to PHP7 from 5.6) Trying to generate invoice PDF and I get a 500 error, and Php error:
[12-Jun-2021 02:57:48 UTC] PHP Fatal error: Uncaught Mpdf\MpdfException: Temporary files directory ”/home/ttc/public_html/member/lib/mPdf/vendor/mpdf/mpdf/src/Config/../../tmp” is not writable in /home/ttc/public_html/member/lib/mPdf/vendor/mpdf/mpdf/src/Cache.php:17 Stack trace: #0 /home/ttc/public_html/member/lib/mPdf/vendor/mpdf/mpdf/src/ServiceFactory.php(59): Mpdf\Cache->__construct(’/home/ttc/publi…’) #1 /home/ttc/public_html/member/lib/mPdf/vendor/mpdf/mpdf/src/Mpdf.php(1033): Mpdf\ServiceFactory->getServices(Object(Mpdf\Mpdf), Object(Psr\Log\NullLogger), Array, 0, Object(Mpdf\Language\LanguageToFont), Object(Mpdf\Language\ScriptToLanguage), NULL, NULL, NULL, NULL) #2 /home/ttc/public_html/member/ajax/controller.php(230): Mpdf\Mpdf->__construct() #3 {main} thrown in /home/ttc/public_html/member/lib/mPdf/vendor/mpdf/mpdf/src/Cache.php on line 17
Not positive it is looking for the correct folder – but if it is ../member/lib/mPdf/vendor/mpdf/mpdf/tmp then that folder is 777 owned by root:root
Try deleting tmp folder and let the script create a new one.
First, I have been using this for years and it has held up quite well. Thank you. I only have a small number of users, but I am just now realizing something that doesn’t seem is working right on my older version (I think it is v3.0).
1. If you want to reset your password, you enter your username/email/captcha. Enter it all correctly, you get SUCCESS message and emailed a new password. Old password no longer works at this point. Only the new emailed password will work – correct?
2. If you enter the username and captcha correct, but wrong password: you get SUCCESS message and it emails the correct user, with the new password. But old password no longer works at this point.
Now I actually don’t mind this process – email the user when someone tries to change their password – regardless of the password entered, but automatically changing the password at that point seems wrong.
Is this the way everything was intended to work? Is there a way to make it so the password is NOT changed unless the new password (token) is actually used to log in?
Latest version, does not change the password right away unless you confirm it.
Is there a way to get v3 to do this?
Sorry, there is no upgrade option from v3, due to completely different password hash
You need to configure file upload directory as per install manual. Have a look here its for my other script, but the same logic applies; http://ckb.wojoscripts.com/article/digishop-module/
I have an old version. I am getting an error moving to PHP 7.2 from PHP 5.6. PHP Warning: Use of undefined constant MYSQL_ASSOC – assumed ‘MYSQL_ASSOC’ (this will throw an Error in a future version of PHP) in /home/ttc/public_html/member/lib/class_db.php on line 149 PHP Warning: mysqli_fetch_array() expects parameter 2 to be integer, string given in /home/ttc/public_html/member/lib/class_db.php on line 149
I put MYSQL_ASSOC in into single quotes in class_db.php and resolved the first error in my logs. I need to resolve the second line: PHP Warning above.
Please email me from my profile page,,and I will provide correct file.
Hi,
When I create 1 account, it has the infinite loading animation… when I refresh the page it automatically enters the created account.
How do I solve the infinite loading problem so the user doesn’t need to refresh the page?
You need to configure your smtp settings from the admin panel, configuration page.
Hi, sorry to send so many messages…
I’m editing my api, I used md5 before on my system but since I start using your script I need to change ( i use md5 old times on api)
Before I used (API/password): $plain_pass = $_GET[‘password’]; $stored_pass = md5(md5($salt).md5($plain_pass));
How to use with your site (hash + salt)?
Have look at Auth.class.php in lib folder. You’ll find all the necessary functions for cratering hash/salt
Could you do it for me? I bought your site for this purpose…
i need only this for hash+salt on you website: $plain_pass = $_GET[‘password’]; $stored_pass = md5(md5($salt).md5($plain_pass));
i need convert text to the hash+salt for login check work
Please email me from my profile page for instructions
Hi, ty for the good website!
You can add Sellix gateway?
Do you have a working php API, or URL?
Hello, the following warning appears on the administrative login page:
Warning: is_dir(): open_basedir restriction in effect. File(../../setup) is not within the allowed path(s):
Can you tell me how to solve it and if it is harmful to the proper functioning of the site?
I use nginx
Your server open base directory is not configured correctly. Please email me from my profile page and I will help you solve it.
Hi, I have a little error on the registration page
The account is created but remains on the registration page with the button with the loading animation
i use nginx
Most likely your mailer smtp settings are incorrect. Make sure you have that right in admin configuration page under mailer option.
It is possible to add login with google, facebook or twitter?
Maybe in the future update.
Admin etc now working fine, thank you.
Is it possible to pay for customisation so that more than one user can use the same username and password?
I am doing this site for elementary schools, and they would rather not have to give each student an individual (and so different) password set, as the children are young, but get the children all to enter the same credentials in a class.
Thanks
Brian
Please email me from my profile page.
Hi, I installed this fine, but really need a tutorial to set it up. I bought 4.0 and just again bought 4.5 (was that necessary?) and haven’t succeeded in using it yet. Where can I get step by step setup (not installation) instructions on how to protect pages/folders and only show them to registered members. How to have non-registered members be shown to the sign up and pay page, etc.. Thanks!
Seth
Have a look at help section in admin panel. It explains how to protect pages based on membership access.
Hi! I want to see the cron examples, but the two links do not work.
1. For CPanel - http://www.siteground.com/tutorials/cpanel/cron_jobs.htm
2. For Plesk Pnel - http://www.hosting.com/support/plesk/crontab
You also say that there are two files inside / cron / directory cron.php, but I only see cron.php.
Any solution? Thank you
For Cpanel, you can use this link. https://help.fasthosts.co.uk/app/answers/detail/a_id/2198/~/setting-up-cron-jobs-in-cpanel
you just need to point to cron.php file that’s all.
hello I installed the script correctly, and it runs but I have a problem, my SMTP are correctly configured but when user register it keeps loading until you refresh the page again so it log in automatically,
2. when I send single email from admin dashboard the send button keeps loading I tried to put debug to true and the debug doesn’t show this warning )
stream_socket_client(): unable to connect to ssl://smtp.gmail.com:465 (Network is unreachable) in /home/voosadverts/public_html/register/lib/swift/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 267
[Exception] => Connection could not be established with host smtp.gmail.com Network is unreachable #101 file: /home/voosadverts/public_html/register/lib/swift/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php
but my network is very strong, I don’t have any network issue. thanks.
It has nothing to do with the speed of your network, try using 587 port, and if that does not work, you need to use your own hosting smtp. Some hosting companies don’t allow 3rd part smtp.
Alex, I am using v4.0 mmp with php 7.2.
The countable 2() error is occurring. Pls advice the patches.
Hi Alex,
I renew support and can i have the patches for version 7.2 as i got countable 2 error.
Pls advice.
Martin
Urgent…
Please see my reply below.
Two questions please.
First, is there a way to have a page or two which they can just read all about the little club before they are faced with a “sign up or go away” page?
Secondly, the $32 fee seems fine – but is this ONLY for totally free memberships? The $32 seems fine but $175 may be more than we end up taking in membership fees.
You can create your own HTML pages, or a page as being a part of framework, and you can set your membership prices to whatever you want.
Hi Alex,
I have upgraded to version 7.2 and face the countable2 issue, i understand i need the patches for db.class to be uploaded to /lib folder.
Where can i get a copy or i have to renew support to have it ?
Let me know and happy to support u.
Martin
If you are using the latest version, no patches are needed, otherwise, please email me from my profile page with your request.
I am using v4.0 mmp . Pls advice
how will i remove the error message countable2 with my current v4.0 and php 7.2
Please email me from my profile with your FTP, and URL where script is installed.
any update… urgent ?
i will reply u to yr email.
Reply sent