I just recent purchased a site that contains PHP Link Directory. I was wondering is there a way I can put my google ads on this type of script? If so how. Thanks.
You can also just create a new template file (let's call it google.tpl). In this new google.tpl, paste your adsense code. Then in the main.tpl include this code where the ad should be: {include file="google.tpl"} Code (markup): Voila!