WhatsApp Marketing Suite (Windows)

Promote your business and reach more customers instantly!

Users verify their WhatsApp number to unlock your promotion. So you can export numbers to send updates, bookings, offers, contests, deals, events and more!

PLEASE NOTE: Users can only verify their number to unlock your promotion, it’s an opt-in not a spam tool. You can export numbers or send unlimited bulk messages to verified numbers here

Why WhatsApp?

With nearly a billion users and 98% of messages read in the first 5 minutes, you are sure to reach users anytime, anywhere, anyplace. Almost anyone who is using a smartphone whether Android or iOS user downloads WhatsApp and uses it as their by default way of communicating with their friends, family and relatives using this text messaging mobile app.

CHANGE TEXT/SMS MARKETING WITH WHATSAPP MARKETING

Are you planning to run launch for your new products & services? You want to maximize your returns on your marketing efforts? Then, we suggest you forget using traditional SMS Marketing. It’s time use WhatsApp as a promotion tool!

WhatsApp offers small, medium and large businesses the opportunity to reach out with their products & service promotions that’s very quick, simple, convenient, and cost effective.

You can now leverage WhatsApp without any restrictions or limits. No more small text messages which limits you by 160 characters. Now get better and huge returns on your investment using our WhatsApp Marketing Service. There are a lot of advantages of using WhatsApp Marketing vs traditional, old-style, text/SMS Messaging in your marketing campaign:

WhatsApp Advantages

  • WhatsApp marketing can be used globally. No difference in pricing, no matter where you message.
  • Easy to use, simple & intuitive as you don’t need to download any plug-in or installation is required.
  • You can send messages with unlimited character length unlike SMS Marketing which limits you to 160 characters per message.
  • WhatsApp is available on major mobile platforms namely Android, iPhone’s iOS, Windows Mobiles and BlackBerry phones.

WHATSAPP AS A BUSINESS PROMOTION TOOL:

The WhatsApp Promo Suite is for those who always wanted to use WhatsApp as a marketing weapon to promote their business consistently. The tool is best suited for anyone ranging from Banking Professionals to Insurance & Financial companies, Educational institutes, Healthcare, Media & Entertainment companies, Travel & Logistic industry, to professionals like doctors, real estate firms, and lawyers/attorneys.

Our service can deliver according to all your marketing needs, use it for:

  • Product & Service Launches
  • Announcing offers, contest and deals to your already existing customer base
  • Stock/Quotes Update to all your esteemed clients & investors
  • Upcoming Gig Updates & Special Event Promotions
  • Upcoming Gig Updates & Special Event Promotions
  • Greetings on special occasions and holiday festivals
  • And much more with possibilities which are endless and limited to your imagination.

Download WhatsApp Marketing Suite (Windows)

Metal PinBall (Games)

-“Metal PinBall made on Construct 2 game engine version 212+
-Included all the source file ready to export for mobile and web game (html5, cordova, cocoonjs) and .CAPX file

-Flexible event system

How To Play

Left Flippers:using left arrow or tap on left of screen
Right Flippers:using right arrow or tap on right of screen
Shoot Ball :using down arrow or tap fire button

Features

-Construct 2 212+
-Play on desktop and device
-Easy export to HTML5 for website
-Ready to export for Android, iOS with Cordova platform such as intel XDK, phonegap, CocoonJS – Ludei.
-AdmobAds integration
-Touch & Mouse
-Share on Facebook, Twitter, Google plus

Download Metal PinBall (Games)

Circle Jump – Android Universal Game (Games)

Meet an addicting game with physics objects. Very easy to reskin.

App Preview video: https://www.youtube.com/watch?v=O53rA9E6Ogo
Demo version: https://play.google.com/store/apps/details?id=co.jf.circlejump

App Description: Swipe your finger left of right to move the circle and go up.

Features: – Universal – Chartboost interstitials – Game Center – Endless Game – Share and Rate buttons – 13 pages detailed User Guide

iOS version for this game: http://codecanyon.net/item/circle-jump-ios-89-universal-game/13111439

Download Circle Jump – Android Universal Game (Games)

Light Shooter (Games)

