Print Page | Close Window

Just curious about the banner add on this site...

Printed From: S2H.co.uk
Category: Web Wiz Forums
Forum Name: Modifications Support
Forum Description: Support for modifications and add-ons for Web Wiz Forums from S2H.
URL: http://www.s2h.co.uk/forum/forum_posts.asp?TID=138
Printed Date: 27 Mar 2026 at 1:01am


Topic: Just curious about the banner add on this site...
Posted By: boogmeister1
Subject: Just curious about the banner add on this site...
Date Posted: 07 Mar 2009 at 1:21am
I have utilized a couple of your mods, for webwiz 9.55, on my site.  I have been very pleased.  thank you for creating those.  However, I'm not good with asp or any other kind of software language. I was wondering if you could explain how you were able to get the amazon banner at the top right of the site. 
 
Regards,
Eric



Replies:
Posted By: Matt
Date Posted: 07 Mar 2009 at 7:35am
I use the OpenX adserver software and it is part of my website template which I include into the forum.

If you simply want the Amazon code in your forum the:

Sign up at the https:///affiliate-program.amazon.co.uk/" rel="no follow - Amazon Associates site, then copy and paste the code into your "includes/header.asp" file.

you may want to use this code to align the advert to the right of the header image in the header.asp file:

<meta http-equiv="Content-Script-Type" content="text/javascript" />

<script language="javascript" src="includes/default_javascript_v9.js" type="text/javascript"></script>
</head>
<body>
<table class="basicTable" cellspacing="0" cellpadding="3" align="center">
 <tr> 
  <td><% 
   
'If there is a forum image then dsiplay it
If NOT strTitleImage = "" Then Response.Write("<a href=""" & strWebsiteURL & """><img src=""" & strTitleImage & """ border=""0"" alt=""" & strWebsiteName & " " & strTxtHomepage & """ title=""" & strWebsiteName & " " & strTxtHomepage & """ /></a>")
 
%></td>
  <td align="right">
       <!---// Place Amazon Code Here  //--->
  </td>

 </tr>
</table>



Posted By: boogmeister1
Date Posted: 08 Mar 2009 at 4:39am
thank you very much.  I truly appreciate the response.  Amazon is one of the reasons I want to place an advertisement.  The next step is to see how to make it so I can have multiple advertisements that rotate when the page is refreshed.
 
Thanks again, Scotty.
 
Eric


Posted By: Matt
Date Posted: 08 Mar 2009 at 3:40pm
have a look at http://www.openx.org" rel="no follow - openx.org though it is rather complex its very good software, you can also have them host it for free if you get less than 1 million impressions a month.



Print Page | Close Window