This following trick will show you how to restrict login time in web applications that generated by PHPMaker. Let’ say, you don’t want your web application users login before 03.00 AM and after 11.00 PM (for example, since there are additional back-end process in the server after 11.00 PM and before 03.00 AM). If users […]
MasinoLogin, Extension for Customizing your Login page in Websites that Generated by PHPMaker 9.2.0
MasinoLogin extension is useful for those of you who want to customize the Login page that generated by PHPMaker. With this MasinoLogin extension, you will see a new look and view of the form for the Login page. In addition, there are two new additional constants that were added into your configuration (ewcfg9.php) file. They […]
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 […]
Customizing Login Page in Websites that Generated by PHP Report Maker 6.0.0
The following customization will modify your Login page in web applications that generated by PHP Report Maker 6. We are not going to customize the generated Login page for this purpose. We are going to customize PHP Report Maker template files, so this can be re-used for your other future projects. Just like the customization […]
How to Combine Current User ID and Current User Name into User Column in Audit Trail of Websites that Generated with PHPMaker 9.0.1
PHPMaker has the ability to generate Audit Trail in order to log users activities in your web applications, either using log file or database. I recently using database instead of log file for implementing Audit Trail in most web applications I created. Unfortunately, PHPMaker does not log both CurrentUserID and CurrentUserName values in User column […]