Descripcion:

Simple!!! Tap and shooter.
You have to eliminate all the enemies before they reach your lifeline.

Features

  • Devices: iPhone and iPad
  • iOS: 7.0, 8.0, 9.0
  • Developed on Xcode 7
  • Language: Objective-C
  • Game Framework: SpriteKit
  • Ads: iAd, adMob, Chartboost
  • Game Center
  • in-App Purchases

Easy Configurations

If you wish to modify some aspects of the game, you can change the variables and constants in Configurations.m

//Game Configurations
        _scrollingSpeed = 10;
        _increaseScrollSpeed = 0.1;
        _maxScrollSpeed = 40;
        _scaleGraphics = ([[UIScreen mainScreen] bounds].size.width/3)/130; //Cannon-Bullet-Enemy-Ammo
        _fontName = @"DIN Alternate";
        _fontColor = [UIColor whiteColor];
        _buttonsMenuPosition_bottom = YES;
        _configSound = YES;
  • scrollingSpeed: speed of enemies.
  • increaseScrollSpeed: increase speed per point
  • maxScrollSpeed: max. speed
  • scaleGraphics: same scale for Cannon-Bullet-Enemy-Ammo(principal graphics).
  • buttonsMenuPosition_bottom: where position the menu buttons(true = bootom, false = top).
  • configSound: to use button of sound.

Change Sounds:If you sounds have others names change it here

 //Sounds
    _soundBounce = @"Bounce.wav";
    _soundClick = @"tap.mp3";
    _soundEnemyExplosion = @"EnemyExplosion.wav";
    _soundGameOver = @"GameOver.wav";
    _soundShoot = @"LaserShoot.mp3";

Configure if you want use banner ads -> iAd / adMob and the position Top or Bottom. If you want use “Chartboost” and when show on screen game over.

#pragma mark - Ads
#pragma mark Banners
        _useBannerAds = YES;
        _showBanner_Pause = YES;
        _bannerPosition_bottom  = NO;
        _use_iAds = YES;
        _use_AdMob = YES;
        _adMobID = @"ca-app-pub-5463627996411476/4634092947";
#pragma mark Chartboost
        _showChartboost_GameOver = 2;//if 0 no show chartboost ads
        _showChartboost_Pause = 3;//if 0 no show chartboost ads
        _chartboostID = @"5617f10c04b0163e64b7315e";
        _chartboostSignature = @"2ac49d0ebd5f5bcc7d7c572779f58ee4a1f32784";

For use in-app Purchases -> usePurchaseNoAds=YES and change you productID

#pragma mark - In-App Purchases
        _usePurchaseNoAds = NO;
        _purchaseID = @"com.pixelbulls.lightshooter.inapp.noads";

For use GameCenter -> useGameCenter=YES and change ID of your leaderboard

#pragma mark - GameCenter
        _useGameCenter = YES;
        _gameCenterID = @"com.pixelbulls.lightshooter.score";

For use Rate -> useRateApp=YES and change the number of you Apple ID

#pragma mark - Rate
        _useRate = YES;
        _appID = @"1048048099";

Custom Sprites

You can replace existing images by drag and dropping your new sprite onto the ‘Set Viewer’ in Assets.xcassets. Make sure to provide all versions of your sprite.
It is also a good idea to keep the size of your new sprites the same size as the old, original sprites.

Download Light Shooter (Games)

Classify – Classifieds App Template (Full Applications)

Classify – Classifieds App Template

\
\

Classify is a complete Universal app template you can use to offer mobile classifieds service to professionals and end users,
they will be able to post and edit ads all via their devices, no computer needed, additionally they can just search for what
they need or browse listings by Categories and contact seller all in mobility!
Classify is very easy to customize,

\

Demo Admin URL :

http://hkinfoway.com/apps/classify/admin/index.php

Username : admin
Password: admin123

FEATURES:

  • Support Both Platform Eclipse and Studio.
  • AdMob interstitials,
  • Backend php code (With Admin Panel)
  • Login and Sing Up controllers,
  • Home screen with search fields and Category buttons,
  • set favorite ads, post/edit your own ads,
  • Browse all Classify ads as a visitor (you don’t need to login or signup for an account)
  • Easy to customize, well commented code
  • Well commented Code,
  • Full Document for Reskin and set up admin panel,
  • Also video Guidlines for set up and installation.

