Showing posts with label paypal. Show all posts
Showing posts with label paypal. Show all posts

Friday, 4 September 2015

Digital Products Marketplace Direct Payment (Shopping Carts)

Script required to run on VPS or Server


required php_pdo, php version >= 5.5


required curl …


support via skype: santd86


Guide setup include.


Marketplace: Will upload source code, products ( you, we, or another . etc) user will buy it with paypal and you will receive money instant …


System will support multi language in frontend site.


You can see demo at:


http://digital.zodaco.com/


Note:


– Username min length 6 character


– Send Email newsletter on backend


– Send mail console: config crontab


To Setup:

– Unzip source code


– open file app/config/parameters.yml


+ Change database info:


database_host: 127.0.0.1

database_name:

database_user:

database_password:

+ Change rate money user will recive for earch product selled, course selled. by


“netMoney: 0.7” //70%


– Import database:


import file data.sql to your system (database included sample)


– Upload source code to Server


– chmod 777 folder and sub-folder:


web/uploads


– chmod 777 folder and sub-folder in root directory:


items


– chmod 777 folder and sub-folder in root directory:


app/sessions

app/cache

app/logs


– Setting system: open file


src/Market/DigitalBundle/MarketDigitalBundle.php


change some seting


public static $demoMode = 0; //mode live or demo (0: Live, 1: demo)


public static $fb_app = ””; // facebook app_id


public static $fb_key = ””; // facebook seret app key


public static $tw_acc = ””; // twitter account


public static $fb_acc = ””; // facebook account


public static $paypal_sanbox = 1; //method sandbox or live for paypal set = 0 if Live App


static function emailReceiver()

if (self::$paypal_sanbox)

$email = ””; // Email receiver payment sandbox mode

else

$email = ””; // Email receiver payment live mode


return $email;


if (self::$paypal_sanbox)

return array(

“mode” => “sandbox”,

“acct1.UserName” => ””,

“acct1.Password” => ””,

“acct1.Signature” => ””,

“acct1.AppId” => ””

);

else

return array(

“mode” => “live”,

“acct1.UserName” => ””, //change username paypal api live mode

“acct1.Password” => ””, //change password paypal api live mode

“acct1.Signature” => ””, //change signature paypal api live mode

“acct1.AppId” => ”” //change app_id paypal api live mode

);


– Open file src/Market/DigitalBundle/Console/Command/SendMailCommand.php


change

$message = Swift_Message::newInstance()
>setSubject($value>getTitle())

->setFrom(””) //To your email
>setBody($value>getContent(), ‘text/html’);

if ($value->getEmail() == $value->getReplyEmail())

$message->setTo(””) //To your email

