44.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

05-20-2017, 06:34 AM
Post: #1
[GET] Dynamic Website Compressor
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
05-20-2017, 12:45 PM
Post: #2
RE: [GET] Dynamic Website Compressor
Mirror : http://www.multifilemirror.com/wa25drz8b...r.zip.html
05-20-2017, 01:09 PM
Post: #3
RE: [GET] Dynamic Website Compressor
Updated link
Code:
http://www110.zippyshare.com/v/xnTHlSen/file.html




26.gif