Many websites created nowadays do not include the maintenance mode feature in order to prevent users login and access the database. This maintenance mode, actually, is very useful whenever you maintain your database periodically and in the same time you do not want your user accessing your website and the database. Imagine if your user [...]
Read more…How to Add Maintenance Mode to the Websites that Created with PHPMaker 9.0.1
How to Show Announcement in All Pages of Websites that Created with PHPMaker 9.0.1
Have you ever encountered situations where you want to display the announcement for all of your users in all pages of your website that created with PHPMaker? Well, I have. So I created the following modification by customizing the template in order to implement it each time I generate my website using PHPMaker. Now you [...]
Read more…How to Show How Long User Should be Allowed Login in the Messages When Failed Login Exceeds the Maximum Limit Specified in PHPMaker 9.0.1
PHPMaker has already provided the ability to prevent the user if the login attempt exceeds the maximum login retry count for the websites that created by it. If this condition occurs, then the user will get the message that inform her/him about it. Assuming system also have defined the next duration time user will be [...]
Read more…How to Make your Web Application Auto-Logoff After Idle for the Certain Time Using PHPMaker 9.0.1
One of the important things to secure your web application that generated with PHPMaker is by adding the auto-logoff after idle for the certain time feature. Since PHPMaker has not added this feature yet, I have successfully customized the PHPMaker template file in order to implement it. In addition, I also add the new constant [...]
Read more…How to Display the Empty Table in the “No Records Found” Pages in Websites that Generated by PHPMaker 9.0.1
As we know, PHPMaker 9 only displays the message “No records found” without including an empty table that associated with the data and the related fields. It’s better now to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record [...]
Read more…How to Customize Change Password Page in Websites that Generated with PHPMaker 9.0.1
It’s time to customize your Change Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Change Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order to display it properly, since it has [...]
Read more…How to Customize Forgot Password Page in Websites that Generated with PHPMaker 9.0.1
After customizing the Registration page, now we are going to customize the Forgot Password page in websites that generated with PHPMaker 9.0.1. Please note that started from PHPMaker 9, the Forgot Password also supports for Captcha extensions. The good news is: I also have successfully integrated this Captcha extension with Forgot Password page in order [...]
Read more…
Recent Comments