\
\

IMPORTANT: As per Envato rules, you must purchase Classify under an Extended License if:
1. You plan to sell your own version of this app as a PAID app on the Play store.

Application Link

\

Download Classify – Classifieds App Template (Full Applications)

Awesome PreLoader Collection (Animations and Effects)

awesome preLoader collection, perfect usable for ajax loading and or website pre-loader. It will give freshness to your website! Collection of preloader friendly to mobile devices.

Instruction

Awesome Css3 PreLoader Collection is installed in few easy steps:

< head >
    < link rel="stylesheet" href="animate.css" >
    < link rel="stylesheet" href="preloader-style.css" >
< /head >
            

Finally you need to add one of the following classes:

  • .ts_preloading_box #ts-preloader-absolute01
  • .ts_preloading_box #ts-preloader-absolute02
  • .ts_preloading_box #ts-preloader-absolute03
  • .ts_preloading_box #ts-preloader-absolute04
  • .ts_preloading_box #ts-preloader-absolute05

That’s it!

Full Example

        <div class="ts_preloading_box">
          <div id="ts-preloader-absolute01">
            <div class="tsperloader1" id="tsperloader1_four"></div>
            <div class="tsperloader1" id="tsperloader1_three"></div>
            <div class="tsperloader1" id="tsperloader1_two"></div>
            <div class="tsperloader1" id="tsperloader1_one"></div>
         </div>
        </div>

Main features

  • Colors and size are easy to change.
  • Autoload function
  • Major browser support
  • Lightweight
  • 50 + collection of loading
  • Customizable CSS3 Transitions
  • Queue Support
  • Mobile & Retina Friendly
  • Demo page included

Credits

Support

If you have any suggestions or you find a problem, call me ASAP!
i’m eager to get suggestions and ready to solve bugs!

Download Awesome PreLoader Collection (Animations and Effects)

Shopping | HTML5 Google Banner Ad 6 (Ad Templates)

Shopping | HTML5 Google Banner Ad 6is a beautiful set of banner templates, made for all business and product promotions.

Features:

  • PSD files included free
  • 7 standard sizes: 160×600, 300×250, 728×90, 300×600, 468×60, 250×250, 336×280
  • HTML5/CSS3 effects;
  • Easy to Edit;
  • Google Web Fonts;
  • Made with Google Web Designer;

What you get:

  • 5 HTML Ad template, ready to use
  • Easy to customize with Google Web Designer software

Image courtesy:

All the images are display only, not included in the main download package.

Download Shopping | HTML5 Google Banner Ad 6 (Ad Templates)

Real Estate Pro – WordPress Plugin (Miscellaneous)

Just install and use it. The plugin will create all necessary pages, email template and settings on the plugin installation.

Demo Login

User Login : U : demo / P: demo Here


       

Stripe

Full synchronize with stripe subscription plan.

 

Paypal

Paypal express checkout with all option.

 

Fully Responsive

What ever you are using the device the plugin will run as it should be.

 

SEO Friendly

Real Estate Pro works on custom post type, So you can use any SEO plugin e.g all in SEO,Yoast .

 

mailChimp Integrated

New user’s email will store on mailChipm list for future use.

 

Integrated with visual Composer

 

Unlimited Subscription

You can create any type of package e.g daily/weekly/monthly/yearly subscription, free trial, paid trial, one time payment. User can upgrade or downgrade or cancel his/her subscription.

 

Earn Money By The Plugin

You could charge for any of the following:

  • Add a listing
  • Claim a listing
  • Earn From Bidding money
  • View a listing
  • Sell VIP badge
  • Access to the site

 

WPML Compatible

The plugin is WPML Compatible

 

Translatable

13 language files can be found in language directory inside the plugin.
Files: Russian, German, Japanese, Spanish, French, Chinese, Portuguese, Italian, Turkish, Dutch, Persian, Arabic, Swedish

 

