async_cronrun (Drupal)

This module prevents your visitors from getting random loadtimes when CRON is ready to run.

By default in drupal cron works like this:
Visitors come to your webpage, drupal checks if it’s time to run cron…
If so, that visit triggers the cronrun and the page won’t load until cron is finished.
This is giving your visitors long pageloads at random depending on how often you set cron to run.

This module works the same way except when it’s time to run cron it starts asynchronous using sockets, meaning the visit only triggers the server to run cron but the visitor never actually waits for it to finish.

Installation:

  1. Place module in your sites modules folder (sites/all/modules/ etc)
  2. Enable module
  3. Setup module as you prefer (/admin/config/system/async_cronrun)
  4. Disable your default scheduled cron run (/admin/config/system/cron)

This module works with default drupal caching, not varnish etc.
This module built and tested for Drupal 7.

Download async_cronrun (Drupal)

Touch Timeout (Utilities)

Kiosk timer monitors device for touch so the app can be reset to the initial view whenever not in use. The demo resets to a signup form which users must fill out to gain access to the app but you can use any view you want.

This is simple to implement and enables the ability to push a view automatically after a specified period of time has lapsed without any user interaction.

Notes: The timer will start anytime a touch is detected. This means that if the user touches the main screen (in my case “mainView”) even without navigating away from that view, the same view will push over itself after the allotted time. Not a big deal for my app, but for yours it might be. The timer will only reset once a touch is recognized. If you want to reset the timer as soon as you get back to the page you want to be at, include this code after the …pushViewController:controller animated:YES];

When you download this project you’ll get a complete demo that you can drop right into any project. Included you’ll find the timer, as well as a demo viewController, and demo files for each of the files you’ll need to modify without your project.

There are inline examples of how to set this up using a XIB viewcontroller or if you prefer to use Storyboards there is some demo code for storyboards as well that you’ll just have to uncomment.

Not to worry, this is all covered with easy to follow step by step instructions in a readme.md file that you’ll get when you download the project. I highly suggest that you always thoroughly read through all the documentation before using any code that you download.

The provided step by step setup instructions should have you up and running in no more than a few minutes.

Step 1

Drop the kioskMode header and implementation file into your project and open up the header file to line 10.

Set the following line to the amount of time in minutes you want the timer to be set for.

define kioskTimeout 4

That’s all you need to do in that file.

Step 2

Open up your project support file main.m and add a line to import the kioskMode.h file and add it as a subclass to UIApplicationMain like this..

import “kioskMode.h”

int main(int argc, char *argv[]) {
    @autoreleasepool {
        return UIApplicationMain(argc, argv, NSStringFromClass([kioskMode class]), NSStringFromClass([AppDelegate class]));
    }
}

Step 3

Open up your AppDelegate.m file and import the kioskMode.h file and set it up to monitor the event that will be triggered on timeout like this..

import “kioskMode_UIApplication.h”

