Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  oscThumb

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Combined versions 1.1a and 1.1.1. Complete package.
Added solution:
- fixed problem with changing the width of right column when is any review
Validated all image links
Updated manual

*** This is not complete package !
a quick fix in the file /home/ofs/public_html/phpThumb/phpthumb.class.php, lines 100 and 101.

change

var $config_nooffsitelink_enabled = false;
var $config_nooffsitelink_valid_domains = array();

into the below:

var $config_nooffsitelink_enabled = true;
var $config_nooffsitelink_valid_domains = array('yourdomain.com','www.yourdomain.com');

No attached.
-Added the possibility to use ZoomCrop
- added the possibility to add additional Parameters in the Admin Settings
Well working version of oscThumb, which uses latest phpThumb v1.7.9 (May 2008).

This is complette package.

Forum: http://forums.oscommerce.com/index.php?showtopic=281009
Well working version of oscThumb, which contains all the known solutions before publication of this version.

This is complette package.

Forum: http://forums.oscommerce.com/index.php?showtopic=281009
Added solution included on Forum osCommerce (http://forums.oscommerce.com/index.php?showtopic=281009) before publication of this version:

ERROR: invalid hash

Disabled checking of hash in phpThumb.config.php (parameter <font color="#3F3F7F";>$PHPTHUMB_CONFIG['high_security_enabled']</font> set to false).
no image watermark
Fixed path of a watermark in catalog/includes/classes/oscThumb.php - line 231 looks like this:
<font color="#3F3F7F";>$params .= "&fltr[]=wmi|/phpThumb/watermarks/".WATERMARK_IMAGE."</font>(...)
no separator (pixel_trans.gif)
Assigned original separator in catalog/includes/functions/html_output.php (the change is shown in Installation Instructions section).

Other small changes:
- renamed section 'Thumbnails' at 'oscThumb'
- established a new order ID field in the database

Updated manual

NOTE: This version is prepared for a fresh installation of osCommerce 2.2RC2a.
oscThumb contribution uses the open source project phpThumb to create thumbnails of your images.
Instead of sending the full size image to the browser and let the browser resize it, which can seriously slow down the loading time of your pages and look ugly, oscThumb will generate thumbnails and save them in a cache folder on your server, for future use.
It used Imagemagic (if available) or GD library to generate gif, jpg and png thumbnails.
In my knowledge, this is the only thumbnailing contribution that can really protect your images agains thieves!

Following features are included:

Server caching: thumbnails created are saved on the server, no need to re-generate them for each visitor. Automatic cache cleaning function included (size, age, nbr of files).
Watermarking: place a text or image watermark on your images to protect them from thieves.
Security against URL manipulations: filenames encryption make it impossible to find the original image and URL hash check make it impossible to manipulate URL to display images in original size.
Display options: add a frame around your images or buttonize them.
New size for product image on product_info.php page, selectable from admin.
Easy installation: few files to copy, 3 files to modify. Done.

Forum: http://forums.oscommerce.com/index.php?showtopic=281009
   Posted on: 10/24/2007     See contribution details Request Installation with Paid service