Bidding System for top search rank

User can bid for top search rank/day of the listing X radius.

 

Interactive My Favorites Section

User can add note and contact with listing owner.

 

Interactive Who is interested

User can know who is interested about his/her listing and can contact with them.

 

Responsive Touch Slider

The listing detail page is included responsive touch slider for mobile devices.

 

New Listing Badge

New listing will disply with new badge icon. Admin can set number of days for new badge.

Features

  • Payment Gateway
    • a) Paypal [Express Checkout]
    • b) Stripe [ Full synchronize with Stripe Plan ]
  • Mailchimp to store Email for new registrants
  • WPML
  • 13 languages files inside of the plugin
  • Integrated with visual Composer
  • Real Estate Listing
    • 1) Add/Edit Listing from frontend “My Account”
    • 2) My Favorites
    • 3) My Bidding
    • 4) Deposit Money for bidding [Stripe/Paypal]
    • 5) Set Bidding radius for bid a listing
    • 6) Set Start Bid Amount
    • 7) My Payment History
    • 8 ) Who is interested about my listing
    • 9) Claim Listing
    • 10) Contact List Owner
    • 11) Responsive Touch slider
    • 12) Public Facilities
    • 13) Floor Plan
    • 14) Offer/ Deal
    • 15) Listing Read / Write access by user role
    • 16) Admin can add new fields
    • 17) Category Map Marker image setting
    • 18) User Listing Publish Ability or Pending for approval
    • 19) Geolocation search by KM and Mile
    • 20) Search widget
  • Membership Type
    • a) Free Account
    • b) One time Payment
    • c) Recurring Payment
    • d) Free Trial
    • e) Paid Trial
    • e) Variable Payment Package
  • 7 Pricing Tables
  • 2 Signup styles
  • My account
    • User Setting
    • User Social Profile
    • User privacy setting
    • User Change Password
    • User All Post
    • User Post: Custom Fields
    • User Insert Post
    • User Edit Post
    • Subscription upgrade
    • Subscription downgrade
    • Subscription Cancel
    • Mu Account Menu Show/Hide
  • Coupon for Signup
    • Coupon By Package
    • Set Coupon limit
    • Set Coupon expire date
  • User Role creation by Package
  • Overriding templates
  • Page Redirect
    • Agent Public Profile Page Redirect
    • Agent My Account Page Redirect
    • Agent Registration Page Redirect
  • Page Setting
  • 11 Email Templates
    • User Welcome Email template
    • User Forget Password Email template
    • User Order Email template
    • Admin Order Email template
    • Listing contact Email template
    • Listing contact Email template for CC Admin [Admin Setting]
    • Claim Email template
    • Deal Email template : Listing Owner + Buyer
    • Subscription Reminder Email Template
  • Agent Public Profile
  • Payment History
  • Report
    • 3D Pic charts
    • Line Chart
  • User Public Profile Page Redirect:
    • Hide Admin Bar
  • 2 type of User Directories
  • And Lots of other settings..

Download Real Estate Pro – WordPress Plugin (Miscellaneous)

Twitter Feed Pro for Adobe Muse (Muse Widgets)

Twitter Feed PRO is a Powerful widget with many features embedded with it. Now embedding Twitter on to your website is very easy with this.
The Options fly-out built in the widget give you options to customize the widget with Username, Theme Color, No of tweets, Transparent Background and Many more.

Installing and Using:

1. Once you’ve Downloaded the widget, extract it using Winrar or 7zip, to the desired location (Folder).
2. Launch Adobe Muse.
3. Navigate to the place extracted and double click on “Nakshatra – Twitter Feed PRO” .mulib file.
3. Head back to Adobe Muse, pull out Library panel (Window Menu – Library).
4. In the Library Menu, you should find a folder named Nakshatra. Open the Folder.
5. Once the folder is open, you’ll see the widget named “Nakshatra – witter Feed PRO”. Click and Drag it on the page.
6. As soon as the widget is place on the page the widget options fly-out is open by default.
7. Enter the Username of the profile you want to embed.

Use the other below options in the Widget options to style the button to match your website.

Help File is included in the download.

