advanced advertising

Status
Not open for further replies.

religionROX

New Member
Messages
20
Reaction score
0
Points
0
hi i only set up a board on my site so i was trying to set up the advanced ads, and since i am a noob, i tried to put it in the header, but that didn't work so it's on IPB, and i'm just planning on using it as the "website name and link" so all i did was i wrote *-*Free File Sharing*-* and i typed it in with the link http://x10hosting.com/advert/adclick.php?bannerid=51&zoneid=3&source=&dest=http://www.filevip.com, so if that works ok, please post here or PM me or something, i can't seem to get it to show up on the page like in the header, but if you need to see it, it's right here http://religionrox.x10hosting.com and it should be on the very left side of the navigation bar
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
yeah that dosnt work...hold on ill get my code... here:

Code:
<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 ("&what=zone:3&target=_blank");
   document.write ("&exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&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&n=a915c788' border='0' alt='' /></a></noscript>

there that should do it lemme know if it dont...
 

religionROX

New Member
Messages
20
Reaction score
0
Points
0
wait, where do i put this, it's in php, not html, and i tried adding this in the header and it didn't work :S, so maybe i could just use what i had before for a substitute maybe...?
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
no you can make small changes, but not like that i think. dont worry it dont matter. and besides wat i gave you is javascript. but it will work trust me on this..you just have to do it right...umm idk exactly how to do it lol...i havent had a chance to do it "myself" my friend did it before i could try, but ill see if i can figure it out unless some one else explains it...
 

thecarver

New Member
Messages
110
Reaction score
0
Points
0
well there should be a file called header.php or something of the sort(Ive never used IPB before so i cant be sure)
it might be in an includes subdirectory
 
Status
Not open for further replies.
Top