| | |||||
| ||||||||
| Affiliate Talk Reviews and discussion of affiliate programs - No advertising. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jan 2005 Location: Chi-Town
Posts: 2,113
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Affiliate Banner Rotation Ok...been pulling out my hair here. Has anyone found a good way to rotate affiliate banners? I've tried some php and javascript, but the problem lies in all the "s all over the place in affiliate links. Anyone have a simple solution? Thanks!
__________________ KG to Pounds Conversion Calculator |
| |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2004 Location: Kizmiaz
Posts: 1,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | phpadsnew Lux
__________________ 1 Cent Web Hosting @ Online HostGatorVoucher.com Adsense Hack for Vbulletin - Fully 3.6 Compatible ForexArea.com Free E-Course in Programming EA's |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Sep 2004 Location: Earth
Posts: 439
![]() ![]() | Here is a very basic/simple banner rotation scrip that I wrote the other day. Feel free to use it. If you need any help with it, just PM me. Code: <?php
//Random Image Generator
//By Joe Tito (sirtito@titoism.com)
//DesignersPark.com
//*****How to work the script*******
//The <div style="text-align:center;"> tag aligns your image to the middle of the page. It can be changed to "left" or "right" if you wish to change the alignment of the image
//Fill the <a href="...."> field in with the location you want the image to link to
//Fill out the <img src="...."> field with the path to the image that you want to display
//Fill in the alt="...." with the text that you wanted to popup when you scroll over the image
//Replace the "3" with the total number of ads that you have to rotate
$numbanners=3;
srand((double)microtime()*1000000);
$ad = rand(1,$numbanners);
switch($ad) {
case 1:
echo'<div style="text-align:center;"><a href="http://www.google.com"><img src="http://www.designerspark.com/images/colourburst/finaltwotone.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
case 2:
echo'<div style="text-align:center;"><a href="http://www.yoursite.com/images/imagename.jpg"><img src="http://www.designerspark.com/images/colourburst/afterblur.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
case 3:
echo'<div style="text-align:center;"><a href="http://www.yoursite.com/images/imagename.jpg"><img src="http://www.designerspark.com/images/colourburst/final.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
}
//Please do not remove the following code from this script. Since we offer these scripts to you for free, we would appreciate
//you advertising where you got the script.
echo('<div style="text-align:center;margin-top:10px;">
<a href="http://www.designerspark.com"><img style="border:1px solid #000000;text-decoration:none;" src="http://www.designerspark.com/images/button1.png" /></a>
</div>');
?>
__________________ For sale: G5FX.COM, ZOOBL.COM, BREWTASTIC.COM
Last edited by joeorgasmic; 03-21-2005 at 11:37 PM.
|
| |
| | THREAD STARTER #4 (permalink) |
| Senior Member Join Date: Jan 2005 Location: Chi-Town
Posts: 2,113
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | This worked really well. I think my problem was putting php in a .tpl file that gets turned into html. I couldn't get whatever image you had in there...just kept showing an x so I took it out. I did of course leave in your title and contact script. Here's a little NP$ for the help...THANKS!
__________________ KG to Pounds Conversion Calculator |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DomainHop | Shan | PPC / CPC / CPM Programs | 82 | 06-06-2005 03:48 PM |
| Page Rank 5 Site with Banner and Text Links!! MUCH MORE! High Traffic Sites | ebizcraftsman | Advertising & SEO Services | 0 | 12-09-2004 09:43 PM |
| Top Affiliate Program for your Website! + Free Hosting | atkims | Affiliate Talk | 3 | 07-21-2004 11:30 AM |
| banner rotation | drifta | For Sale / Advertising Board | 0 | 06-06-2003 04:06 AM |