Let us know if you need any help in setting up the widget, we shall do the needful.

Download Twitter Feed Pro for Adobe Muse (Muse Widgets)

Sports tourism (CAPX) (Games)

The project has more than 100 events.
You must have a business license Construct2 to use.
-SportTourism(full events 1760).capx

For the basic version.
Special sections on parts of 100 events.If you have a basic version up to 100 events
-100 events(Day – night.capx
-100 events(Generation of the road)
-100 events(Infinity fon)
-100 events(RAIN).capx
-100 events(Menu).capx
-100 events(RAIN)
-100 events(physics Car).capx
-100 events(RAIN).capx
-100 events(Splash load)
-SportTourism(Layout).capx
-SportTourism 100 events(physics Car touch Control).capx
-SportTourism 100(boad touch and keyboard).capx

The source is suitable for both novice and experienced users.
You can create two full games.
With this source code, you will learn:
– Create infinitely generated landscape.
– Create an endless pattern and the surrounding decor
– Create physical tunes in the car with suspension.
– Create endless games of type “Flappy birds”
– Create the game according to the “Hill Racing”
– All graphics in HD format

In addition:
-Change The day and night
-Change The weather (rain)
-Game Bonuses
-Change The screen resolution.
– Save the game result
-Create Your own boot screen

Gameplay:
Step 1. “Trophy Tour”. Car driving in different modes, fuel is limited and refueling takes place at a certain distance. Using a winch in difficult situations.
2. “Fusion”. Raft on the river dodging various obstacles.
The source code is implemented 4 levels of the game.
3) You can change the schedule and you will be ready to play.

1) The race for control points
2) Sprint
3) Infinity Card
4) alloy boat
Platform: for PC, but with the possibility of porting to mobile platforms.

What you get:
1) Fully commented code (English, Russian).
2) Export HTML5 version of the game
3) CAPX file

The music in the game is the site audionautix.com (keep this in mind). Under the terms of the license, you can use music for commercial purposes other than sale as is. All other sounds are created by me, you can use it as you wish.

The license for the graphic content.
You have to replace my schedule to another, if you are using the project for commercial purposes.

Download Sports tourism (CAPX) (Games)

Voice Changer (Full Applications)

Voice Changer is the application which give you funny moments with the beautiful UI
Let record your voice, apply effects, you will have funny voices.More over you can share it with your friend.
Includes following effects:
Helium
• Giant
• Robot
• Cave
• Monster
• Nervous
• Drunk
• Squirrel
• Reverse
• Death
• Child

Core Feature:
-Intergrating Admob with banner ad and intertestial ad
-Android Studio Support
-Record your voice
-Apply effects
-Save and share voice
-View your records
-Change theme
-Beautiful UI
-Set voice as ringtone or notification sound


DOWNLOAD APK
If you want to have more functions as Funny Voice on PlayStore.Please send message to me
FULL VERSION ON PLAY STORE

Download Voice Changer (Full Applications)

On The Line – Epic Journey (Games)

Welcome to On The line, a fun, addictive and simple arcade game that challenges your reflexes.

It’s never been so easy to play, you just have to hold your finger on the screen and try to stay on the line as long as possible…

Android demo : https://www.dropbox.com/s/b48zo50hbo6nctr/com.optimuslab.ontheline.apk?dl=0
Video demo : https://www.youtube.com/watch?v=Sq8yob5nBAc

