CrypTHOR – Advanced Encryption Software (Windows)

CrypTHOR it’s a Multi Algorithm/Hash encryption solution created for any kind of person looking for a simple yet powerful security alternative for file and text encryption.

With CrypTHOR you will be able to safely encrypt your texts before send them through unreliable channels or even to your associates via email making the message unreadable to unwanted persons. It’s is also the perfect choice for those looking to encrypt files of ANY type being proved already with most common extensions such as PDF , DOC, EXE , XLSX, TXT , MP3, AVI , etc.

It has a built in Algorithm/Hash engine that made the encryption more powerful than ever, it combine one more safety lock by including “Keywords” on every operation.
Check your files before opening them by verifying the original Checksum and decrease the chance of being target of malware nesting onto your downloaded files.

It has a hasher so you can easily convert text to common hashes.
Included algorithms are: Blow Fish, Cast 128, Cast 256, DES , 3 DES , ICE, Thin ICE , ICE 2, IDEA , Mars, Misty 1, RC2 , RC4, RC5 , RC6, Rijndael, SerPent, TEA and Two Fish.

And hashs included are: Haval, MD4 , MD5, RMD 128 , RMD 160, SHA 1 , SHA 256, SHA 384 , SHA 512 and Tiger.
Don’t miss the chance to get CrypTHOR, your privacy’s best friend.

Download CrypTHOR – Advanced Encryption Software (Windows)

IMDB Grabber (Miscellaneous)








The IMDB Grabber allows you to extract information about a particular movie from its IMDB page. It consist of a PHP class which grabs details based on Movie/TV show’s name, Its IMDB ID (if you know it!) or even its full IMDB URL .

It helps you to capture data rapidly so if you embed this grabber class in your application/website it will ensure a high performance rate. It has also got a database functionality which helps you to store the extracted data into your database. Another amazing feature is its JQuery Ajax backend which allows you to grab movie information without reloading the page.

Sample Website making perfect use of IMDB Grabber script : http://flickonline.com/crank-high-voltage/

Features

  • Clean and object oriented PHP codes.
  • Fully customizable
  • Extensive documentation
  • Works in all major browsers
  • Data Storage supported
  • Allow you to obtain Media Information by providing:

Requirements and Recommendations

A PHP enabled server (version 4.3+) is required for the script to work.

NOTE : A basic knowledge of PHP is recommended to be able to implement the script, however the documentation is extensive so you may not need any.

Please help us

If you are going to rate the script less than 5 stars, please tell us what we can do to make it 5 stars
for you and we’ll fix it. We would love to hear your suggestions on how we could improve the script, leave us a comment or send us an email and your suggestion might make it in to a future version!

Download IMDB Grabber (Miscellaneous)

Advanced Categories Widget (Widgets)

Advanced Categories Widget is an advance widget that gives you total control over the output of your categories.
Support multiwidget, category image, easy to customize and full features. Displays a list of Categories as links.
When a Category link is clicked, all the posts in that Category will display on a Category Page using the
appropriate Category Template dictated by the Template Hierarchy rules.

Installing Plugin

From the Administration Panels , click on the Plugin tab. Once you have uploaded the plugin to your WordPress plugin directory, activate it from the Plugins Management page.

Using Plugin

Goto the Widget tab of the Appearance section, drag the widget to your available widget area and configure the widget.

Features – Widget options

Here is the widget options you can customize:
Title & Show title
Show description for displaying the categories description.
Style, with HTML list or none.
Order, ascending or descending.
Orderby count, id, slug or term group.
Depth, controls how many levels in the hierarchy of categories are to be included.
Number, sets the number of categories to display.
Thumbnail Height & Width, for diplaying the categories image size.
Intro & Outro text, if you want to add additional text or HTML .
Include & Exclude, only include or exclude the selected categories.
Exclude Tree, exclude category-tree from the results.
Child of, only display categories that are children of the category identified by this parameter.
Current Category, allows you to force the “current-cat” to appear on uses of wp_list_categories that are not on category archive pages.
Search, only for searching given categories.
Feed, display a link to each category’s rss-2 feed and set the link text to display.
Feed Type, show the fed type in atom, rss, rss2, or rdf.
Feed Image, set a URI for an image to show as a link.
Hierarchical, set a URI for an image to show as a link.
Use description, sets whether a category’s description is inserted into the title attribute of the links created.
Show last update
Show count, toggles the display of the current count of posts in each category.
Hide empty, toggles the display of categories with no posts.
Custom Style & Script, if you want to add additional CSS style or javascript per given widget ID.