else {


– Open file app/config/parameters.yml


+ Change info Database


database_name: miniassets
database_user: root
database_password: null

+ Change Transport for crontab send mail


mailer_transport:
mailer_host:
mailer_port:
mailer_user:
mailer_password:

– Setup crontab send mail


  • * * * * /usr/bin/php PATH/app/console SendMail > /dev/null 2>&1

change PATH to your path on server


– That All.


Congrats, Your system will running.


Demo User Account:


email: demoUser@demo.com


username: demoUser


password: demoUser


Demo Admin Account:


email: demoAdmin@demo.com


username: demoAdmin


password: demoAdmin


Login admin with user, an menu admin will show on right screen.


Note: demo mode can’t change all action in backend, this account only view.


Support: We provide support within the comments section. So when you have questions, we’re here to answer. So let’s get the new top list app code!


Please. Use Server or VPS to install and run this source. I not suggess use share hosting, it very bad config for symfony2.


If need VPS you can register by this link.


http://bit.ly/1BLes2n


$5/month


Or another service if you wan’t


Demo config file on server


1. With server, vps use nginx

Cretate file your_server.conf on /etc/nginx/conf.d/ (change your_server to your name) with content bellow:


server

listen 80;

server_name your_domain.com;

server_name www.your_domain.com;


error_log /var/log/nginx/your_domain.com.error.log;
access_log /var/log/nginx/your_domain.com.access.log;

location / 
root /var/www/your_domain.com/web;
index app.php index.php index.html index.htm;
try_files $uri $uri/ /app.php?q=$uri&$args;

error_page 404 /404.html;
location = /404.html
root /var/www/your_domain.com/web;

error_page 500 502 503 504 /50x.html;
location = /50x.html
root /var/www/your_domain.com/web;

location ~ .php$ 

root /var/www/your_domain.com/web;

fastcgi_pass 127.0.0.1:9000;

fastcgi_index app.php;

  1. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

    fastcgi_param SCRIPT_FILENAME $request_filename;


    include fastcgi_params;





Change /var/www/your_domain.com to your path


if use Apache, use guide bellow;


Insert this config to http-vhost.conf or httpd.conf


<VirtualHost *:80>


ServerName domain.com

ServerAlias www.domain.com

DocumentRoot "path/your_domain.com/web"

<Directory "path/your_domain.com/web">

Options Indexes FollowSymLinks Includes execCGI

AllowOverride All

Order Allow,Deny

Allow From All

</Directory>

</VirtualHost>


Change domain.com to your domain


change path/your_domain.com to your path source on server


DONE


Support: We provide support within the comments section. So when you have questions, we’re here to answer. So let’s get the new top list app code!





abc.com

Saturday, 29 August 2015

Invoiced - Flexible invoicing application with API (Project Management Tools)

Invoiced – The last invoicing and billing application you’ll need!



After years of dealing with half-assed invoicing and billing software, we were fed up and decided to build our own, the result: Invoiced! One of the things we struggled with when using other invoicing applications, is that virtually all of these products are geared towards internet professionals such as web developers, designers, programmers, consultants, etc. And unfortunately this extends to the invoice structure; nearly all billing products out there force a certain invoice item structure upon its users. We decided to make Invoiced suitable for any type of business, not just Internet and IT professionals. We accomplish this by giving the user total control over the invoice item structure. This makes Invoiced suitable for businesses like camp sites, massage therapists, day spas, car mechanics, hair salons, handymen, landscapers, etc. You get the picture; Invoiced works for any sort of business!


Import data from CSV/Excel



Another feature we found missing from most other applications out there, is the option to import invoice data from spreadsheet programs like Excel. Many people operating small to medium sized businessed use spreadsheets to manage company data. So we thought it makes sense to allow users to prepare their invoice data in an spreadsheet after which they can import it into Invoiced.


Online payment



Getting paid is the whole reasoning behind sending out invoices, no? Therefor, what good is an invoicing application if it does not allow to you receive your hard earned cash? We have built Invoiced in such a way that it easily integrates with Paypal and Stripe, allowing your customers to pay their invoices direct online using either their Paypal account OR their credit card. As a third option, Invoiced allows customers to pay by means of bank transfer. In this scenario, the customer will be asked to upload a payment slip or other proof of transfer when submitting their payment.


Recurring invoices



Another featured we always wanted from our invoicing/billing software, was the ability to generate recurring invoices. Create the invoice once, mark it as “recurring” and let Invoiced know what the recurring period is (you can choose between 1 month, 3 months, 6 months or 1 year) and Invoiced will do the rest! It will automatically generate a new invoiced based on the profile you have created for the initial invoice.


One sweet User Interface



We work with our invoicing software daily and we love looking at beautiful things; so making the UI as beautiful as we could was the only way to go! Build using Bootstrap 3 and Flat Ui Pro, Invoiced is 100% responsive and looks just as awesome on that big screen monitor as it does on your mobile phone!


All Invoiced features



  • Clients – Invoiced allows you to manage all your clients. For each client, the graphic summary gives a bird eye’s view of its current situation.


  • Invoices – Create and manage your invoices. Setup recurring invoices. The flexible invoice item structure allows you to create invoices for any type of business. Export invoices as PDF and/or email invoices directly to your client from within the application.


  • Payments – Keep track of payments. Clients can (optionally) pay their invoices online using their Paypal account or credit card. Add payments directly into the application.


  • Multi currency – Invoiced is multi-currency and allows you to create invoices for every single currency out there!


  • Reporting – Quickly and painfully generation of reports gives you all the info you might need at any given moment.


  • RESTful – Invoiced comes with a fully functional RESTful API (info included in the documentation) allowing you to integrate Invoiced with other applications and / or services.


  • 100% responsive – Invoiced is 100% responsive and looks just as beautiful on your phone as it does on your desktop computer!


  • Clear and precise documentation – Invoices comes with well written and easy to understand documentation which is accessible from with the application.


  • Easy and painless installation – Invoiced comes bundled with an installation script which handles the nitty gritty for you. Upload the files, run the installation script and you’re good to go!


  • Sleek dashboard – The dashboard page gives you a quick but clear overview of the current situation!


  • First class support – First class support provided by a trustworthy Elite author




abc.com

Tuesday, 25 August 2015

eStore CMS (Shopping Carts)

This an eStore Control Management System that allow you to manage and control your Online Store and Sell your products with an easy to use Control Panel , and a Modern , Slick and customisable Front-End Design.

Features :

[+] Menus and Categories Management

[+] Products Management (Thumbnails / Photo albums / Descriptions / Categories …)

[+] Pages builder

[+] User management from the admin panel (Add – Remove – view – change user type …)

[+] Stripe and Paypal Integration

[+] And much more other features


Demo Site : http://37.187.41.192/

Login Link : http://37.187.41.192/auth/login


Demo Admin :

Login : admin@email.com

Password : admin


Demo Client :


Login : client@email.com

Password : password


Control Panel : http://37.187.41.192/admin/ (make sure you are already logged in as an admin to access the admin panel)





abc.com

Sunday, 23 August 2015

The Viavi Restaurant System (PHP Scripts)

The Viavi Restaurant System is a restaurant food ordering and table booking system.


  • This script comes with a codeigniter framework

  • Book tables online interactive way to book a table

  • Contact page with Google Map Build-in can be editable from admin panel

  • Contact page with Contact form mail setting modify using back end

  • Manage foods Add/Remove/Edit menus and product using admin panel

  • Manage orders and bookings using admin panel

  • Manage users using admin panel

  • Change restaurant information using admin panel

  • Change restaurant information

  • Homepage slider with dozens of transition effects

  • Icons for social sharing

  • User-friendly booking system

  • Clean well-commented code

  • SEO friendly

  • Google Analytics integration option

  • Responsive Framework

  • HTML5 and CSS3 Are used in theme

  • Custom footer text

Demo Admin Url:


http://viavilab.com/codecanyon/restaurant/AdminLogin/Login


Username : admin
password : admin





abc.com

Sunday, 19 July 2015

Ultimate Membership Pro WordPress Plugin (Membership)

great plugin
sep


Ultimate Membership Pro is the newest and the best Membership WordPress Plugin that allow you to create and work with multi-level exclusive access for your Users based on simple Free packages or Payed packages.


You can turn on your Website into a income supply by protecting your valuable content or only part of it.


Protect your: Pages, Products, Categories, any URL, Content Sections, Images, Menu, anything and set a Redirect or Replace Content Rule.


Membership Pro main Features:


  • Multi-Levels

  • Content Lockers protect

  • Reliable PayPal Payment


  • Restrict Pages or any URL

  • Subscriptions Plan


  • Login Predefined Templates


  • Register Predefined Templates

  • Menu Protection

  • 9 Email Marketing Platforms integrated


  • Visual Composer Integrated

  • Keywords Restrictions

  • Dashboard Stats


  • Unlimited Registration Fields

  • Redirect or Replace Content Page

  • WordPress Users Synchronize

imp qa
imp opt


Membership Pro let you create Unlimited No. of Users and Levels into a simple Registration Process keeping the Users synchronized with WordPress Users. So, the users will be able to use the WP for WooCommerce purpose also.


Email Subscription


Provides all the best ways to keep and manage your registrations emails in a dedicated Marketing Platform for further purpose. 9 Email Marketing Platforms are available:
MailChimp, MailPoet, AWeber, Campaign Monitor, Constant Contact, MyMail, iContact, GetResponse, MadMimi.


imp pl1


Depends of your design you can use one of the predefined Templates for Login cutting of the additional Links and the Remember Me option.


Also, for special desires, a Custom CSS is available, so any Template can be customized.


imp pl2


Besides the Predefined Templates, all the Fields are customizable being able to change the Labels, Order and the Required Conditions.


For additional purpose, Unlimited No. of Fields can be added in different type with other great options like Password Strength, a Capcha Verification or TOS validate condition.


Depends of your Level Plans and Strategy the Registration may passtrough a Subscription Plan first or just a Simple Registration Process.


imp pl3


With all those Great Locker Templates you can build Unlimited Lockers based on a Custom Content Message with or without a Login Form directly from Locker box.


An Inside Locker can be set to hide and protect part of a Content for a specified Levels or type of Users (Registered/Unregistered).


imp pl4


All the Details for any Subscription Plan are customizable for each level. You can built your Subscription Plan with any details or images you want it.


If you are already using another Pricing Table, you have the option to use only the link for Sign Up. For each Level a Simple Link is enough to pick that Level for registration.


The Registered Process is not completed until the PayPal service will not confirm the payment.


The Registered Users can be moved from one Level to another very easily, with few click.


imp email
imp vc


Visual Composer Page Builder is one of the best Page Builder for WordPress on the wwww. If you are using it, now you can play and manage your Membership Forms, Membership Pages and Content Lockers directly from Visual Composer.


imp addoptions


Ultimate Membership PRO


Everything what you needs for a proper Membership Workflow or a Directory Section, Ultimate Membership PRO will allow you to accomplish.


With a great intuitive Dashboard, you will finish your settings in minutes and your website will be ready to protect your contents.


imp dashboard


In the Future…


Ultimate Membership Pro plugin is already in use on some of our regular clients websites and we know that the next think they want is to have a nice new features.


Requirements


If you want to use Ultimate Membership Pro plugin, all you need to do is install WordPress 3.0+, and install the plugin.


Credits


  • FontAwesome

  • Bootstrap Responsive

  • jQuery Flot

  • ReCaptcha




    abc.com

    Friday, 17 July 2015

    PayPlug Gateway - AdPress Addon (Add-ons)

    tpbanner support


    PayPlug Gateway for AdPress



    PayPlug gateway integration for AdPress allows users to select Stripe as their preferred payment method. Since the checkout process does not occur on your website, an SSL certificate is not required and you don’t have to stress over PCI compliance.


    This is an add-on for AdPress


    Features


    • Easy to setup and use

    • Accept Major Credit Cards / Debit Cards – Visa®, MasterCard®, American Express®, Discover®, and PayPal®

    • Accept payments in almost any currency ( PayPlug Supported Currencies)

    • No SSL Certificate or PCI compliance is required

    How to Get Started


    1. Download and Install the plugin to your WordPress Blog

    2. Enter your PayPlug credentials on the Gateway Settings page

    3. Make sure you enable PayPlug to have it added on Checkout

    Version Log



    Version 1.0
    - Initial Release




    abc.com

    Saturday, 11 July 2015

    jQuery Paypal HTML Shop (Shopping Carts)

    createit support
    createit updates
    createit facebook
    createit twitter
    createit envato
    createit blog


    jQuery Paypal HTML Shop by createIT turns your static website into a working paypal shop in 5 minutes!


    Every currency type is supported and compatible with PayPal.


    A must have plugin if you want your website to start giving profit.


    PayPal HTML shop description description


    Changelog:


    changelog changelog


    Features:


    • Seamless paypal integration

    • Add Custom HTML Markup

    • 6 unique design styles

    • Variable products support

    • No PHP required

    • Coffee script files included

    • HTML5 and XHTML strict compatible

    • Cross-browser compatible

    • Responsive

    • Mobile devices ready

    • Unlimited number of products per page

    • dedicated support team




    abc.com

    Monday, 6 July 2015

    Boom vip addons for Boomchat php/ajax chat (Add-ons)

    Boom vip is a fully automated paypal module and very easy to install that allow you to create up to 3 vip plan on your chat. Boom vip module also allow you to give free vip trial to your members. Once installed boom vip will take care of everything it will apply vip remove vip and record every transactions.


    look at the image preview to see how its build and you will fall in love with it


    Boom vip is availaible in Francais , English and have a Custom language file allowing you to edit your own language.


    Requirement


    • Boomchat 5.1.1 or up

    • Verified paypal Premier or Business account

    • Be sure to have your domain setted correctly in settings

    Suggestion


    Add some visibility to boom vip with boom bot addons availaible on Code canyon





    abc.com

    Friday, 26 June 2015

    PayPro - Your Own Digital Download Payment Gateway (Miscellaneous)

    PayPro is a digital download payment gateway. Start a business simply by creating your own download payment gateway and offer Paypal and crypto currency as an option. Receive a percentage of each product sold using your very own PayPro gateway.


    Anyone can register and create their products to be sold online. Upload products with ease, share your product page to get sales and accept PayPal, Bitcoin, Litecoin and Dogecoin!


    The product seller receives their income directly via PayPal and their selected crypto currencies. Easily create your product page with an amazing custom wysiwyg editor.


    View Demo


    View Documentation


    Notable Features


    • Accept Bitcoin, Litecoin, Dogecoin and PayPal

    • Made with CodeIgniter PHP Framework

    • Crafted with Twitter Bootstrap

    • Upload .zip digital products

    • Free Updates for Life

    • Custom Product Pages

    • Free Lifetime Support

    • Easy to Configure

    • Help files included

    • Make Money!

    • Utilizes CoinPayments Gateway

    • Custom IPNs included

    • Review recent transactions

    • User dashboard

    • Total and daily product sales

    • Infinite Products can be added

    • IE, Chrome and Firefox all supported

    • Bitcoin, Litecoin Dogecoin supported

    Coming Soon Features


    • Admin Panel

    • Coupon codes

    • Serial Codes

    • Help desk ticket system

    Support


    If you have any questions at all please email me at support@blueforgemedia.com or leave a comment. You may also visit the forums here.


    Changelog


    • Initial Release v1.0 (06/26/2015)




    abc.com