Онлайн Компрессор текста на PHP (+ скачать PHP скрипт)

По теме:


Зашифровка HTML кода или любого текста

На большинстве сайтов HTML код находится в открытом доступе, это означает, что любой вебмастер, может без труда воспроизвести его, просто глядя на экран готовой веб-страницы.

Однако некоторые оптимизаторы рассматривают исходный HTML код своих вебпроектов, как коммерческую тайну или «ноу-хау».

Сохранить от несанкционированного использования свой интеллектуальный труд, поможет данный сервис, при помощи которого вы сможете быстро зашифровать исходный HTML код через javascript.

Кодирует html или любой текст в java-script. Удобно для скрытия какой-либо информации (например, от рипов или защита e-mail от спама.)

 Скачать A JavaScript Compressor [script PHP]  packer-php.rar  packer-php.rar  Virus Free by KAV 

script to pack:

Note: this page needs to be updated for version 3.0.

Usage

All statements, including function declarations, must be correctly terminated with semi-colons.

The packing algorithm is forgiving of all forms of JavaScript with one exception. You must correctly terminate all JavaScript statements with semi-colons. This includes function declarations.

Here is an example of correct, semi-colon terminated JavaScript:

// sample code

var input, output;

// notice the semi-colon at the END of function declarations

onload = function() {
 input = document.getElementById("input");
 output = document.getElementById("output");
 clearAll(true);
};

function packScript() {
 output.value = pack(input.value);
};

function clearAll(focus) {
 output.value = input.value = "";
 // the "if" statement is NOT terminated with a semi-colon
 if (focus) {
 input.focus();
 }
};

Options

Base62 encode

Shrink variables

Features

Debug code(;;;)

Three semi-colons (;;;) are treated like single-line comments.

For example, this code:

;;; alert("TEST!"); 

Would be removed by the packing program.

Platforms

Packed scripts should successfully unpack on all browsers that support JavaScript. Only basic JavaScript functionality is used to decode the packed script.

Some browsers may not support the packer itself. The web interface requires DOM support. Legacy browsers will display a disabled interface.


Created/Updated: 25.05.2018

stop war in Ukraine

ukrTrident

stand with Ukraine