Uninstalling Plugins

To remove this plugin, make sure the plugin is deactivated from the Plugins panel. Go to your website’s wp-content/plugins folder (usually with an FTP program) and look for the file name zTwitter. Select the file name and delete it.

If your WordPress installation is on your hard drive, open the wp-content/plugins folder and find this plugin file name, select it and delete it.

Sources and Credits

Timthumb

Change Log

1.0. Initial Release

Download Advanced Categories Widget (Widgets)

PHP Javascript Obfuscator (Miscellaneous)

Obfuscate, scramble, minimize, domain lock, set an expiration date and encrypt your JavaScript code to protect it against theft!
This safe JavaScript anti-theft protection allows you to deliver live obfuscated encrypted JavaScript code by online processing the original source code directly on the server side, so no offline processing is needed. Just copy your original JavaScript source code to the server, and deliver it to the browser through the WiseLoop PHP Javascript Obfuscator and you will be protected against theft.

Usage Example

  • Classical (unprotected) JavaScript integration:
    <script src="the-path/the-directory/the-subdir/my-js-code.js" type="text/javascript"></script>
  • Protected JavaScript integration through WiseLoop PHP Javascript Obfuscator:

    <script src="jso.php?repository-name|my-js-code.js" type="text/javascript"></script>

Main Features

  • dynamic bytecode encryption: to deliver a different content on each request making decryption very difficult;
  • names obfuscation: obfuscate declared variable names by replacing them with self generated ones consisting only of this chars: ‘I’, ‘l’, ‘1’ making the code hard to understand and modify;
  • current internet domain locking: to limit the code functionality to the current domain only, so the script will stop working if copied to another internet domain;
  • decoy code generation upon illegal HTTP requests: to protect the resulted obfuscated JavaScript code files against direct scrapping – if direct acces attempts to the obfuscated JavaScript code are detected, a trap bogus-decoy source code will be generated so that the possible thief will work in vain if he will try to deobfuscate the final result;
  • expiration date setup: to apply a time limit to the code functionality, so the script will stop working when a certain date is reached;
  • source code repository based access type: for easier access to JavaScript files and to hide the real path of the JavaScript files, so nobody will know where they are located;
  • size optimization: will minify the code by removing comments, carriage returns, line feeds, tabs and white spaces;
  • smart caching engine: to provide fast delivery speeds by avoiding processing of already obfuscated JavaScript files and loading them from the cache instead;

Requirements

  • Apache Web Server 2.0.0 or above
  • PHP 5 .0.0 or above

Installation Instructions

  • Step 1: make a folder named /php-javascript-obfuscator on your Web server;
  • Step 2: copy entire /bin and /cache directories to the new created /php-javascript-obfuscator folder;
  • Step 3: make sure that the /php-javascript-obfuscator/cache directory is writable;
  • Step 4: configure the obfuscator by modifying the /bin/wlJSOConfig.php file;
  • Step 5: setup your JavaScript repository by modifying the /bin/wlJSOConfig.php file;
  • Step 6: include your JavaScript file inside your project like this: <script src="jso.php?repository-name|my-js-code.js" type="text/javascript"></script>

Information

Note: Please note that what can be done, can be also undone.
Although WiseLoop PHP Javascript Obfuscator can provide a high protection level for your JavaScript work, it cannot guarantee a full bulletproof protection due to the public and open architecture of JavaScript and web browser combination. If the browser can see your JavaScript code (even obfuscated), the humans can see it too; so, a potentially thief can try to deobfuscate it and reach closer to the original source code. By using different techniques, WiseLoop PHP Javascript Obfuscator will surely discourage the unobfuscation attempts, forcing the thiefs to think twice before stealing your code instead of buying it.


If for some reasons your JavaScript code stops working after obfuscation, instead of giving bad rates, please report the problem to WiseLoop team. We will make all the possible efforts to solve any issue and make this software to deserve a 5 star rating from you.
Thank you.

This software product is sold exclusively on codecanyon.net. Please do not download it from elsewhere.

free counters

Download PHP Javascript Obfuscator (Miscellaneous)

Social Buttons Pro for WordPress (Social Networking)

Social Buttons Pro is the only plugin that combines all of the features of the web’s most popular social buttons with an easy to use shortcode and template tag.

Demo Video

Check out the demo video Here On Vimeo
(Note: The demo video does not show use of the template tag for obvious reasons ;) )

