Author |
Message |
phpcoder
Joined: 28 Aug 2005 Posts: 1
|
Posted: Sun Aug 28, 2005 3:18 am Post subject: Free Obfuscating HTML Encoder |
|
|
Hi,
I tried to insert the HTML Encoder inside my html folder, except that I got this error:
Quote: | /home/________/public_html/html_encoder_1.9.php cannot be processed because an untrusted PHP zend engine extension is installed. Read more about this message |
I'm using the latest Ioncube and the Ioncube Loader for PHP 4.4.0 for Linux at run-time. What do I need to do? |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Sun Aug 28, 2005 5:03 pm Post subject: |
|
|
Thanks for flagging this. The HTML Encoder should be encoded so as to allow opensource extensions to be installed. I believe that the developer, an associate of ours, actually has a newer version that we haven't taken yet and so you might want to contact them directly for a newer version. They can be reached at jeff@rwjd.com _________________ Community Admin |
|
Back to top |
|
 |
nove
Joined: 04 Nov 2005 Posts: 1
|
Posted: Fri Nov 04, 2005 8:35 pm Post subject: |
|
|
hi,
I am a programmer from Taiwan .
Now my plan is to purchase one license of ionCube encoder and also want ot use the obfuscating HTML encoder.
However when I try the obfuscating HTML encoder ,the result page always show in wrong charset and cannot see any chinese words.(we use in UTF-
Dose it only support charset iso-8859-1 ??
anyone can tell me about that?
Thanks in advance ,
Tony |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Sat Nov 05, 2005 12:12 am Post subject: |
|
|
It may do. A partner of ours developed the script, partly as a demonstration of encoded files, and it would be best to contact them directly as they may have a newer version. They can be reached at jeff@rwjd.com _________________ Community Admin |
|
Back to top |
|
 |
jeff
Joined: 06 Jan 2005 Posts: 12 Location: Pawtucket, RI USA
|
Posted: Mon Jul 24, 2006 9:08 am Post subject: |
|
|
I actually have a new version of the HTML Encoder which I am getting ready to release to put up on the site for download.
A forum will be added just for the HTML/JS Encoder so that I can monitor and answer these types of requests quicker.
-Jeff |
|
Back to top |
|
 |
MrEnirO
Joined: 13 Oct 2006 Posts: 1
|
Posted: Fri Oct 13, 2006 7:06 pm Post subject: |
|
|
Hi.. I have a problem whit html encoder,
I used it whit russian ( cyrillic ) text, and when i brows it, i get but it should be
Here`s the source:
Code: | <?php
include("html_encoder_1.9.php");
?>
<table>
<tr><td>
конец
</td></tr>
</table> |
Can you fix this problem whit russian ( cyrillic ) text. |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Sat Oct 14, 2006 10:11 am Post subject: |
|
|
Thanks, this is noted. The HTML obfuscator is really provided as is and is not going to be suited to all applications, but it should be possible to support 8 bit characer sets. _________________ Community Admin |
|
Back to top |
|
 |
urbinacube
Joined: 22 Feb 2007 Posts: 2
|
Posted: Thu Feb 22, 2007 5:53 pm Post subject: |
|
|
I just bought the PHP Encoder and IPF and has been testing it.
Just a suggestion.
A better product update for integration is the most logical option for me.
When the php encoder encodes the php files, it should have an option to include the html encoder as well, systematicly removing the need to manually put the include php function on every page.
Also, the html encoder should have two versions.
1. ] No Right Click and HTML's encoded. (Original Version)
2. ] HTML encoded only (Some users will dislike your web site if it doesn't have right clicks.)
- Right Click is just a basic function that even I myself can not live without.
- Besides, they still can go to the View Option on the Menu Bar anyway.
I would really love to see a newer version with Right Click enabled.
Thanks. |
|
Back to top |
|
 |
liaison ionCube Support
Joined: 16 Dec 2004 Posts: 2788
|
Posted: Thu Feb 22, 2007 10:44 pm Post subject: |
|
|
Quote: | it should have an option to include the html encoder as well, systematicly removing the need to manually put the include php function on every page. |
It isn't necessary to do this for most PHP applications because they will access common files for some if not all of the pages, and particularly for any pages that you might want to protect. As long as you've included the file before any output is produced, you've got things covered.
So for example, if you have a standard file of utility functions or classes that all files include, simply put an include of the HTML encoder there and you're done.
Lastly, just add the HTML Encoder to your source files folder and the Encoder will copy it to your target folder. You won't even need to edit the project settings to explicitly tell the Encoder to copy the file because it will automatically copy any file that it sees is already encoded rather than blindly encoding it twice, which would give unexpected behaviour at runtime. _________________ Community Admin |
|
Back to top |
|
 |
|