Features and Requirements
– Made with buildbox game engine (http://buildbox.com)
– Over 150 unique levels
– Smooth controllability
– Fun adventures with high-quality sounds
– Well designed artificial intelligence where you find heartbreaking obstacle
– Tested with xcode 6.4 with no erros
– Can build with xcode 7 (latest) with bitcode disable in build option
– All animation sprite sheets (atlases), Characters & backgrounds included
– For monetization, the game is integrated with Chartboost & Admob Ad Network
– Share the game with a custom message via facebook, twitter, whatsapp, gmail…
– Saves High Scores Game Center / Leaderboard IAP to remove Ads Review button on the gameover screen

How to Setup and Reskin :
– Create new App ID related to your project.
– Setup new icons, launch screens, localization and meta-data for your app.
– Change Atlases file with new images.
– Change ID for AD Networks.
– Update Review Us URL.
– Configure Game Center.
– Submit and Publish your game.

More details can be found with the documentation file.
If you are interested in the buildbox project, please contact me.

Download On The Line – Epic Journey (Games)

WooCommerce Checkout Easy Upload (Miscellaneous)

WooCommerce Checkout Easy Upload

Easily enable customers upload patterns, images,…before checkout securely with Virus Scanner from VirusTotal and MetaScan.

woocommerce checkout page template compatible with avada theme, enfold theme
woocommerce checkout page template compatible with woocommerce 2.4, wordpress 4.3, mailchimp mandrill

If you have ever wonder how to allow user upload files through your WooCommerce checkout page, to exend and optimize revenue by added value, this is the best and easiest way to do that.

This plugin will help enable you to allow customer upload their file easily, with extensive options which will help you control the uploaded files by customers.

Plugin itself came up with the secure upload files with 3 layers verification, which will erase the worrying from being hacked or exploited through uploading method.

Also, if you have used VirusTotal online scanning service, or strong Meta Scanner, now you will be experienced it right in your WordPress installation. We will automatically scan the files which uploaded by customers automatically and notify you if someone trying to upload suspicious files like malwares, bad hacking scripts or even virus.

It is built for flexibility, so that you can choose where to display upload file button on the checkout page, up to 6 position!!.

WooCommerce Checkout Easy Upload

If you’re not so sure about the result of auto-scanner, you can manually re-scan easily in order detail

scan virus file wordpress woocommerce

We’re also made it for you to easily manage the files uploaded by customer, you will know that image is linked to what order, easy as piece of cake!!!

This upload plugin is best used for following purpose (suggestion):

– Textile patterns for Fashion shops
– Recipes for bank transfer – get delivered products faster
– Instruction/Map guider images

There’s a lot of more things you can do with this plugin, as long as it’s something can be uploaded.

Download WooCommerce Checkout Easy Upload (Miscellaneous)

Truck Travel (Games)

Truck Travel – CONSTRUCT 2 GAME

Help Tom Truck and Trudy Truck to drive safely. Choose between two cool characters.

How To Play(Phone):

  • Swipe up to jump. Swipe down to drop
  • Collect coins.
  • Purchase upgrades from the store.
  • Avoid spikes. Don’t run out of time..

How To Play(PC):

  • Use the arrow keys to control the truck
  • Tap Up arrow to jump. Tap down arrow to drop.
  • Collect coins.
  • Purchase upgrades from the store.
  • Avoid spikes. Don’t run out of time..

Features

  • CORDOVA exported files. AdMob ready. No Construct 2 license required!
  • Full support for Android, iOS and Windows!
  • Get Construct 2 .capx file !
  • Assets included! Easy to replace images!
  • Play on desktop and device.
  • Easy export to HTML5 for website.
  • Touch & Mouse support.
  • In-game marketplace.

What You Get

  • Construct 2 .capx file
  • A documentation with necessary explanations
  • Pre-exported to HTML, Cordova and CocoonJS files
  • CORDOVA exported files. AdMob ready. No Construct 2 license required!

NOTE

The splash screen image can be easily replaced by your own image. No coding changes required.
You will need Construct 2 to open the .capx file!

For any doubts/queries/help:

Check out our other cool games:




Download Truck Travel (Games)

Frog Jump – Unity – iOS 7/8/9 + Chartboost + Admob (Games)

DESCRIPTION

How to play?

Touch the green leaf to help the frog cross the river. Only the green lotus leaf is safe. The yellow leaves, leaves can eating meat and the whirlpool area or under water are particularly dangerous.

FEATURES

  • Unity3D,easy to reskin.
  • No require programming skills.
  • Online leaderboard with GameCenter.
  • Banner and Interstitial Advertising with Admob and Chartboost.
  • https://itunes.apple.com/us/app/frog-jump-dont-tap-wrong-leaf/id1016281713

    Download Frog Jump – Unity – iOS 7/8/9 + Chartboost + Admob (Games)