Affiliate Nation – Affiliate Management System (Project Management Tools)

Affiliate Nation – Affiliate Management System

In today’s business and ecommerce world, you need a powerful tool to increase your e-commerce value. Affiliate Nation is a professional
PHP affiliate software which has features to build a professional network of webmasters selling your products, goodd, membership subscription,
or services.

Features

Affiliate Area

  • View available products
  • Get image, text and plain linking codes
  • Activity Report
  • Sales report
  • Payout report

Administration Area

  • Create multiple clients affiiate programs and products
  • Manage unlimited affiliate accounts
  • Manage payouts for affiliates
  • Manage configurations
  • Manage currency

Marketing tools

  • Image banners
  • Textual links
  • Plain links

Others

  • per-cent per each sale commission
  • Easy to install and manage
  • All Settings configured via admin
  • MVC software architecture (Laravel)

Demonstration

The details below can be used to login to the demo:
Demo Link: Online Demo Here
To login as Admin:

Email: [email protected]
Password: 123456

Click on this link to see an how it works on a client website:
http://apps.stanwarri.com/affiliate_test/index.php?&affiliate_code=xLxGs8m

Installation Service

In you need support in installing Affiliate Nation and integrating on client website. Do get in touch

ChangeLog

Version 1.0.0 – 2015-07-31

- Initial Release

Download Affiliate Nation – Affiliate Management System (Project Management Tools)

Button Variations (WooCommerce)

Add color swatches to your variable products, or even a text button. Button styles can be customized to match your shop’s, you can
add swatches at Product level or at Global level. Or even disable it for an specific product. With a little knowlege of stylesheets, you can override the default configuration and add your own, making the plugin highly customizable.

Want to see it in action? Check out the demo!

Per Product Buttons

Manage your buttons right on the Product page.

Global attributes

Or manage them at the Attribute level – globally for all your products.

Styling

Customize the styles to match your site, right from the admin interface. Manage how the button looks when viewed, clicked and hovered.

Great Support

Visit the support docs, it will guide you from the start up till you are up and running, or contact the team directly if you bump into trouble. We are here to help you!

Customize it

You know your way through WordPress and Woocommerce, then customize further the way the plugin works, check the Advanced topics

Download Button Variations (WooCommerce)

SEO Icons – Animated SVG’s for WordPress (Miscellaneous)

These animated SVG SEO/SEM icons will bring life to even the most basic pages. They’re SVGs (scaleable vector graphics), which means that you can make them any size and show them on any screen (even retina), and they’ll look 100% crisp and clear.

What happens when the icon isn’t on the screen? Don’t worry, the icons won’t animate until you’ve scrolled them into view.

Icons Included

  • Website Optimization
  • Targeting
  • Smartphone SEO
  • Cloud Storage
  • Analytics
  • Awards
  • Networking
  • Social Media
  • Email Marketing
  • SEO/SEM
  • Pay Per Click
  • Code Optimization
  • Digital Marketing
  • Mission
  • Monitoring
  • Affiliate Marketing

Adding Icons

Adding an icon is incredibly simple and can be done using the WordPress editor, Visual Composer, or shortcodes.

  1. Click on the Jalapeño logo
  2. Pick the icon, size, link, and margin

Compare the size and quality of SVG’s, JPG’s, and PNG’s

Compatible With All Major Browsers

All major browsers

Related Items

40 animated social media icons
Animated SVG Browser Icons
jQuery Goal Thermometer
Customizable Analog Clock - jQuery
WordPress Goal Thermometer

Download SEO Icons – Animated SVG’s for WordPress (Miscellaneous)

ESHOP Ecommerce CMS (Shopping Carts)

A responsive, user friendly, E-Commerce platform

ESHOP is a advanced E-Commerce platform for selling products. The application allows users to browse products, customize a product and checkout all in one page.

It uses a minimalist style, making your site look slick without sacrificing functionality. It’s also responsive and works on mobile, tablets as well as desktops.

The aim of this application is to make it easy and convenient for your users – whilst providing a fantastic user experience.

Admin Login
URL : http://104.236.63.156/administrator/auth/login
Email : [email protected]
Password : admin

Frontend Login
URL : http://104.236.63.156/
Email : [email protected]
Password : admin@123

Key features

Administration panel for managing products , categories , shipping , payments , clients , orders , seo , system settings and alot of other options
Responsive – works on mobile, tablets as well as desktops
One click setup of paypal for payments
Product Gallery
Frontend Filters and Advanced search option
Review System for Products
Secure and Hack proof platform
Uses the latest technology including HTML5, Laravel 5.1 , Bootstrap .

Technical specifications You will need the following specifications to run the application:

Apache 1.13.19 or above
PHP 5.4+
The mod_rewrite Apache module

Developed and Crafted by KODEINFO

Download ESHOP Ecommerce CMS (Shopping Carts)

NextGen-WooCommerce and WPress Category Controller (WooCommerce)



