Banners on Advanced guestbook

Status
Not open for further replies.

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
More details please. What type of page is it, HTML, PHP, etc.?

Have you tried yourself? If not, you should. Look for some type of header (or where ever you want it to be) page and look in there.

Can you include a link to where the homepage is? If I have free time I might check it out so I can provide specifics.
 

your-ressurection

New Member
Messages
74
Reaction score
0
Points
0
i tried but i cant find the header info.

and it is the advanced geustbook under scripts on cpanel as conor said
 

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
Oh... I didn't think it was there because "Advanced Guestbook" is kind of a common name.

Whatever, I'll check into it when I can.
 

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
Looks like I found some time for you :).

/templates/body.php

Right after
Code:
      <td align="right" class="font2">&nbsp;$TPL[GB_NAVIGATION]
      </td>

Make your own td's and put the ad code there.

For example,

Code:
      <td align="right" class="font2">
<script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'></script>
      <script language='JavaScript' type='text/javascript'>
      <!--
      if (!document.phpAds_used) document.phpAds_used = ',';
      phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
      document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
      document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
      document.write ("&amp;what=zone:1&amp;target=_blank");
      document.write ("&amp;exclude=" + document.phpAds_used);
      if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
      document.write ("'><" + "/script>");
      //-->
      </script><noscript><a href='http://x10hosting.com/advert/adclick.php?n=a7fb3e9d' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:1&amp;n=a7fb3e9d' border='0' alt=''></a></noscript>
      </td>

That is the corporate banner. Replace with whatever you have. You don't really need the class=font2 unless you are putting text there... If you want it in a different place, I guess I could help ya.

By the way, it didn't take me more than 5 minutes of pure guess work... Did you try? If you did, my bad.
 
Status
Not open for further replies.
Top