Wednesday, June 13, 2012

Universal Donation Box

PHP Scripts - Universal Donation Box - CodeCanyon

Universal Donation Box his title this type of PHPScripts/Miscellaneous This time I will review,made by ichurakov, PHPScripts/Miscellaneous is sold at a price of $9 in CodeCanyon.
Universal Donation Box - CodeCanyon Item for Sale
authorize.net // bitcoin // cross domain // donate // donation // egopay // interkassa // liberty reserve // monetize // money // moneybookers // paypal // payza // skrill // widget //
Created 4 September 12
Last Update 3 February 13
Compatible Browsers IE7, IE8, IE9, Firefox, Safari, Opera, Chrome
Software Version PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, MySQL 5.x
High Resolution Yes
Files Included JavaScript JS, CSS, PHP

Universal Donation Box is a powerful donation manager for your website. It handles unlimited number of dontaion campaigns, supports multiple payment gateways (PayPal, Payza/AlertPay, Skrill/Moneybookers, Authorize.Net, InterKassa, EgoPay, Liberty Reserve and Bitcoins) and can be easily integrated into any website (no more difficult than insert Facebook Like button, check out steps 5-6 in “Installation” paragraph). Universal Donation Box is the easiest and perfect way to monitize your website.

New Version Released

 Script is compatible with new PayPal IPN-handler requirements.* 
* New PayPal IPN-handler requirements.

Features

  • Handle donations on website: use this script to handle donations.
  • Multiple payment gateways: PayPal, Payza/AlertPay, Skrill/Moneybookers, Authorize.Net, InterKassa, EgoPay, Liberty Reserve and Bitcoins.
  • Accept cryptocurrency – bitcoin: bitcoin payments are accepted through Paysius (port 53135 on your server must be opened).
  • Minimum donation limit: set minimum donation limit.
  • Unlimited campaigns: handle (create, edit, delete, block, unblock) unlimited number of campaigns.
  • Modern donation form: HTML5 + CSS3, AJAX-ed donation form.
  • Display top donors: script can display top donors.
  • Display recent donors: script can display top donors.
  • Content editor: insert any HTML-content inside of donation box.
  • Secure Admin Panel: configure script and manage data through nice admin panel.
  • Easy to integrate: insert only 3 lines of code into webpage (check out “Installation” paragraph).
  • Cross domain access supported: you can install script on one domain and use it with unlimited number of domains.
  • CSV Export: all donors can be exported as CSV-file.
  • and more, and more, and more…

Front End Demo

Click “Live Preview” or visit demo website to see how Universal Donation Box works.

Admin Panel Demo

You can try admin panel: URL: http://www.icprojects.net/php/universal-donation-box/ Login: admin Password: admin

Installation

Let’s imagine that you have website http://www.website.com/ and you want to install script there.

  1. Create folder donation-box (use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/donation-box/
  2. Edit inc/config.php and set MySQL database parameters.
  3. Go to admin panel http://www.website.com/donation-box/ using default login/password (login: admin, password: admin), configure script on Settings page and create at least one campaign on Campaigns page.
  4. Make sure that your website loads jQuery. If it doesn’t, just add this line into head section: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  5. Add these lines into head section (before </head> tag): <link href="//www.website.com/donation-box/css/udb.css" rel="stylesheet"> <script src="//www.website.com/donation-box/js/udb-jsonp.js"></script>
  6. Add campaign shortcode (from Campaigns page) in the place where you want to see donation box. Example: <p class="unb-box" data-id="X"></p>

Customization

By default, donation box contains donation form only. You can customize donation box using data-rel attribute on step #6. Below you can see available basic values for this attribute:
  • form – display donation form
  • form-nourl – display donation form without “URL” field
  • top-X – display top X donors
  • recent-X – display recent X donors
You can create complex value by mixing basic values (ex. data-rel="form,top-5" or data-rel="top-5,recent-5"). Examples:
  1. This code generates donation box which contains donation form and list of top 10 donors: <p class="udb-box" data-id="X" data-rel="form,top-10"></p>
  2. This code generates donation box which contains list of 10 recent donors and list of top 5 donors: <p class="udb-box" data-id="X" data-rel="recent-10,top-5"></p>
  3. This code generates donation box which contains list of top 10 donors and form without “URL” field: <p class="udb-box" data-id="X" data-rel="top-10,form-nourl"></p>

Requirements

  • PHP version 5.0 or greater
  • MySQL version 5.0 or greater
  • jQuery version 1.5 or greater

Support

If you have problems regarding using the script, please contat me and I’ll help you.

Related produck This user:ichurakov


E-mail Extractor - CodeCanyon Item for Sale Subscription Countdown - CodeCanyon Item for Sale Unique Payment Pages - CodeCanyon Item for Sale Magic Squares - CodeCanyon Item for Sale Simple String - CodeCanyon Item for Sale Magic Squares - CodeCanyon Item for Sale Verified Downloads - CodeCanyon Item for Sale

More items by ichurakov

No comments:

Post a Comment