MTProtectInclude
<body>
<MTProtectInclude>
...
</body>
This template tag must go at the top of every template and initializes the various protection methods. We recommend it goes below the <body> tag.
PostGreSQL and SQLite Users
If you use PostGreSQL or SQLite as your database, please create a new index template and enter the following into the template body
<?php echo phpinfo(); ?>
View the output of the template and check:
- PostGreSQL users should see a module called
pgsqlinstalled - SQLite users should see a module called
SQLiteinstalled
If you don't have the required modules then you will need to use the MTProtectIncludeSlim tag instead and Password Protection will not be available to you. Please contact your host for information on how to install the necessary PHP modules.

Leave a comment