Gzip Compression PHP script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: www.oxyscripts.com
  • Last update:
  • Platform: Windows / Linux / BSD
  • Language: PHP
  • Price:GPL
  • Company: oxyscripts (View more)

Gzip Compression script description:




Publisher review:
Gzip Compression will radically reduces loading time by sending HTML in a compressed format. This script radically reduces loading time by sending HTML in a compressed format.

right at the top, before everything else. Then at the bottom put Thanks to http://php.weblogs.com/ */ ob_start(); ob_implicit_flush(0); function CheckCanGzip(){ global $HTTP_ACCEPT_ENCODING; if (headers_sent() || connection_timeout() || connection_aborted()){ return 0; } if (strpos($HTTP_ACCEPT_ENCODING, 'x-gzip') !== false) return "x-gzip"; if (strpos($HTTP_ACCEPT_ENCODING,'gzip') !== false) return "gzip"; return 0; } /* $level = compression level 0-9, 0=none, 9=max */ function GzDocOut($level=6,$debug=0){ $ENCODING = CheckCanGzip(); if ($ENCODING){ $Contents = ob_get_contents(); ob_end_clean(); if ($debug){ $s = "Not compress length: ".strlen($Contents); $s .= "Compressed length: ".strlen(gzcompress($Contents,$level)); $Contents .= $s; } header("Content-Encoding: $ENCODING"); print "x1fx8bx08x00x00x00x00x00"; $Size = strlen($Contents); $Crc = crc32($Contents); $Contents = gzcompress($Contents,$level); $Contents = substr($Contents, 0, strlen($Contents) - 4); print $Contents; print pack('V',$Crc); print pack('V',$Size); exit; }else{ ob_end_flush(); exit; } } ?>?>
Gzip Compression is a PHP script for phpWebSite Modules scripts design by oxyscripts. It runs on following operating system: Windows / Linux / BSD.
Gzip Compression will radically reduces loading time by sending HTML in a compressed format.

Operating system:
Windows / Linux / BSD

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5