- A complete free banner ad system in action
This tutorial explains the complete banner ad system used at the site, "CoverYourASP". Database driven, but using Application variables extensively, it tracks impressions and clickthroughs and is fully automatic. Source code available for download.
Platform: ASP 2.0
http://CoverYourASP.com/BannerApp.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Ad Rotator Component
Tha Ad Rotator component enables you to show banner advertisements with different frequencies. This component has one method, GetAdvertisement(), which displays a banner advertisement on a page. Before you can use the Ad Rotator component, you need to create two special files: the Rotator Schedule File that lists information about all the banner advertisements, and the Redirection File to record how frequently each advertisement is clicked. Here you will find a simple sample scripts demostrating these methods.
Price: Free
http://asp.superexpert.com/code/code.aspx?id=88
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Developing a Customizable Banner Rotation System
This two-page article provides a couple ways to build your own banner rotation system for your Web site: Using Microsoft-bundled Ad Rotator component, and Using a custom, database-driven approach.
http://www.4guysfromrolla.com/webtech/010301-1.shtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Ignoring clicks from IP addresses
One requirement of the CoverYourASP advertising system is that multiple clickthroughs from the same IP address on the same day will be ignored. Another way to stop spiders is by testing the HTTP_USER_AGENT.
Platform: ASP 2.0
http://CoverYourASP.com/LimitIP.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Rotate sponsor banners in random order
This is a couple of simple ASP scripts demonstrating how to rotate banners in random order. It makes use of JavaScripts Math.random() function.
Price: Free
http://www.shawthing.com/Rotate.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
|