Would you like to create a local banner network for your site to inform your customers and visitors about upcoming events? Surfing the Internet for an elegant banner solution? Tired of inserting dozens of lines into your html code?
If your answer for any of these questions is YES, we're glad to offer you our new product ABC Advertise. ABC Advertise is the perfect tool for banners publishing.
All you need is to insert one line into your HTML source and a powerful tool is working for you.
ABC Advertise supports .gif, .jpg, .jpeg, .png, .htm, .html, .txt, .swf file types.
Upload unlimited number of images, text and .HTML files for your banners, insert links. Modify banners as you wish. Advertise new products, tell about sales, draw visitors' attention to the discounts on your site. -- That's possible with the ABC Advertise!
ABC Advertise features include:
uploading new banners
managing output mode (randomly or consistently)
maintaining banners(modifying pictures' size, correcting HTML and TXT files, inserting links and alternate notes)
With ABC Advertise on each and every visit your site looks new and attractive.
If your answer for any of these questions is YES, we're glad to offer you our new product ABC Advertise. ABC Advertise is the perfect tool for banners publishing.
All you need is to insert one line into your HTML source and a powerful tool is working for you.
ABC Advertise supports .gif, .jpg, .jpeg, .png, .htm, .html, .txt, .swf file types.
Upload unlimited number of images, text and .HTML files for your banners, insert links. Modify banners as you wish. Advertise new products, tell about sales, draw visitors' attention to the discounts on your site. -- That's possible with the ABC Advertise!
ABC Advertise features include:
uploading new banners
managing output mode (randomly or consistently)
maintaining banners(modifying pictures' size, correcting HTML and TXT files, inserting links and alternate notes)
With ABC Advertise on each and every visit your site looks new and attractive.
Here how to create banner rotation for your website.
First, create a file with a name like adverts.php and have this at the top:
- <?
$bannerCounter= 1;
- $bannerCode[$bannerCounter] = "put your ad code here";
$bannerCounter++;
- $bannerCode[$bannerCounter] = "<A HREF=\"http://www.amazon.com/exec/obidos/redirect-home/teijn21-20\">
<IMG SRC=\"home-banner-468x60.gif\" BORDER=\"0\" HEIGHT=\"60\" WIDTH=\"468\" alt=\"In Association with Amazon.com\"></A>";
$bannerCounter++;
$bannerCode[$bannerCounter] = "<a href=\"http://www.vmcsatellite.com/?aid=55537\" target=\"_top\"> <img src=\"http://www.vmcsatellite.com/banners/468x60(2).gif\" width=\"468\" height=\"60\" alt=\"Free Satellite TV!\" border=\"0\"></a>";
$bannerCounter++;
$bannerCode[$bannerCounter] = "<a href=\"http://www.vmcsatellite.com/channels/affiliates.cfm?aid=55537\" target=\"_top\"> <img src=\"http://www.vmcsatellite.com/banners/recruit395x141.gif\" width=\"395\" height=\"141\" alt=\"Free Satellite TV!\" border=\"0\"></a>";
$bannerCounter++;
- $bannerAdTotals = $bannerCounter - 1;
if($bannerAdTotals>1)
{
mt_srand((double)microtime() * 1234567);
$bannerPicked = mt_rand(1, $bannerAdTotals);
}
else
{
$bannerPicked = 1;
}
$bannerAd = $bannerCode[$bannerPicked];
?>
Now, your webpage showing the ad first needs to include this script, then show the ad, like this:
- <?
include_once("adverts.php");
echo "<div align='center'>$bannerAd</div>";
?>
That's all! more >
Siyalla.lk Gannadeshiyade.com
0 comments:
Post a Comment