NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Business & Community Discussion Forums > Business > Affiliate Talk
Reload this Page Affiliate Banner Rotation

Affiliate Talk Reviews and discussion of affiliate programs - No advertising.

Advanced Search
0 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 03-21-2005, 08:12 PM THREAD STARTER               #1 (permalink)
Senior Member
 
Ben42's Avatar
Join Date: Jan 2005
Location: Chi-Town
Posts: 2,113
Ben42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond repute
 



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!
Ben42 is offline  
Old 03-21-2005, 08:33 PM   #2 (permalink)
Senior Member
 
luxinterior's Avatar
Join Date: Jul 2004
Location: Kizmiaz
Posts: 1,088
luxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of light
 



phpadsnew

Lux
luxinterior is offline  
Old 03-21-2005, 11:22 PM   #3 (permalink)
NamePros Regular
Join Date: Sep 2004
Location: Earth
Posts: 439
joeorgasmic has a spectacular aura aboutjoeorgasmic has a spectacular aura about
 



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.
joeorgasmic is offline  
Old 03-22-2005, 01:15 PM THREAD STARTER               #4 (permalink)
Senior Member
 
Ben42's Avatar
Join Date: Jan 2005
Location: Chi-Town
Posts: 2,113
Ben42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond reputeBen42 has a reputation beyond repute
 



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!
Ben42 is offline  
Old 04-03-2005, 09:26 PM   #5 (permalink)
NamePros Regular
 
She Unlimited's Avatar
Join Date: Apr 2005
Location: Tokyo, London, D.C.
Posts: 342
She Unlimited is an unknown quantity at this point
 



Peeps is good too!
She Unlimited is offline  
Old 04-03-2005, 11:47 PM   #6 (permalink)
NamePros Member
Join Date: Apr 2005
Posts: 115
WebbyMedia is an unknown quantity at this point
 



phpAdsNew. The tracking and campaign setup is priceless.
WebbyMedia is offline  
Closed Thread


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

 
All times are GMT -7. The time now is 08:39 AM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger