Best Blackhat Forum

Full Version: [GET] Dynamic Website Compressor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dynamic Website Compressor

Minify your HTML - inline CSS - inline JS on the fly


INSTALLATION
1. Login to your FTP account
2. Upload compressor.php to your public_html or www folder.
3. Open index.php file and add below line just after <?php tags.

Code:
include_once('compressor.php');

Thats it! You are done!

Escapes Tag

Use these tags if you want to prevent parts of your HTML - inline JS - inline CSS from getting compressed. The content between these tags will not get compressed or touched by compressor.

THE CODE
Code:
<dwcescape> </dwcescape>

USAGE EXAMPLE

Code:
<dwcescape>
<p>This part of HTML will not be get compressed</p>
<p>New line will not get remove</p>
</dwcescape>

I hope someone finds this as useful as I have.
If you love it, please consider supporting the developer, as I have done.


Product page
Code:
https://codecanyon.net/item/dynamic-website-compressor/2838376

DOWNLOAD
Code:
http://sweetjeebus.com/1R/compressor.zip

Password is default
Updated link
Code:
http://www110.zippyshare.com/v/xnTHlSen/file.html
Reference URL's