>>  Site Map >>  Forums >>  Post Installation Help

Forum module - topics in forum:



Post Installation Help - Help with problems after installation.



Is it the template or nuke?

Ive been searching around a bit and reading different postsbut none of them really helped out more than saying you can or you cant.

what im trying to do is place the google ads on my nuke site (not the forums as i already know that they cannot be there). everyone just says "no you cant put them on your site" , yet i see every phpnuke site with them on there...so i guess my main question is, is it the theme that wont allow java script or is it a version of php-nuke that i may have.

is there a patch or a way to fix this? id be willing to walk through the process with someone to fix it.






As you can see we have google ads on this site. we just made a block for ours.

Here is an example of the code we used.

Code: :
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Google_Ads2.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = '<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxxx";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as_rimg";
google_cpa_choice = "CAAQxeGWhAIaCKtQPvWyIXUWKJ_D93M";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>';
?>





Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS