New Posts New Posts RSS Feed - Just curious about the banner add on this site...
  FAQ FAQ  Forum Search   Register Register  Login Login

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

 Post Reply Post Reply
Author
boogmeister1 View Drop Down
Newbie
Newbie


Joined: 07 Mar 2009
Status: Offline
Points: 2
Post Options Post Options   Quote boogmeister1 Quote  Post ReplyReply Direct Link To This Post Topic: Just curious about the banner add on this site...
    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
Back to Top
Matt View Drop Down
Admin Group
Admin Group


Joined: 07 Feb 2003
Location: Manchester, UK
Status: Offline
Points: 195
Post Options Post Options   Quote Matt Quote  Post ReplyReply Direct Link To This Post 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 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>

Back to Top
boogmeister1 View Drop Down
Newbie
Newbie


Joined: 07 Mar 2009
Status: Offline
Points: 2
Post Options Post Options   Quote boogmeister1 Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Matt View Drop Down
Admin Group
Admin Group


Joined: 07 Feb 2003
Location: Manchester, UK
Status: Offline
Points: 195
Post Options Post Options   Quote Matt Quote  Post ReplyReply Direct Link To This Post Posted: 08 Mar 2009 at 3:40pm
have a look at 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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.063 seconds.