NextGen – WooCommerce and WordPress Category Controller is a wordpress plugin for controlling
WooCommerce and WordPress Categories.

Category Rules are used to define rules for hiding or showing of woocommerce categories based on the selected logical rule. Below are the category rule feature.

Important Features:

  • Hide or Show WooCommerce categories from any Page.
  • Excludes the products from hidden categories.
  • Excludes the products from search.
  • Activate or deactivate category rule.


.

Simple User Cases:

  • WooCommerce Categories by User Id.
  • WooCommerce Categories by Request URL.
  • WooCommerce Categories by Date, Time, Month and Day of the week.
  • WooCommerce Categories for Tablet device.
  • WooCommerce Categories for Mobile phone.

Complex Use Cases :

Define complex rule using logical “and” “or” and “brackets”

  • WooCommerce Categories by User Role and Date and Time
  • WooCommerce Categories by User Role and Geo location
  • WooCommerce Categories by User Role, Geo location and Date and Time
  • WooCommerce Categories by User Role, Geo location, Device and Date and Time
  • WooCommerce Categories by User Role, Geo location, Device or Request URL and Date and Time and More …

 


Complex rule:

Using RulesEngine Platform we can define simple and complex rule, below is an example of using complex rule.

  • RulesEngine platform is very flexible for defining very complex logical rules using “AND” “OR” and “Brackets” operators.
    (e.g: Role is Administrator and Country is USA and Month is January, Page is Home etc, see below sreenshots.)

    See Logical rule section for more info.


  • \

Use above defined rule (screenshot) in Category Rule for controlling the categories

RulesEngine platform also provides an utility method through which we can get the evaluated logical rule value in a single statement.

RulesEngine::is_rule_valid(“Logical Rule Name”);

if(RulesEngine::is_rule_valid("USA and Asia Rule")) {
    echo "Condition satisfied";
}
where "USA and Asia Rule" is the name of the Logical Rule.

RulesEngine makes code very easy to maintain. we can add or update values in rule condition without modifying code.

Below is the code representation of above complex logical Rule. This code is hard to maintain and
we need a developer to update the below logic.


if(($month === "January" || $month === "December") &&
    ($country === "United States" || $continent === "Asia") &&
    ($user_profile === $login_status || $user_role !== "Administrator") &&
    ($page_title === "home")) {

    echo "Condition satisfied";
}

“It’s the beauty of rules engine by which we can define more and more complex rule without coding.”

General Features

  • Define a dynamic hook using Rules Engine platform which will be called by plugin once the rule is satisfied.
  • Access the status of the Logical Rule using the utility method from your code.
    RulesEngine::is_rule_valid("Rule Name");
  • User Friendly easy-to-use Ajax interface.
  • Reduces development effort and easy to maintain
  • Activate or Deactivate Parent Rule (Logical Rule) and Child rules (Page, Post, Theme Rules etc).
    If Parent Rule is deactivated all the corresponding child rules will become inactive.
  • Translation ready (Localization support)
  • Easy to upgrade.

Download NextGen-WooCommerce and WPress Category Controller (WooCommerce)

Multipurpose Mobile App Banner 001 (Ad Templates)

MULTIPURPOSE MOBILE APP BANNER 001 – HTML5 AD BANNER BASED ON GOOGLE WEB DESIGNER

    Attractive HTML 5 based ad banner features-

  • 5 Standard Sizes (160×600, 728×90, 468×60, 300×250, 300×600)
  • HTML5/CSS3 based
  • Fully editable using Google Web Designer
  • Font Awesome Integrated
  • Google based web fonts
    Download will include-

  • 5 fully editable layered PSD files.
  • 5 HTML5 ready banners editable in Google Web Designer.
  • Font Awesome fonts and CSS included

Google Fonts used-
Roboto & Oswald

Preview Image used can be downloaded from here –
Tablet Image- http://photodune.net/item/tablet/1992381

Please rate us it will help us a lot :)

Download Multipurpose Mobile App Banner 001 (Ad Templates)

Bowtionic Data Driven Restaurant Template (Templates)

Cross Platform Full Cordova Hybrid Restaurant App

Data-driven, first-class cross platform Cordova/Phonegap restaurant application built on the Ionic platform with Angular JS.
No coding experience necessary to get up and running with your own polished IOS, Android, Fire OS, or Windows 8 phone or tablet
restaurant application.
This app is almost completely data-driven, so you can easily change data sources or customize the included data.
There’s no need to edit the HTML/JavaScript if you don’t want to.

