Post by Schnooble on Dec 29, 2006 19:07:21 GMT
Main Footer
This will add an easily edited affiliate Table at the bottom of your forum.
This will add an easily edited affiliate Table at the bottom of your forum.
<script type="text/javascript">
<!--
/*Spectrum Affiliate Table v1 by Schnooble*/
/*Your Banner*/
var yourBanner ='http://i81.photobucket.com/albums/j230/schnooble/minibanner.gif'; // Your affiliate banner url
var affCodeUrl ='URL TO AFF CODE GOES HERE'; // Url to thread containing Afilliate Code
/*Head and Base Images*/
var iHead = 'HEAD IMAGE GOES HERE'; // Head Image
var iBase = 'BASE IMAGE GOES HERE'; // Base Image
/*Attribues*/
var width='800px'; // Width of table
var height='75px'; // Height of Table
scrollSpeed ='3'; // Use speeds 1-5
/*Affiliates. Add More If Needed, just copy and paste the line changing the number*/
var aff = [];
aff[0]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
aff[1]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
aff[2]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
aff[3]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
aff[4]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
aff[4]=['URL OF AFFILIATE','MINI BANNER OF AFFILIATE'];
/*Do Not Edit*/
var afft1 ='<table align="center" width="'+width+'" height="'+height+'" border="0" cellspacing="1" class="bordercolor">';
var afft2 ='<tr><td class="titlebg" height="25px" colspan="4">';
var afft3 ='</td></tr>';
var afft4 ='<tr><td class="windowbg" width="10px">';
var afft5 ='</td>';
var afft6 ='<td class="windowbg" width="680px">';
var m1 ='<marquee scrollamount="'+scrollSpeed+'">';
var m2 ='</marquee>';
var afft7 ='</td>';
var afft8 ='<td class="windowbg" width="10px">';
var afft9 ='</td>';
var afft10 ='<td class="windowbg" width="100px">';
var afft11 ='</td>';
var afft12 ='</tr></table>';
/*Only Edit If Changing Your Affiliates And Know What You Are Doing*/
document.write('<center><img src='+iHead+'></center>');
document.write(''+afft1+'')
document.write(''+afft2+'')
document.write('<center>Affiliates</center>')
document.write(''+afft3+'')
document.write(''+afft4+'')
document.write('<')
document.write(''+afft5+'')
document.write(''+afft6+'')
document.write(''+m1+'')
/*Start Affiliates. Copy and paste the line each time but changing the numbers*/
document.write('<img src="'+aff[0]+'" boder="0"/> ')
document.write('<img src="'+aff[1]+'" boder="0"/> ')
document.write('<img src="'+aff[2]+'" boder="0"/> ')
document.write('<img src="'+aff[3]+'" boder="0"/> ')
document.write('<img src="'+aff[4]+'" boder="0"/> ')
document.write('<img src="'+aff[5]+'" boder="0"/> ')
/*End Affiliates*/
document.write(''+m2+'')
document.write(''+afft7+'')
document.write(''+afft8+'')
document.write('>')
document.write(''+afft9+'')
document.write(''+afft10+'')
document.write('<center><a href="'+affCodeUrl+'"><img src="'+yourBanner+'" /></a></center>')
document.write(''+afft11+'')
document.write(''+afft12+'')
document.write('<center><img src='+iBase+'></center>');
//-->
</script>