- (BOOL) application : (UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 
{

return YES;
}

- (void) applicationDidTimeout : (NSNotification *) notif
{
    NSLog (@"timeout");
    // add view here
}

To reset the timer manually you can call this after pushViewController:

Download Touch Timeout (Utilities)

Files 4 Client Pro – Easy File Transfer (Loaders and Uploaders)

Files 4 Client Pro is a simple and elegant solution
to share your files professionally!

You would like to send files from your own webspace but the ugly default directory index is just not representative for your company? With Files 4 Client Pro you can upload your files and folders conveniently from inside the browser and the script automatically generates a well-arranged list from it that you can share with others.

This is an ideal solution for companies or freelancers who need to send their files to customers that are too big to be sent by email. With Files 4 Client Pro you have full control over your files and offer your recipients a convenient and professional interface to deal with them.

You don’t need in browser upload functionality? Have a look at Files 4 Client Basic

Features

  • Powerful admin backend
  • Upload your files conveniently from inside the browser
  • Manage your files – view, rename and delete them with ease
  • Have full control over your files as they’re not hosted remotely
  • Send your recipients well-arranged and easy to use lists of files and folders
  • Let your recipients zips all files of a folder for download if requested
  • Automatically deletes old folders after a specified amount of time if wanted to save server space
  • Optional password protection for client links
  • Image thumbnails for maximum convenience
  • Unlimited use of subdirectories within your client links
  • Shows a customizable title text (e.g. company name)
  • Leaves space for your logo or other image at the site title
  • Available in any color, just use a color picker to define your base-color.
  • Easy and comfortable in-browser setup, done in a minute!
  • Minimal and elegant design that leaves room for customization
  • HTML5 / CSS3 ready
  • No database required
  • jQuery animations
  • Video Tutorials explaining installation and use in detail!
  • Supported by all major browser and IE6+!

Usage

Files 4 Clients Pro saves you a lot of time, here’s how it works:

  1. Upload your files by dragging them into the admin panel in the browser
  2. Review your files and change your files as you like
  3. Send the resulting list URL to your recipients

Testimonials for Files 4 Client

“I have used a few versions of file download management for clients and have had issues with all of them. This one is so simple that is just works. My main issue was that most scripts are not compatible with IE 8 or older, and it seemed my clients always had old browsers. This one worked like a charm! Hours and Hours of headaches have been erased.”

– hobart

“Great to finally have a script that does exactly what I’ve been needing for years!”

– Simon Barker

“First of all- THANK YOU! I have been looking for something like this for years. well done.”

– Pixilate

“I’ve gotten some feedback on your script already from some of our vendors, and they all love it.”

– Anonymous

Please Note:

-Files 4 Client is not a replacement for a directory index per se, it is a tool that helps you transfering files by displaying them in a professional way. Please do not use it as a replacement of a conventional directory index!

– The maximum filesize for uploads is limited by your server settings (uplolad_max_filesize, post_max_filesize, memory_limit)

Requirements

– Your server needs to be able to interpret and run .htaccess directives in order to run this script!

– Your server needs to have sufficient rights to modify and delete files.

Version History

  • v1.0.0 – Initial release

Download Files 4 Client Pro – Easy File Transfer (Loaders and Uploaders)

Taxonomy & Metadata Searching Plugin – Angular JS (Utilities)

We are proud to introduce the Taxonomy & Metadata Searching plugin built with Angular JS – This plugin offers a wide variety of options with all the necessary features required for you to instantly filter the data within a click

DEMO LINK1: Product Search

DEMO LINK2: Post Search

Below is a list of the main features offered by the Taxonomy & Metadata Searching plugin :

  1. Taxonomy and Metadata Searching plugin With Angular JS
  2. Works with all kind of posts and custom posts
  3. You can filter from Woocommerce / EDD items
  4. Localization Supported
  5. Developer friendly & page template override supported
  6. Drag n Drop Search sidebar making
  7. Instant search
  8. pagination through the items
  9. Dependent and Independent search attributes

DOCUMENTATION

VIDEO TUTORIAL 1: INSTALLING THE PLUGIN

VIDEO TUTORIAL2: CREATING THE SEARCH ENGINE

VIDEO TUTORIAL3: SEARCH FILTERING FRONT-END


Download Taxonomy & Metadata Searching Plugin – Angular JS (Utilities)

Top Review & Comparison Script (Miscellaneous)

Fully featured professional price comparison website can be easily launched using this script.

Create your Own Review and Compare Websites. Take a few seconds and easily compare several top rated programs.

You can create up to 10 comparison websites. You can use this script for any kind of review/comparison website, and of course also with affiliate programs (juicy affiliate webhosting program, insurance comparison, car comparison, …)

Enter a description, an (affiliate) link, and choose the names of the columns you want to display in your website : can be the price, the name of the program, the the money-back,…all what you want

Our simple installer gets you set up in minutes. Our script lets you create or modify designs easily. We offer you 3 demo samples (php/bootstrap), but you can design your own website. The detailed user guide will help you to do it.

There is no restriction from the script whatsoever!

Features

  • The script include a comprehensive guide
  • Design clean and responsive design.
  • No API or external services required !
  • Can be used for many language
  • Nice URL (your affiliate URL will be masqued)
  • 100% source code

Requirements : PHP (V5+) + MYSQL

Download Top Review & Comparison Script (Miscellaneous)

Complete Facebook Market. Buy Sell Posts, Fanpages (Social Networking)

Buy Sell Posts, unique PHP script

BSP, Facebook Market for Buying and Selling Posts on Fanpages see more
Feel free to test demo version

Buy Sell Fanpages, unique PHP script

BSF, Facebook Market for Buying and Selling Facebook Fanpages see more
Feel free to test demo version

Flag Counter

Download Complete Facebook Market. Buy Sell Posts, Fanpages (Social Networking)

Google Analytics – Real Traffic (Windows)

Google Analytics – Real Traffic

  • Hello again!
  • My name is Casandra and I represent the unuro.com team.
  • After seeing the Professional BOT Traffic-With VPN, many of you requested a traffic bot that would be recognised by google analytics.
  • With the help of my team I’ve made this complex bot.
  • The traffic generated by this bot is recognised by google analytics as organic traffic. This thing improves your site’s position on Google.
  • Further you’ll see a video demonstration of this bot.
  • If you need any other bots you can contact us at unuro.com
  • Have a great day!
  • Hello again!

    Download Google Analytics – Real Traffic (Windows)

    VideoNab: Aggregate YouTube Videos by Any Topic (WordPress)

    Aggregate Videos From YouTube and Place them Directly in Your Site in a Beautiful Video Stream and Player!

    VideoNab is an incredibly powerful WordPress plugin that scours YouTube looking for videos related to any topic that you choose! It then places the videos into your WordPress site as SEO-boosting posts. Once on your site, you have control over what is displayed, how often the videos are refreshed, pagination, and more. It is the only WordPress available that accurately aggregates videos based on topic, and then adds them to your site within a beautiful video stream and HD video player.

    Aggregate Videos from YouTube Based on Any Topic!

    You set the topic, and VideoNab does the rest. With the event scheduler, you set the frequency of how often VideoNab will crawl YouTube for videos based only on your topic, while filtering those that don’t fit (as well as duplicates).

    Fresh, Automated Content for Any Site

    You set the frequency, and VideoNab will automatically display new videos on your site every single day. This gives your site’s visitors a reason to return to your site, as well as sharing it with others.
    Entire sites are built using VideoNab, including hobby sites, cute pet videos, extreme sports, GoPro videos, and so on. The possibilities are versatile enough to supplement any topic!

    Add Specific Videos from Youtube

    If you don’t need an automated stream, or if you simply want to include specific videos within your collection, VideoNab allows you to add any YouTube video manually. It’s as simple as pasting the url, and Videonab will automatically add it to your site, along with all of VideoNab’s powerful features. This is perfect for sites that need to showcase tutorials or other videos that they have in their personal video collection.

    Additional Features

    VideoNab is a truly powerful plugin, so much so that it has been used to build entire sites using JUST VideoNab as a content creator. In addition to the core features above, here is the full list of what’s included:

    • Specify the topic, and VideoNab grabs and sorts only the proper videos
    • You may also manually add videos to your site via a simple interface
    • All videos are organized in a modern design that integrates within any site
    • The front-end video stream is interactive, easy to use, and encourages visitors to quickly take in dozens of videos
    • Specify the number of videos to display on the front end, add pagination, and other customizations
    • Fully Responsive for displaying videos on all devices
    • Sharing system that links other users directly to your site instead of YouTube
    • Retitle Videos and their descriptions as needed
    • Edit permalink titles of videos as needed and enhance SEO
    • AutoPilot mode aggregates videos automatically on a set schedule
    • Ability to block and manage videos as needed (just in case one slips by)
    • Event Scheduler allows you to specify how often the videos refresh
    • Videos will not repeat! Duplicates are automatically filtered
    • Commenting system encourages sharing and conversation to spread the word and gain traffic
    • A sleek, full HD video player presents each video in style
    • Latest YouTube API and constant updates

    Feedback from Customers

    “VideoNab is genius! It allowed us to quickly and simply create a central resource of continuously new, daily content. This drove regular traffic to our eTail site and quickly became our favorite and most effective marketing tool.” —Max Feldman, 321kill

    VideoNab is the easiest way to add videos to my website. I absolutely love watching new videos show up everyday …automatically! VideoNab has helped my provide my community with great knitting videos and was a breeze to use. The only problem I have now is getting stuck watching all of these videos every day! —Susan Catherty, KnittyByNature.com

    To see how it works, check out the Full Documentation and admin preview

    Demo

    In our demo, we use the terms “Cute” and “Cat” to pull what you see. Though of course it can use ANY topic. Check it out here.

    Download VideoNab: Aggregate YouTube Videos by Any Topic (WordPress)

    jQuery – ResponsiveMove (Miscellaneous)

    Move HTML Elements to any location at any breakpoint.
    (mobile, tablet, desktop etc)

    Take full control of content placement in your responsive website.
    No more double content for hiding / showing in different resolutions.
    No more telling your designer “that won’t work”.

    Lightweight, easy-to-use.

    HTML Elements can be moved by simply adding tags inline:

    • data-moveTo=”#target_id” (css selector .classes works also)
    • data-breakpoint=”1024” (At what resolution to move)
    • data-moveType=”append” (append, prepend, after, before)

    Example:

    <div data-moveTo="#target_id" data-breakpoint="1024" data-moveType="after">
        This div will be moved at breakpoint 1024 and placed after element with ID "target_id".
    </div>
    

    All attributes support multiple values for moving same element more then once at different breakpoints.

    Move objects using jQuery/Javascript

    <script type="text/javascript">
        $(document).ready(function() {
            $(".class_of_object_to_move").responsiveMove({
                target: ".class_of_target_object",
                breakpoint: "1024", 
                moveType: "after" // possible values: after, prepend, append
            });
        });
    </script>
    

    Download jQuery – ResponsiveMove (Miscellaneous)

    What’s My IP Support Tool (Help and Support Tools)

    The “What’s My IP Address Support Tool” provides an easy to use interface for users to identify and send their IP Addresses to a specified support email address.

    The tool features a 5 minute install process complete with custom options and branding, and is also Google Analytics enabled.

    View a Live Preview at:

    ip.eclarian.com

    Download What’s My IP Support Tool (Help and Support Tools)

    SupportEzzy Ticket System – WordPress Plugin (WordPress)

    SupportEzzy WordPress Plugin ~ AngularJS App

    SupportEzzy is an elegant support tickets system and faqs portal for WordPress. This is a stand-alone AngularJS app which runs on a single WordPress page of your website. This app does not interfere with your existing theme and plugins and will work with any kind of WordPress website.

    You can use this App as a part of your existing website or create a new WordPress installation and run this app on a homepage.





    Here’s a list of all features that comes with this plugin:

    1. Built and run on AngularJS and uses WordPress as its backend.
    2. Clean, Modern and Premium quality design.
    3. Get rid of the monthly fees you pay for such premium services.
    4. Runs on a single WordPress page and does not interfere with existing setup.
    5. Unlimited Support Tickets.
    6. File uploads with ticket and comments.
    7. Unlimited Support Agents (WordPress Users).
    8. Unlimited Departments & Products.
    9. Support agents can be assigned different departments and products.
    10. Tickets are distributed randomly for load balancing to agents based on the department and product selected by the client while submitting the ticket.
    11. Agents can transfer tickets with internal notes to other departments.
    12. Agents can create FAQs from their comments on tickets for products.
    13. Customize all email messages sent to client, agent and admin via backend settings with dynamic variables.
    14. Customize color scheme based on your website colors.
    15. Custom login and register Urls if you use any other authentication or membership plugins.
    16. Manage if clients and agents can edit their comments.
    17. Very easy to install and setup. Practically you just need to select a page in plugin settings and its ready.
    18. Translation ready via .PO file.

    IMPORTANT: As this is a stand alone angularjs app it does not interfere with your theme and other plugins. On the support page app wp_head() and wp_footer() functions are not called to avoid layout and javascript conflict issues.

    Features Overview

    \

    Upgrades & Change Log

    * Version 1.0.0 *

    • Initial release

    Download SupportEzzy Ticket System – WordPress Plugin (WordPress)

    Tower : Universal , In-App Purchase , Ads (Games)


    More Games

    Are you looking for Timberman? click on the banner

    Tower


    Game play introducing

    put the blocks over the each other!

    Features

    • Universal ( iPhone, iPod, iPad )
    • iPhone 4 / iPhone 5 Supported ( It means 3.5 inches and 4 inches iOS Devices , iPod,iPhone )
    • Game Center Supported
    • Local scores
    • Rate button
    • UIKit Technology
    • In-App Purchase
    • PSD files included / Layer Mode
    • Music/sounds Included
    • Sound OFF / Sound ON button
    • share score on Facebook,Twitter
    • Full game and ready to upload and sell
    • Full support through the comments with screenshots and videos If It needs!

    ADS

    The game has iAD,AdMob, ChartBoost systems TOGETHER! I’ve noticed all the user like to have all the ads together just in a project, not separated! so all of them have been included in a project! however you can remove every one of them that you wouldn’t like to have on the game!

    Clean Code

    I’ve done my best to provide a clean code! It’s understandable! ;) however, you can ask me about the algorithm.

    In-App Purchase

    The game has In-app purchase, It means the players can remove the ADS by paying the money, therefore you can earn money more! however this feature is optional , and you can remove that!

    How to setup, itunesconnect side : click here
    How to setup, project side : click here

    (copy and paste the domain onto defined.h)

    EASY TO EDIT

    As you know, this game has been coded by UIKit Technology, It means there is no openGL code

    Re-skining

    Always my customers ask “Do I have to change the graphics and re-skin?” the Answer is no! you don’t have to! you can use the default graphic without any changes and upload that on the Appstore! It is optional, if you would another graphics!

    Help & Documentation

    I’ve provided a great help and documentation. take a look at it : Click Here!

    Download Tower : Universal , In-App Purchase , Ads (Games)

    Visual Developer – WordPress Custom CSS (Utilities)










    Update

    Version 1.1
      [+] Take in consideration the case when the get_option returns "NULL" as string and mark it as an "error" 
      [+] ColorPicker
      [+] Fix Design Squish on certain CSS rules, preferably enforce it totally
      [+] Numeric input values, should be incremented when using up & down keys
      [+] Line Height Rule
      [+] [FIX] Element Selection On Left, Move Content
      [+] "4 Input Map" Padding, Margin, Border Radius to be "4" input instead of just one
      [+] "4 Input Map" Should be enabled only if the user wants to.
      [+] Add Top, Right, Left, Bottom CSS Rules
    

    Download Visual Developer – WordPress Custom CSS (Utilities)

    Social-Stats Checker (Miscellaneous)

    Social-Stats Checker 1.0

    Social-Stats Checker is a lightweight PHP script, allowing you to create a fully functional website dedicated to checking a websites social stats. Social-Stats Checker doesn’t require a database, and has a flat modern design what works well in all major browsers.

    Social-Stats Checker uses RainTPL template system to make it easier to manage files, and website themes.

    Do you like this script? checkout HTML-Tag Checker

    Key Features:

    • Uses Rain TPL Template System.
    • Theme management.
    • Leverage browser caching.
    • All major browser support (IE8+, Chrome, Safari, Firefox, Opera).
    • 100/100 performance grade.
    • 6 social networks
    • Fast load time.
    • Flat design.
    • Checked count.
    • Well commented.
    • CSS3 effects.

    Requirements:

    • PHP 5.3+.
    • curl, file_get_contents, and file_put_contents enabled on server.
    • mod_rewrite and mod_headers allowed in .htaccess

    Credits:

    Updates:

    Updates are free to anyone who has purchased this item with any type of license.

    Change Log:

    • N / A

    Support:

    Feel free to suggest new features, ask questions, and anything else related to this item by sending me a PM or commenting on this item. If you have purchased this item and like it please remember to rate it.

    Download Social-Stats Checker (Miscellaneous)