Features

  • 100% Data Driven – Powered by your custom data
  • Beautiful Design
  • Side Menu Navigation
  • Mixed Menu View
    • Easily mark as ‘Chef’s Special’ or ‘Seasonal’
    • Powerful list of menu items
    • Data-driven detail view
    • Pull to Refresh
  • Menu Grid View

    • Immersive grid view
    • Slick animated detail view
  • Our Chefs view – Data driven
  • About Us – Data driven
  • Locations – Data driven with Google Maps integration
  • Reservations layout view – Data driven with Google Maps integration
  • Cache-Aware Pull-to-Refresh
  • Offline Data – Out of the Box
  • Cache-Aware Offline Data – Out of the Box
  • Professional architecture utilizing Angular best practices
  • Excellent state navigation structure using simple, clean Angular Dependency Injection
  • Visual Studio Community 2015 Project file included (Recommended by Ionic)
  • Run native on Android, IOS, Kindle Fire, Windows 8
  • and more

Support

If you need any help at all, please feel free to drop a line. Thanks for your interest!

Download Bowtionic Data Driven Restaurant Template (Templates)

Amazing Pixel – AdMob + Leaderboard (Games)

About

This game is simple to play, just tap the screen to make the brick jump up through the levels. Is incredibly addictive and impossible to put down.

This app has tons of reskin potential. Don’t let your imagination stop at just bricks. Reskin this game in any number of ways:

  • Space Themes
  • Sports Themes
  • Shopper Themes
  • Zombie Themes, Bird Themes …

Source code with universal support, Phone and Tablet support.

AD Networks:

  • Ads network AdMob Banner and AdMob Interstitial Ads

Artwork Included with .PSD file

Try It

Amazing Pixel Amazing Pixel .apk

How To:

How To:

  • Import Project into Eclipse.
  • Change Package ID, Version ID, App Name.
  • Setup new icons, launch screens, localization and meta-data for your app
  • Change ID for Ad Networks.
  • Update Review Us URL.
  • Update More Game URL.
  • Configure Game Center.
  • Change Atlases file with new images
  • Export Project and upload to Play Store.

More Games









Download Amazing Pixel – AdMob + Leaderboard (Games)

The cave of terror (Games)

How To Play

Endless world. Collect coins, fly pack, destroy the monsters.

Tap and touch the screen to avoid red circles

Customize

Easy to change the images ,just replace the image file! Customize your own game! Put it on ios or anroid!

Features

  • Touch&Mouse
  • Construct2 File included
  • Anroid&Ios support
  • Sound Fx
  • Resliotion 800*480
  • AdmobAds Supported

More Info

More info HERE

Download The cave of terror (Games)

Rolftask Real Estate CRM Pro (Project Management Tools)

Introducing Rolftask Real Estate CRM Pro

Online Demo

Demo : Click here to follow the Demo Link :

A Quick Overview

Real Estate CRM Made Easy

Rolftask Real Estate CRM offer a basic but very essential feature to manage all the activity related to Real Estate business at single place. You can manage Clients, Leads, Sales and billing for your properties.

Documentation & Installation Guide

Installation Guide

User Manual

Please rate my work if you like/dislike so that we can improve the quality of product and services for you.

Download Rolftask Real Estate CRM Pro (Project Management Tools)

C2 Horse & Rider Template (Games)

C2 Horse & Rider Template is fun based HTML5 racing game for everyone that can be deployed on iPhone, iPod Touch, iPad & windows.

It’s easy to play but difficult to stop, exciting, fun, and highly addictive. Challenge yourself and see how much can you win!

The more you become expert, more will you enjoy!

See this game with realistic horses HERE

Features : –

With this starting template you can take this game to any level making it harder or easier for the user.

See winning race video HERE

  • Flexible Horse selection
  • Mile stones
  • Cheering crowd
  • Nice graphics (Thanks to erkoudesign)
  • Randomization
  • Touch enabled
  • Can create more complex levels
  • Slow Motion on finish line.

Horse sprite graphics are bundled for demo of game code and you have to buy it from erkoudesign if you intend to use them in your game.

free sounds are used from :

https://www.sounddogs.com/results.asp?Type=1&CategoryID=1030&SubcategoryID=11

http://www.horses.co.uk/audio/

Download C2 Horse & Rider Template (Games)

Air Hockey 3D Game:Multiplayer (Games)

About Game:
Air Hockey 3D Game is a like air hockey game.it is just like a Air Hockey KIT. Addmob SDK is integrated in the game.you can reuse and re-skin it very easily if you need.it is multiplayer game.CUP and player +1 Player and 2nd Player Game. Multiplayer on same device can play game

About Code And Customization: For Code help please our descriptive documentation where we defined about project code and plus about adds network(Addmob+leadbolt) Key Features: -Menu Background —Admob Integrated —
– No Flash Player Required. —No extra code is required —Step-By-Step Documentation is Included —Complete Documentation include in Package. —-Demo apk include in Package.

Just you have to Change your Graphics, Package Name, integrate a admob Ad Id.no Code Difficulty all the things are include in documentation folder of Package with screenshots Support: Please ask any question at any time regarding this 3D Game.if you can not download the apk file that is attached in demo so please ask to the following ids. Skype id wasifgc Email: [email protected]

Download Air Hockey 3D Game:Multiplayer (Games)