Simple String is a powerful ad string manager for your websites. It handles unlimited number of ad strings, allows to sell them directly to advertisers, 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-7 in “Installation” paragraph). With Simple String you can easily manage all strings, located on all of your websites, from one place. Simple String is the easiest and perfect way handle strings and monitize your website. You don’t have to pay any commission fee to ad networks, because now you can work directly with advertisers.
Features
- Handle ad strings on website: use this script to handle ad strings.
- Sell ad strings: sell string spots directly to advertisers.
- 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). - Unlimited string campaigns: handle (create, edit, delete, block, unblock) unlimited number of string campigns.
- Cross domain access supported: you can install script on one domain and use it with unlimited number of domains.
- Approval Mechanism: strings go online after admin approval.
- Keep your SEO score: all strings are pulled through AJAX and use redirection.
- String statistics: script sends statistics (number of shows, click, CTR) to advertisers.
- Modern advertiser form: HTML5 + CSS3, AJAX-ed advertiser form.
- Content editor: insert any HTML-content inside of advertiser 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).
- and more, and more, and more…
Demo
Visit demo website to see how Simple String works.
Admin Panel Demo
You can try admin panel:
URL: https://icprojects.net/php/simple-string/
Login: admin
Password: admin
Installation
Let’s imagine that you have website http://www.website.com/
and you want to install script there.
- Create folder
simple-string
(use any other name) in root of your domain. Once created it can be reached by URL:http://www.website.com/simple-string/
- Edit
inc/config.php
and set MySQL database parameters. - Go to admin panel
http://www.website.com/simple-string/
using default login/password (login:admin
, password:admin
), configure script onSettings
page and create at least one campaign onCampaigns
page. - 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.3/jquery.min.js"></script>
- Add these lines into
head
section (before</head>
tag):
<link href="//www.website.com/simple-string/css/uss.css" rel="stylesheet">
<script src="//www.website.com/simple-string/js/uss-jsonp.js"></script>
- Add campaign shortcode (from
Campaigns
page) in the place where you want to see appropriate Simple String Box. Example:
<div class="uss-string" data-id="X"></div>
- Add advertiser form shortcode
<div class="uss-form"></div>
in the place where you want to see advertiser form. Ignore this step if you don’t plan to sell strings.
Requirements
- PHP version 5.0 or greater
- MySQL version 5.0 or greater
- jQuery version 1.5 or greater
Comments are closed.