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 pgsql installed
  • SQLite users should see a module called SQLite installed

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.

About

This is part of the official user manual for MT Protect, a plugin for Movable Type by Arvind Satyanarayan.

More Information »

I Heart Melody