How do you add ad's to IPB 2.04?

MicrotechXP

New Member
Messages
7,644
Reaction score
0
Points
0
Hello everyone and I nead to place an ad in IPB and I do not now how. Can anyone help me?
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
MicrotechXP said:
Yes how did you do that?

there is an error at your forum... Please look into it..
the first error is

Parse error: parse error, unexpected ';', expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/microtec/public_html/ipb/sources/profile.php on line 811

XColl code is below...
Code:
<div align="left" class="borderwrap"> 
  <div align="left" class="maintitle"> &nbsp;Advertisements</div>

  <div align="center" class="tablepad"> 
    <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>
    <br>
  </div>

</div>
 

XColl

New Member
Messages
1,054
Reaction score
2
Points
0
Go to Skin "Manager Home / Managing Template Set "Your skin" Find "member_bar" and post that code above it. Make space just incase you mess up and save it. You do the same for "member_bar_disabled" If you need help, just post it here. :)
 
Top