Mirror: WorldWide | Asia
 Web Products
SlideCrab:SlideShow Generator New!
IMGOWL: Image Protection
Formcat: Form validation
WebKing CMS System
 Framework
PIGCAT PHP Framework
 
 How to..
How to order?
How to donate us?
How to contact us?
 Links
Justto Technology
Zend Studio
Smarty Template Engine
Hotscripts.com
 



 

Registered Version


USD $39.99

/one domain license


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 Live Demo!


SlideCrab has the same features as IMGOWL.It provides image protection for website, for those used to display portfolios of artworks and photographs in quality high resolution or some important photographs. It enables complete protection against image theft and the unauthorized linking of images from other websites. It transfers internal data with encryption, all stealing attempts are impossible.

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.


Download Trial version for Free Order IMGOWL View Demo

Features Comparison:

Feature
SlideCrab
Registered Version
SlideCrab
Trial Version
IMGOWL 2.0

Display and rotate images in sequential
Easily generate an image rotation in no time.

Specify a rotate time between images
Set a timer for image rotation.

Display the images in a loop
Auto-play, randomize, loop...it's up to you.
Customize caption on image in TXT/HTML
Customize caption text and caption bar
Write alternate text of image on a customized caption bar for you image.It supports HTML and hyperlink.
some functions
Safeguard images
Customize watermark image with position and transparency
Secure your photos from being copied,you can easily add your own watermark on your slideshow.

Two navigation types (Pages and Next/Previous)
Navigate by paginate numbers or next/previous- it's up to you.

Customize navigation button with position and color
You can change the navigation button's color and position to fit in your website color palette.

Special transition effects
Randomized transition effects for slideshow.

Specify an URL for each image
You can set individual hyperlink for each image.

Auto resize image to fit in the slideshow
Auto resize your image to fit in you slideshow width and height.
Fully support Smarty engine and provides Smarty plugins
SlideCrab has own smarty tags.It can auto attach some groups of images and including their links,attributes etc. Make it happen automatically.

Support non-template solution
Although SlideCrab can optimize function with template system,it support non-template designing fully.
Progress bar for loading image.
Progress bar for loading image
Show the percentage downloaded with a bar before loaded images.

Supports multiple slide show on one page
Unlimited images and unlimited slideshow sets in one page.

Fast and neatly protect your images
Loads image to dummy flash swf file and integrates with caption bar and watermark. No one can save your image in the world.

No need third-parts software,No modify original layout.
SlideCrab creates FLASH file, so it can run with no any third-part softwares or plug-ins in mosts of browsers.

Email Support
We provide professional business support


One domain license register fee
$39.99/domain
FREE
$19.99/domain


3-5 licenses fee
$29.99/domain
-
$15.99/domain


more than 10 licenses fee
$25.99/domain
-
$9.99/domain
 


Protect Solution:

Standard save attempts and solution:


Starndard image save methods
Standard Solution
Disadvantages
Right MouseClick Save
Disabled Right-Click by Javascript
Sufer can go though the page source to get it easily.
Direct page dowload
No effective solution.
Sufer can dowload all elements from page in browser save function.
Drag to save
No effective solution.
Sufer can drag the photo to any local folder in any browser.
Screen Capture
Create watermark on image
It's a damaging solution.Standard watermark tools should modify original photo to mix down with watermark.It's a loss.

SlideCrab and IMGOWL solution:

Standard image save methods
SlideCrab & IMGOWL Solution
Disadvantages
Right MouseClick Save
Pprovides protection by flash object. Flash object does not support right mouse-click save function.
N/A
Direct page dowload
Loads photo to a dynamic dummy object.No real entity for download.
N/A
Drag to save
Flash object do not support drag save
N/A
Screen Capture
SlideCrab provides colorful caption bar and watermark.secure your photos from being copied Notice that it's incredible that it will never modify original photo.It just a dummy mix-up.
N/A

 
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:



    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:
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.

We strongly recommend to use Smarty template engine.It can make all things happend automatically.

Credits:
2007 © Copyrights By Propagator.net™ , All rights reserved.

Author: Joey Wong [Huang JunYan]

Special thanks: Tiger Leung , Charlotte Chan.
©2007 Propagator.net . All Rights Reserved. Propagator founded by Joey.Depuis 1999.

Propagator,SlideCrab,Formcat,ImgOwl,WebKing are propagator 's trademarks.

Terms of Service | Privacy Policy ÔÁICP±¸06003734ºÅ