|
Post by bass5098 on Apr 5, 2007 16:00:34 GMT -5
I think this is the best code i have made yet
<script type="text/javascript"> <!-- /* Affiliate Script V3 By Bass5098 This header must stay intact at all times Do Not Rip Or Repost */
var title = "Forum Name" // The Name Of Your Forum var mb1 = "Forum URL" // The URL To Your Forum var mb2 = "Mini Banner URL" // The URL To Your Mini Banner
var affArray = [ ["URL OF FORUM","URL OF IMAGE","88","31"], ["URL OF FORUM","URL OF IMAGE","88","31"] // Last line Doesn't Have A Comma ];
// DO NOT EDIT BELOW
document.write("<script type="text/javascript" src="http://h1.ripway.com/bass5098/codes/affiliatev3.js"></script>')
//--> </script>
EDITING:
var title = "Forum Name" // The Name Of Your Forum var mb1 = "Forum URL" // The URL To Your Forum var mb2 = "Mini Banner URL" // The URL To Your Mini Banner
var affArray = [ ["URL OF FORUM","URL OF IMAGE","88","31"], ["URL OF FORUM","URL OF IMAGE","88","31"] // Last line Doesn't Have A Comma ];
to add a new affiliate add this to the beginning of the code
["URL OF FORUM","URL OF IMAGE","WIDTH","HIEGHT"],
Everything else is pretty self explanatory
|
|
|
Post by bfg15000 on Apr 5, 2007 16:16:07 GMT -5
Nice
|
|