No ads showing up?

Status
Not open for further replies.

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Hi all.

I have put Advanced PHP code for ads (the include thing) but ads not showing up

Site: http://www.t2t2.x10hosting.com/

Source of index.php:

HTML:
  <tr>
    <td colspan="3"><span class="style1">T2t2</span><div align="right" style="float:right; width:auto;"><? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?></div></td>
  </tr>
  <tr>
    <td colspan="2"><div align="right">- Crazy? No! Wicked? Probably </div></td>
  </tr>
  <tr>
    <td colspan="2" height="10px"><hr width="500" size="5" /></td>
  </tr>

Also, if you have menu is included from a extra file (menu.php), does it have to include banner code too?
 

anephew

New Member
Messages
49
Reaction score
0
Points
0
use also
HTML:
<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>
check this
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
We're testing out intellitxt currently. The ads are on your site correctly.

-Corey
 
Status
Not open for further replies.
Top