Version: 1.0.0 B 3, by Andreas
Developer Last Online: Jan 2023
Category: Miscellaneous Hacks -
Version: 3.8.x
Rating:
Released: 01-22-2009
Last Update: Never
Installs: 90
No support by the author.
This Add-on minifies your CSS.
License
This Add-on is based on the famous YUI Compressor and licensed under the BSD License.
Copyright (c) 2009, Yahoo! Inc.
All rights reserved.
Redistribution and use of this software in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the
following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions
and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of Yahoo! Inc. nor the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission of Yahoo! Inc.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
vBulletin Compatiblity
vBulletin 3.7+ is required
PHP 5+ is required
Important Note
To activate the minifcation, you must save the style after installing the product.
In case your CSS is screwed up after using this product, just disable it and save the style again.
possibly the minification doesn't work properly... i believe using some minify plugin from google page speed would be a lot better... what do yah think?
On some systems running Minify, an attacker may be able to reveal the contents of
arbitrary files. You are strongly advised to follow the instructions below to manually
patch your system, and upgrade to Minify 2.1.7 when possible.
PATCH INSTRUCTIONS
------------------
Open /min/index.php. A comment block begins on line 2.
Insert a line break so that the comment begins on line 3.
Copy and paste the following code onto line 2:
if (isset($_GET['f'])) {
$_GET['f'] = str_replace("\x00", '', (string)$_GET['f']);
}
An attacker may be able to use Minify to reveal the contents of any file PHP has access to
within the document root, including sensitive configuration files.
Thanks to Matt Mecham for reporting this vulnerability.
MINIFY 2.1.7
------------
You are strongly encouraged to upgrade to Minify 2.1.7, available at these URLS: