Ad code problem!

Status
Not open for further replies.

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Right my problem is that when I was changing templates on my mambo portal, I had to ad the ad code to the template, so.... I downloaded the ad code in the zip file and pasted that into the index of my template at the very top. The problem is that it doesn't show up at all whatsoever!

Could anyone tell me why is this so and how I can overcome this problem. Right now I have added the old ad code I had on my other template, it shows though not in a very noticeable colour.

Has anyone had this problem before?
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
0
download one of the mambo x10modules in my sig. they still should work if not pm me!
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Ok, I have but where do I upload them and how do I install them?
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
0
you install the themplates in zip form throught mambos themplate installer. once there then go in to cpanels file magerthen find the themplate file usally.


www/your mambo name/themplates/themplate name/ once there go to the index file insert the html code at the top and you are done!
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Thank you very much! it worked fine, only one problem my background is black and the text colour of the ad is dark blue which is really hard to see. Is there any way of changing the colour of that piece of text?
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
But where, I'm not good with Javascript, what piece of code is the text?
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
0
the bottom

<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:3&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=a915c788' target='_blank'><img src='http://x10hosting.com/advert/adview.php?what=zone:3&amp;n=a915c788'
color="#FF0000"
border='0' alt=''></a></noscript>


that may be it it may not be!
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Nope it didn't work never mind, thanks for gettin gthe code visible though!
 
Status
Not open for further replies.
Top