FAQ (Frequently Asked Questions)

 

Q. I installed  PHTML Encoder but my scripts does not work, I see some garbage in browser window.

A. It amounts to an incorrect installation of PHTML Encoder.

Here is detailed instruction.

To make sure of this please use following script:

<?php

phpinfo()

?>

In this scripts results should be following sctring: 'PHTML Encoder extension v.3.6 enabled'.

For self-decodable scripts testing just encode above scripts to self-decodable script.

Q. Can I set my own key for PHP scripts encoding/decoding?

A. You must use  PHTML Encoder PRO for this.

Q. With self-decodable scripts using I got PHP error: Call to undefined function phtmldec().

     What is wrong?

A. It amounts that self-decodable scripts found phtmlenc4.x.x library but this library can not be loaded.

1. Check enable_dl parameter in PHP.INI file. It must me 'On'. 

2. Check safe_mode parameter in PHP.INI file. If this parameter is 'On' then PHP can't load library even if enable_dl parameter is 'On'.

3. On multithreaded servers, like Netscape FastTrack (iPlanet), Microsoft's Internet Information Server (IIS) library loadinf disabled. You can use extension statement  in your PHP.INI.