My ad

Status
Not open for further replies.

repusmod

New Member
Messages
502
Reaction score
0
Points
0
OKay I installed the ad on everypage, but can someone help me how to the put ad in middle. Because right now it is in the left corner...And I have a good info, if you use a PHP-Nuke site and if you want that your ad appear on everysingle page, add the ad just in head.php, and your ad will apear on everysingle page...

Here is my http://ronin.x10hosting.com you can check it, but I will have to build up the site again because I had some problems and I lost all my modules.. And the stuff that was on...
 

repusmod

New Member
Messages
502
Reaction score
0
Points
0
Tnx but that don't for this is for phpnuke, I know that <center> and </center> is for HTML but don't work with phpnuke, I get an error, when I do what you said..
 

crazzyt9

New Member
Messages
124
Reaction score
0
Points
0
hmmm works for me give me a min and i'll figure out a code (I'm also using php-nuke and i've done it before :)



Tim

EDIT: try this

echo"
<center> AD CODE HERE </center>
";
 

repusmod

New Member
Messages
502
Reaction score
0
Points
0
This may workk...But we will see...

**EDIT**

echo "<center><script language='JavaScript' type='text/javascript' src='http://x10hosting.com/advert/adx.js'> </script>\n"; echo "<script language='JavaScript' type='text/javascript'>\n"; echo "<!--\n"; echo "if (!document.phpAds_used) document.phpAds_used = ',';\n"; echo "phpAds_random = new String (Math.random());\n"; echo "phpAds_random = phpAds_random.substring(2,11);\n"; echo "document.write (\"<\" + \"script language='JavaScript' type='text/javascript' src='\");\n"; echo "document.write (\"http://x10hosting.com/advert/adjs.php?n=\" + phpAds_random);\n"; echo "document.write (\"&amp;what=zone:1&amp;target=_blank\");\n"; echo "document.write (\"&amp;exclude=\" + document.phpAds_used);\n"; echo "if (document.referrer)\n"; echo "document.write (\"&amp;referer=\" + escape(document.referrer));\n"; echo "document.write (\"'><\" + \"/script>\");\n"; echo "//-->\n"; echo "</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></center>\n";

The ad code for x10Corporate to be on top and middle...
 
Status
Not open for further replies.
Top