Features

  • Currently supports 6 different buttons and 4 services!
  • Shortcode and Template Tag support -This allows you to insert social buttons anywhere in your site, posts, pages, and even automatically generate buttons for every page of your site!
  • Includes a robust tinyMCE plugin that allows you to easily customize and insert social buttons into your posts and pages with no code required! Just point and click!
  • Selective API loading and localization support via slick built in settings panel!
  • All options work with both the template tag and the shortcode!
  • Includes full documentation on how to use both tags and examples.

Facebook Features

  • Selective API loading
  • Display 3 different button types! Like Button only, Like Button + Share Button combo, Share Button Only
  • Facebook Light / Dark color scheme support
  • Showfaces support
  • Button layout support
  • Localization Support

Google Plus Features

  • Selective API loading
  • Localization support
  • Supports ALL of the Google Plus button layouts.
  • Show / Hide Plus count support

Tweet Button Features

  • Selective API loading
  • Customize counter display
  • Hide counter display

LinkedIn Features

  • Selective API loading
  • Customize counter display
  • Hide counter display

Selective API Loading?

A lot of the time plugins that use the Facebook, Twitter, Google, etc social button APIs load them outside of WordPress. If you have a lot of social plugins loading the same API libraries this can cause problems with your social plugins, buttons, or other plugins on your site. Social Buttons Pro allows you to selectively enable / disable the loading of any social api that the plugin uses. This is great for people with custom themes that have libraries hard coded into them, or other plugins on their site that may be buggy or not load the correct libraries.

Download Social Buttons Pro for WordPress (Social Networking)

Foobar – WordPress Notification Bars (Advertising)

A WordPress plugin for adding great looking notification bars to your site.

Requires WordPress 3.1

Visit the official site for videos, demos, feature lists and more!

The Foobar is a plugin for WordPress that allows you to add a highly customizable bar to the top of your blog or website. You can display different notifications on different pages and define a default bar that will display on all your pages.

Tweets, RSS feeds, social profiles, custom HTML , you name it – Foobar can handle it!

Increase sales. Get more newsletter signups. Get more Twitter followers or Facebook likes. Whatever you goals are, Foobar can help you reach them.

With over 30 options to customize, there is no limit to how your Foobar can look and function.

Features

  • Unlimited Foobars
  • Different Foobars Per Page
  • Rebrandable
  • Social Profiles
  • Fully Customizable
  • Include any Custom HTML or shortcodes
  • Show Latest Tweets
  • RSS feed integration
  • Inline Admin Demos
  • Built using WordPress best practices

Credits

Download Foobar – WordPress Notification Bars (Advertising)

Customer-friendly Download Login (Loaders and Uploaders)

You are a graphics designer, a programmer or anybody else who has to distribute files to his customers? Then Customer-friendly Download Login is right for you. It doesn’t need a database, so the setup ist very easy, just upload the files and be sure the PHP script has writing access.
A new user is created within two clicks, then you’re ready to upload your files – either via the built in admin interface or via FTP directly to the user’s directory. Now tell your client his username / password and he can start downloading his files. And only his! Because the download is handled via a PHP script, he will not be able to access the files of any other user.

And in case you don’t want to use the admin interface (e.g. security reasons – as an admin you can change everyone’s password) – you can set up a user via FTP , too. Just create a directory with the users name and put a file “data.txt” with the md5-encrypted password (generator included) inside. That’s it!

Live Demo

To login to the live demo, use this username / password:

  • admin / admin (Admin Interface)
  • Bob / pass (Regular User)

Future improvements

We are always improving our Customer-friendly Download Login, here are only a few of the ideas we might include soon:

  • Cookie based login
  • Drag’n’Drop file uploads
  • Control the sorting order of files (Currently alphabetically)

Changelog

1.1 – 5th Aug 2011

  • Everything is object-oriented now
  • Code is cleaner, better commented and easier understand
  • Fixed critical bug where a user could download any file he wants (The name of the other user and the file name are guesswork, but it would be possible)

1.0.1 – 4th Aug 2011

  • Fixed a bug where an undeletable user “htaccess” shows up in the admin panel.

Download Customer-friendly Download Login (Loaders and Uploaders)

Upload Class (Loaders and Uploaders)


Upload Class is made for developers to ease backend file upload process. It is a completed backend solution for handling file upload.
It stores files in a folder and files’ information in database(MySQL) table. It encapsulates all the complex procedures, all you have to do is
just simple class functions calls.

