PHP Directory Explorer (Navigation)

PHP Directory Explorer is a directory indexing script written in PHP which indexes all folders and files with style and simplicity. It is easily configurable and can be installed within minutes.

Whether you have a website or you don’t, you can use PHP Directory Explorer any way you like. If you already have a website, you can incorporate this script with a couple of lines of codes or you could use it as a standalone script to offer files to you clients or to the visitors.

Features:

  • – Index folders and files
  • – Sort files and folders with one click
  • – Download link protection
  • – Easily customizable layout
  • Download PHP Directory Explorer (Navigation)

    EZUploader – Automated FTP Uploading (Windows)

    Have you ever experienced uploading, and overwriting the same file, over and over again? If you have, then you’ve come to the right place. With EZUploader, you can let the application automatically upload certain specified files, once saved. It will detect when to upload, and you can have it running in the background with no notification before uploading, or can be notified and have the option to cancel the file that is about to be uploaded. These settings, along with the FTP settings can be found in the settings form.

    Version 1.0.0.0
    – Automatic FTP Uploading.
    – Option to get notified before uploading.
    – Hide the application.
    – Multiple directory, and extension handling.

    Download EZUploader – Automated FTP Uploading (Windows)

    Advanced BOT Detection & Notification (Calendars)

    Want to Detect Bot? Want to know When they visit you? Easy !

    Yes – It detects web crawlers/bots. Right now it supports 175 bots. You can extend the list anytime :) It is very flexible!

    • Detects bots – you can extend the list of bots
    • Selected Bot(s) Notification via Email
    • Allow/Disallow Bot(s).
    • Examples included
    • Easy to Use.
    • Lightweight.
    • Well Documented.
    • Many Examples included.
    • Uses standard PHP – No additional extension support needed.
    • Detection – Minimum 2 Line of Code.
    • Very Flexible – You can specify your custom detection routine.
    • Extendible Bots List.
    • Comprehensive List of Bots included (Approx. 175 bots).
    • Ease of Integration.
    • Highly Readable Code.
    • Self Explanatory.
    • Fully OOP based – PHP 5
    • Ease to Test – Builtin Support for Testing.

    Addons – Free

    • Comprehensive List of Robots

    Examples

    Following are the quick examples:

    Generic Example

    $oBot = new clsBot();
    try
    {
        if($oBot->Detect()->isDetected())
        {
            echo "<strong>Bot Detected! Bot: </strong> " . $oBot->getBot();
        }
        else
        {
            echo "<strong>No Bot Detected</strong>";  
        }
    }catch(Exception $ex){echo $ex->getMessage();}
    

    Bot Black-Listed/Allowed?

    $oBot = new clsBot();
    $oBot->setBlackList(array('link'));
    if($oBot->isBlackListed())
    {
        // do what ever you want to do!
        //Example: die('You are not allowed to utilize our resources');
    }
    

    Bot Notification

    $oBot = new clsBot();
    $oBot->setNotificationList(array("googlebot", "yahoo", "ask", "bing", "msn", "teoma"));
    $oBot->Notify('[email protected]', '[email protected]');
    

    Helper Methods

    $oBot = new clsBot();
    if($oBot->isGoogleBot())
    {
        echo "Google's Bot Detected";
    }
    
    if($oBot->isYahoo())
    {
        echo "Yahoo's Bot Detected";
    }
    
    if($oBot->isTeoma())
    {
        echo "Teoma's Bot Detected";
    }
    

    Follow Me

    WeLoveJobs.com

    Download Advanced BOT Detection & Notification (Calendars)

    Better Related Posts Widget (Widgets)

    Follow Mordauk on Twitter
    Check out Pippin's Pages.com

    Follow Mordauk

    This plugin provides an advanced widget that allows you to display similar, or related, posts in any widgetized sidebar.

    Related posts are selected using tags, categories, or any custom taxonomy. When searching for related posts, the widget will choose posts that share between 1-3 like terms with the currently viewed post.

    Works with all custom post types!

    Features:

    • 12 Options to configure on a per-widget basis
    • Multiple instances of the same widget
    • Widget Title
    • Display related post titles
    • Option to display the post authors
    • Option to show post publication dates
    • Option to show post comment counts
    • Option to show post text excerpts
    • Option to control the length of the post excerpt
    • Option to show post thumbnails
    • Ability to control size of post thumbnails
    • Ability to set float of post thumbnails
    • Choose the number of related items to show
    • Select the taxonomy on which to relate posts
    • Widget shown only on single post pages

    This widget has been built with the best coding standards and should fit seamlessly into any WordPress theme.

    Download Better Related Posts Widget (Widgets)

    JSManipulate – jQuery Image Manipulation Plugin (Canvas)

    JSManipulate is a feature packed jQuery plugin for applying and animating filters and effects on images. The plugin works on both image and canvas elements, and enables you to easily spice up your images and create beautifully animated effects. JSManipulate brings some unprecedently seen visual effects out of Flash and into the world of HTML5 canvas enabled browsers.

    Features

    • Easily apply and animate over 40 different filters and effects
    • Manipulate both <img> and <canvas> elements, and easily convert between them
    • Code generator and commented code samples included
    • Comes with predefined easing functions & custom easing support
    • Additional minor IE 8 & 7 fallback support*

    *IE fallback support for opacity, blur, grayscale and invert filters.

    Make sure to check out the live preview and experiment with the plugin!

    Download JSManipulate – jQuery Image Manipulation Plugin (Canvas)

    Facebook Traffic Pop PRO (Add-ons)

    Facebook Traffic Pop PRO brings a whole new level of control and performance to the O.G. of Traffic Pops. This is a simple “drag and drop” upgrade that adds an entire new framework to Facebook Traffic Pop, and adds some of the more advanced features users have been asking for.

    Read More about this upgrade on my dev site.

    Features

    • New Enable / Disable Toggle – control allows you to selective show Facebook Traffic Pop on the base / root / home page of your site.
    • Page Selection Toggle – Allows you to use selected pages as the only pages Facebook Traffic Pop shows on, or if Facebook Traffic Pop should show on all pages but the selected pages.
    • Easy to Use Page Selection – Simply enter the ID(s) of any page, post, or other taxonomy you want to bring it under Facebook Traffic Pop’s control.
    • Selective API Loading – You can now enable / disable the loading of the Facebook SDK . This allows you to to work around broken themes and plugins that do not properly load the Facebook SDK using WordPress’ hooks.
    • API Locale Settings – In addition to setting the Localization / Language of Facebook Traffic Pop, You can now specify any of Facebook’s locales to be used.
    • Brand New TC Options Framework – I have also included my all new slick, AJAX options framework in the upgrade that makes Facebook Traffic Pop even easier to configure.

    Requirements

    This add on is for the WordPress version of Facebook Traffic Pop.

    Download Facebook Traffic Pop PRO (Add-ons)

    thiefSecure – Serial Generation & Verification (Membership or Authentication Tools)

    The latest version of thiefSecure allows you to generate a different and unique serial for every PC. It will guide you through the process of keeping your NET application(s) secure. It has the ability to generate serials, and verify them. You can then easily get a notification when a user fails to verify a serial, successfully verify a serial, or even generates a serial.

    Documentation on How-To-Use: http://adam5x.webs.com/Espionage/

    Version 1.0.0.0
    -Initial Release.
    -Supports serial generation, verification, and email support.

    Download thiefSecure – Serial Generation & Verification (Membership or Authentication Tools)

    Joomla News Module (Add-ons)

    Joomla News for Magazine website

    A fresh news module for joomla 1.5.x, to display articles by category with layout same as magazine, capabilities flexible customize able layout with 6 colors for your site.

    FEATURES

    • Display articles by category.
    • Select categoryID to display article.
    • Customize able layout: text intro length, color, news column…
    • Customize able layout (see demonstrate picture).
    • Apply for all templates by itself design.
    • Easy to deploy and maintaining.
    • Compatible to all browsers.
    • Compatible upgrade to higher version.

    Download Joomla News Module (Add-ons)

    BitDrop – File Hosting with Short URL Link (Loaders and Uploaders)

    BitDrop is a php class that allows you to upload files to your server and provide a short URL link. Files expire after a set amount of time and then become inaccessible. BitDrop editor allows you to manage files so you can see what others are uploading. Highly customizable, select the length and characters of the short URL and file expiration time. You can also easily integrate BitDrop into your existing website by following the help file or using the included example.

    Features

    • Easy to install and configure
    • All functions stored in one PHP class file
    • Select the size of your URL
    • Select what characters to use
    • Select the expire time of your files
    • View and Delete files using the editor
    • Runs on SQLite, NO external database required

    Quick Start Guide and Tutorial Video

    Download the quick start guide and tutorial video (High Quality, Quicktime, .MOV Format – 8Min / 41MB).

    Requirements

    • PHP 5 .1 or later
    • Apache with mod_rewrite

    Support

    If you have any issues please contact me thru CodeCanyon.

    Recent Changes

    1.0 – Aug 4th 2011

    • BitDrop Released

    Download BitDrop – File Hosting with Short URL Link (Loaders and Uploaders)

    Invite Manager (Social Networking)

    Invite Manager is ideal for projects where you want to give users the opportunity to register their interest in your product or service so that you may contact them with an invite code when you are ready to start rolling out your service.

    Once you have launched your site or service you can enable public registrations at which point the script inherits all of the functionality offered by the ‘User / Member Manager’.

    If you want to play around with Invite Manager then I suggest you check out the live demos below.

    Features / What you get

    • Users can enter their email address and can be notified with an invite code when you are ready to launch your project.
    • Users can login using their Facebook, Twitter, Yahoo, Windows Live or Google accounts
    • Users can also register an account
    • Email verification for registering users
    • Easy to extend and manipulate data stored in the CMS using built-in API
    • Users can edit their profiles
    • Any data can be exported in CSV format for use with other applications
    • Users have profile pages
    • Robust password recovery for users
    • Intuitive install process for CMS
    • Full database & file backup
    • Easily manage which groups of users (Members, Administrators) can access which areas of your site
    • Simple and intuitive examples to help you make changes to better suit your specific needs
    • Straightforward API for more advanced users

    Demonstration

    The admin email and password is [email protected] / adminadmin.

    Tutorials

    Who is this script for?

    Invite Manager is ideal for anyone launching a site they don’t want to let anyone access. Using Invite Manager you can require users to submit their email address and then email selected users (or all users) with an invite code giving them the opportunity to register an account.

    Installation

    Invite Manager is built with Mokoala CMS, the Mokoala installation guide covers how to install this script.

    Facebook Integration

    In order to enable Facebook logins you will need a Facebook API key.

    Twitter Integration

    In order to enable Twitter logins you will need a Twitter API key.

    Documentation

    All of the guides that you need are located in the Mokoala guides section.

    Download Invite Manager (Social Networking)

    Console Tools to Create Modules for OpenCart (Add-ons)

    To simplify the creation of the modules can be used under OpenCart small php script-generator. It’s like Zend Tool, for OpenCart. Accelerates the creation of modules and exempt from routine work. You can read the documentation on http://doc.twitt-live.com/devtools/

    Download Console Tools to Create Modules for OpenCart (Add-ons)

    3Digital CSS3 buttons (Buttons)

    3Digital CSS3 buttons

    Very awesome looking 3D buttons created with only CSS3 and no single image used. With clickable effect they look amazing.

    Browser support

    To help you decide are those buttons for you we create this small table with easy to read browser support CSS3 properties.

    Sneak peek

    Here is small example of buttons set:

    Information:

    • CSS3 powered
    • No javascript
    • No images
    • Easy to customize
    • Flexible width

    Coming in 3 different sizes

    • small
    • medium
    • big

    and combined with 9 premade color sytles

    • red
    • green
    • blue
    • yellow
    • dark purple
    • purple
    • pink
    • light
    • dark

    Download 3Digital CSS3 buttons (Buttons)

    Image Before-After Photo Gallery (Images and Media)

    Hi,

    This is a simple before after image photo gallery to show a window with before and after image with a slider separator,
    its basically image comparison which can be used for prod comparison or face comparison etc

    the code is a simple javascript ,css and HTML code

    Download Image Before-After Photo Gallery (Images and Media)

    plum.Shop – A jQuery Shopping Cart (Shopping Carts)

    plum.Shop is literally a plug-it and leave it shopping cart. With a rich API and custom selectors, it fits beautifully into any set up. It requires no database and requires only a couple lines of code to install.

    Features

    • Checkout uses Google Checkout, PayPal, custom methods, or a combination of all three
    • Saves cart items in a cookie or in a session
    • No database needed; just markup your store with basic HTML and CSS
    • Discount codes and custom discount calculations
    • Tax exempt and shipping exempt settings
    • Custom shipping calculations
    • Currency locales and custom formatting
    • Multiple callback functions for adding items or discounts, updating totals and emptying the cart
    • Add custom properties like size, color, weight or whatever you need

    Browser Support

    • Mozilla Firefox 3 or newer
    • Apple Safari
    • Google Chrome
    • Opera 9 or newer
    • Microsoft Internet Explorer 7 or newer

    Download plum.Shop – A jQuery Shopping Cart (Shopping Carts)