This tutorial will guide you how to implement Masino Extensions in a new project of PHPMaker version 10 as well as I did for version 9.2.0. When I was writing this article, I have been testing all the extensions for version 10.0.5 (as this is the latest version). Please, make sure you always download the […]
MasinoCaptcha10, Displaying the Captcha Without Having Regenerating Scripts in Websites that Generated by PHPMaker 10
MasinoCaptcha10 is an extension that intended to be used together with the other extensions I created for PHPMaker 10. This extension has the ability to always generate the Captcha (security code) in the Login, Forgot Password, Register, and Change Password pages without having to depend on the related setting from the Advanced Security of PHPMaker. […]
Step by Step How to Implement Masino Extensions in a New Project of PHPMaker 9.2.0
This tutorial will show you how to implement Masino Extensions in a new project of PHPMaker 9.2.0. This is very useful for those of you who want to start a new project by using the extensions I created for PHPMaker 9.2.0 from the scratch. In this tutorial, we will use MySQL as the database. There […]
MasinoCAPTCHA, the Substitute for CAPTCHA extension in Websites that Generated by PHPMaker 9.2.0
MasinoCAPTCHA extension is an updated version or the substitute for CAPTCHA extension that created by PHPMaker. This extension will be placed in the same CAPTCHA type with the original CAPTCHA extension. In other words, you cannot use both CAPTCHA and MasinoCAPTCHA extension at a time. You have to choose one of them. With this MasinoCAPTCHA […]
How to Add “Auto Logout After Idle for the Certain Time” in Websites Created With PHPMaker 8.0.3
PHPMaker has provided the constant in the configuration (ewcfg*.php) file in order to compare with the value of your users’ idle in the website that created with PHPMaker. This constant is called with EW_USER_PROFILE_SESSION_TIMEOUT. If you read the PHPMaker help file from the Security Settings -> Login status timeout (minutes) — and I believe that […]