iGuest 3 Report post Posted December 27, 2004 How to Put Google AdSense In my PHP-Nuke 7.6 script (in Top)?Please help me. :?: Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 31, 2004 me 2 i cannot always get error Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 3, 2005 and i need Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 3, 2005 If you are looking to put it in a block, I can promise you 100%, beyond a shadow of a doubt, if your script works stand alone, then if you wrap it in this code <? $content = <<<_JS_ // Your Script Here _JS_; ?> it will work. Make sure that you have no spaces after the _JS_ and _JS_; tags. Save the file in blocks/block-Your_Block.php. I have proven this over and over again. Just yesterday to Poncho. I took this from the following post: http://www.nukecops.com/postp39921.html%2339921 If you're looking to put it in the header, you'll have to edit the header() function in theme.php in your theme. And btw, is it at all possible for either of the two previous posters to use better English? Those posts, translated into English, should be something like: "I would also like to know how, since I cannot figure it out". Share this post Link to post Share on other sites