
SlideCrab is a flash slideshow generator to make animated photo rotation for website.It can transforms your photo collection to Adobe Flash file format(SWF) which you can share your memorial moments with your family or friends on your own homepage or website.With SlideCrab,you can easily add a group of still images into stunning Flash slideshow with linkages,alternate text, watermark,navigation button and special transition effects.
SlideCrab is a flash slideshow generator to make animated photo rotation for website.It can transforms your photo collection to Macromedia Flash file format(SWF) which you can share your memorial moments with your family or friends on your own homepage or website.With SlideCrab,you can easily add a group of still images into stunning Flash slideshow with linkages,alternate text, watermark,navigation button and special transition effects.
SlideCrab has the same features as IMGOWL.It provides image protection for website, for
SlideCrab fully supports Smarty template engine and enhances more functions on Smarty.With Propagator “One Tag Concept”, SlideCrab has own smarty tags.You just write {slidecrab}{/slidecrab} container tags to contain a group of existent <img src=”xx.jpg”> tags.It will capture all images’ attibutes and their linkages in no time. You will see all images became Flash slideshow with protection. It’s incredible. [Sample]
Make your image animated and safe for your website with SlideCrab now.

SlideCrab has been tested 100% clean and rated Editor’s Choice on GearDownload.com
Features Comparison:
Purchase the SlideCrab:
Registration:
To enable full functions , purchase SlideCrab registered version please. You can easily order it here.
After finished purchase,please read following steps:
- Install SlideCrab on your server where need to run registered version. (see also : manual 1.3 Installation)
- Run http://www.yourdomain.com/slidecrab/register.php to get the machine code and send it out.
- You will get the serial number via email in a short time.
- Modify the “slidecrab/slidecrab.conf.php” and set the serial number to $SLIDECRAB_SETTING['SERIALNUM'] option.(see also: manual 2.1 Configuration)
- Delete the register.php (or move it to some secure place).
Protect Solution:
Standard save attempts and solution:
SlideCrab and IMGOWL solution:
Who need SlideCrab:
- All websites which needs slideshow and secure their photos.
- E-commerce sites: Protects their product photos.
- News portal – Rotate their hot news photos.
- Photo sites & Gallery – Share memorial photos with your family and friends.
- Adult sites – Prevent free users to access their rechargeable photos.
Please take a look at our customers’ ideas:
Please take a look at our customers’ ideas:

A e-commerce website for selling watches.

A model’s homepage , secure her photo for visitor with SlideCrab’s caption bar.

An adult site. Protect their rechargeable photos for free-users.
For more experience , please download and try it.
Requirements:
- Web server running PHP 4.0.6 or later.
- Web server has installed Zend Optimizer (Click here to download for Free)
- Smarty Template Engine (optional,Click here to download for Free).
Installation:
To install SlideCrab:
1. Extract the zip files to your site folder.
2. Modify the “slidecrab/slidecrab.conf.php” following setting to fit your server.
$SLIDECRAB_SETTING['SITE_NAME'] - Your site name, e.g:Propagator Team
$SLIDECRAB_SETTING['ABS_URL'] – SLIDECRAB absolute URL, eg: http://www.propagator.net/slidecrab/ (Don’t forget include / mark at the end)
$SLIDECRAB_SETTING['SERIALNUM'] – Serial num for registered version
3. Run “slidecrab_sample.php” to check the result.
For Smarty template engine:
1. Following above installation to install slidecrab.
2. Copy “plugins/block.slidecrab.php” to Smarty plugin directory.(located in the plugins/ directory of the distribution.)
3 . Run “imgowl_sample_smarty.php to check the result.
A Simple Sample:
Here is a full working example of how to use SlideCrab,Now let’s see what happen
For non-template engine:
slidecrab_sample.php
==================
<?php
session_start();
require_once(“slidecrab/slidecrab.class.php”);
//Generate 300X400 Flash slide show
$sc = new slidecrab(“abc”,300,400);
//Add images queue to slide show.
$sc->addImage(“images/1.jpg”,”001″,”http://www.propagator.net/slidecrab/images/1.jpg”);
$sc->addImage(“images/2.jpg”,”002″,”http://www.propagator.net/slidecrab/images/1.jpg”);
$sc->addImage(“images/3.jpg”,”003″,”http://www.propagator.net/slidecrab/images/1.jpg”);
//Caption bar setting
$sc->setCaptionBar(30,5);
//Add water mark on images
$sc->setWaterMark(“slidecrab/logo.gif”,10,10,50);
//Slide show setting
$sc->setSlide(4,5,1);
//Get slide show
$flash = $sc->getSlide(“abc”);
//Show slide show
echo $flash;
?>
We strongly recommend to use Smarty template engine.It can make all things happend automatically.
Special Thanks :
Tiger Leung











