PHP Scripts - Direct Text Link Ad Seller - Paypal Integrated - CodeCanyon
Direct Text Link Ad Seller Paypal Integrated his title this type of PHPScripts/Miscellaneous This time I will review,made by ser-html, PHPScripts/Miscellaneous is sold at a price of $5 in CodeCanyon. ipn // paypal // paypal ipn // sell advertisements // sell text ads //Created | 5 August 09 |
Last Update | 5 August 09 |
Compatible Browsers | Firefox, IE6, IE7, IE8, Safari |
Software Version | PHP 5.x, MySQL 5.x, jQuery |
Software Framework | N/A |
Files Included | PHP |
STOP using these Third party websites to sell your links and take their cut, with this script, you can INSTANTLY sell Text Link Ads on ANY of your website’s with our easy to integrate system.
Paypal integrated, COMPLETELY Automated; You don’t work at ALL once it’s set up. Links are added directly after (CORRECT) payment, and removed once their time is up.
To show the ads, all you have to do is use a simple PHP include where you want to show them, <? include “get_ad.php”; ?> รขTo sell them, all you have to do is link to /startad.php - Ofcourse you can rename it too
WORKS WITH PHP 4 .x and PHP 5 .x , MYSQL 4 .x AND MYSQL 5 .x
[WORKS GREAT WITH WORDPRESS BLOGS TOO !!! GOOD MONEY MAKER .]
Here’s the config file contents:
<? // Welcome to the config file.
$paypal = “paypal@yoursite.com”;
// Your Paypal email you want payments being sent to.
$baseurl = “http://www.yourwebsite.com/index.php”;
// Cancelled orders will return here, along with successful payments.
$amount = “1.00”;
// How much you are charging (USD) for a text link advertisement on your site. No dollar sign. ex; 14.99
$days = “7”;
// How many days each Text Ad will be active for. Normally 7, otherwise known as a week, lol.
$howmany = “5”;
// The MOST text link ads shown at once when you include the get_ad.php file.
// MYSQL CONNECTION INFO
$dbuser = “yourdb_user”; // Database username
$dbpass = “dbpass123”; // Database password
$dbname = “yourdb_name”; // Database name
$host = “localhost”; // Normally localhost, but some hosts may vary.
?>
No comments:
Post a Comment