Features:

  • Best practise: files are stored in a folder; files’ paths are stored in database.
  • API functions for upload/delete/deleteAll/read files.
  • Set upload file ext.
  • Set upload file max size.
  • Debug function to diagnosis upload problems.
  • OOP coding design.

Manual file:

http://www.the-di-lab.com/uploadclass-demo/manual/index.html

Manual file is included in download file.

Download Upload Class (Loaders and Uploaders)

Email & SMS Notifier (Windows)

This application gives you the ease of sending mass amounts of emails and text-messages using the click of a button. Using the application, you can easily add and remove contacts that can then be used even after exiting the program. This program is as simple as it can get, but yet so powerful. The settings panel will allow you to edit the many features of the program, including details such as priority. The program also gives you a nice-looking design and layout, which helps you stay organized.

Download Email & SMS Notifier (Windows)

MyPlistMap for iPhone & iPad (iPhone)

MyPlistMap allows you to add hundreds of pins to your Map, in just a few seconds per pin!

How does it work?

  • Basically, MyPlistMap comes with a property list (.plist) that contains all of your annotations. When you open the app from your iOS device, the .plist file is downloaded from your server, which means that you don’t have to update your application in order to add new pins to your map.
  • Before MyPlistMap, if you had to add a new pin to your application’s map, you needed to submit a new update of your app to Apple Inc.
    Well, sorry for you, but that future is gone. Nowadays, you just drag & drop your updated .plist file to your server and your customers will get the latest annotations!
  • Your annotations are displayed in a Map (MKMapView), as well as in a List (UITableView). Your users can switch from Map mode to List mode using a built-in segmented control, at the top of the screen.
  • Each annotation can include as many informations as you want. In a few seconds, you can add a description, a postal address, a phone number, a webpage link, an email address… Or whatever you need. When you press a pin on the Map, these informations are loaded in the detail view, which includes a nice UITableView to display them.
  • Compatibility:

  • MyPlistMap is a Universal project, tested and working for iPhone, iPod Touch & iPad.
  • MyPlistMap works in both Portrait & Landscape modes.
  • Key Features:

  • In order to show you how MyPlistMap works, I created a default .plist file, with annotations for the Top 22 World’s Largest City by population. By default, you get 7 informations per pin: the city’s name, the state, the country, the population, the color of the pin, the latitude & the longitude. Obviously, you can replace these informations with the most relevant informations for your project.
  • When you first open the app, a UIProgressBar is displaying the progress of download of the .plist file. Once the file has been downloaded, your users can open the Map to see the freshly updated annotations.
  • The MKMapView is controlled by a built-in UISegmentedControl, in order to change the Map Type from Standard, Satellite & Hybrid.
  • A built-in UITableView is used to display your annotations in a list. You can switch from Map View to List View with ease, using another UISegmentedControl.
  • You can choose the color of your pins on the Map.
  • If you select a pin, this will open a detail view, which includes every other informations you added for your pin in your .plist file.
  • If you don’t need to add any other pin once your application is available on the App Store, you don’t even need to have your property list file on a server. Thus, a commented snippet that allows you to load the .plist file from your app’s bundle is included in MyPlistMap.
  • MyPlistMap is a native Universal application.
  • Full Portrait & Landscape mode support.
  • We hope you’ll like this application, & if you have a problem, contact me at [email protected]

    Don’t forget to rate & comment!

    Changes from previous versions:

    Version 1.0

  • First release of MyPlistMap for iPhone & iPad.
  • Download MyPlistMap for iPhone & iPad (iPhone)

    WordPress 3D Banner Rotator with Statistics (Sliders)





    IMPLEMENTATION INTO WORDPRESS

    You can add it via shortcode into posts and pages and of course with widget into sidebars. Example of shortcodes can be found in documentation under USAGE EXAMPLES .

    WORDPRESS 3D BANNER ROTATOR PREVIEW

    Welcome to our brand new WordPress plugin. Beautiful 3D banner rotator plugin with Statistics will showcase your commercial banners in an impressive and creative manner. It has been made out of our successfull Flash version. A lot of cool features will help you adjust the banner to your web page. If you think usual banners are a bit boring and would like a dynamic way of displaying them then this is the plugin for you.

    We have also prepared an extensive statistics panel with graphs. You can see how much impressions and clicks each image within each banner has and what CTR rate is. There are three different graph views. See how they look in attached screenshoots.

    3D rotations are specialty of our WordPress plugin. You can set how much banner rotates along x, y and z axis. Please note that you set exact value for each of them (1 – full circle) so that gives you endless possibilites. You can set a simple flip, newspaper, 2 dimensional and 3 dimensional rotations. Please preview some more of them in our Flash version of a 3D banner rotator.

    Images in previews are not available for download and are only used in previews.

    Featured WordPress Plugins

    Featured flash files

    Facebook flash photography template

    Images in previews are not available for download and are only used in previews.

    Featured items

    CREATIVE BANNER ROTATOR WITH THUMBS AND CAPTIONS

    CREATIVE BANNER ROTATOR WITH THUMBS

    Download WordPress 3D Banner Rotator with Statistics (Sliders)

    HTML5 Water Droplets Effect (Canvas)

    Live Demo

    This is a compact javascript library that can be used to create water droplets effect at any web page.

    The script is purely based on HTML5 and without using images to create the water droplet. It means that, all the droplets are created with the help of browsers HTML5 canvas capability. Each and every parameter of the droplet can be modified to fit your web page theme.

    For example:

    • Water Droplet Size
    • Droplets count
    • Border color
    • Shade color
    • Falling of water droplets

    This effect is well suited for (Light and Medium dark backgrounds)

    • Contact Pages
    • Minimal portfolio pages that needs a refreshing look
    • Under construction pages
    • Any notification pages like 404

    Steps in adding this effect

    1. Add a background image to body tag of the HTML page
    2. Include this js file

    Check out the live DEMO

    Sample backgrounds

    Textured Backgrounds



    Hope you like our product.

    Stay beautiful!

    Download HTML5 Water Droplets Effect (Canvas)

    ePermission – Codeigniter permission library. (Project Management Tools)

    ePermission – Making permissions easy!

    ePermission is a simple, lightweight solution for managing user permissions.
    Built using the datamapper ORM , this solution is ideal for those who want to restrict page access to certain groups.

    Sample Code

    To fully demonstrate how easy it is to use ePermission, here is a simple demo:

    $group = $this->epermission->get("username", $username, 'name');
    echo $group; 
    //Output: admin
    

    Easy as pie – Quite literally

    Installation only takes a few minutes, and is fully documented to help you get everything running correctly. We have also included a sample demo with a database.sql file to give you a example

    Features

    • Simple installation.
    • Extensive documentation.
    • Easy to integrate to existing products
    • Based on the most powerful codeigniter ORM
    • Clean Commented code
    • Free help and support
    • Fully working demo, with included SQL file to get it working.

    Free Support

    I am willing to help and support you through any problems you may have, or and features/suggestions that you want implemented. Just shoot me an email (via my DEN ), or leave a comment

    Change log

    1.0

    First release!

    Download ePermission – Codeigniter permission library. (Project Management Tools)

    Pricer2 – CSS3 Pricing Grid (Miscellaneous)

    Pricer2 is a CSS3 pring grid, with smooth css transitions for supported browsers, and jQuery animation for browsers that don’t support transtions. Pricing2 works without js, the jQuery fallback plugin only adds animation for older browsers.

    Pricer2 comes with a html code generator, so pricing grid can be created with ease. You can create and modify colums, rows, colors, text etc. with a few click, you can see changes of pricing grid and html code in real time.

    Features

    • Unlimited number of columns and rows.
    • No images (except arrow icon, and ribbons).
    • 4 color sets (blue, green, orange and red set), each set contains 5 color. Many color variations (color of the columns can be set separately).
    • Tooltip for even each product detail.
    • CSS transitons for supported browsers (Safari 4+, Chrome 4+, Opera 10.5+, Firefox 4+), and jQuery animation fallback for the rest (old browsers).

    Browser compatibility (tested and works)

    • Internet Explorer 8+ (Internet Explorer 8 don’t support rounded borders and shadows. Internet Explorer 9 supports them (except text-shadow), but rounded borders and gradients don’t like each other (buggy), that’s why ie version doesn’t contain gradients.)
    • Chrome 4+
    • Firefox 3.5+ (FF3.5 supports shadows, FF3 .6+ supports gradients too).
    • Opera 10+ (11.1 Opera support gradients).
    • Safari 4+

    Notice: If you don’t use tooltips Pricer2 is also compatibe with IE7 , Firefox 2+.

    JQuery compatibility (tested and works)

    • 1.4.3
    • 1.4.4
    • 1.5.0
    • 1.5.1
    • 1.5.2
    • 1.6.1
    • 1.6.2

    Videos

    Pricer2 also contains a layered PSD file for ribbons, so you can create your custom ribbons.

    Download Pricer2 – CSS3 Pricing Grid (Miscellaneous)