I'm using a solution for my ads called SimpleAds, but when I paste my ad-codes in your mod, nothing shows up. Can you tell from this code, if anything's wrong with my ad-code? Maybe it's not compatible? Or I'm using a wrong type of code?
I've tried different advertisers just to check, and they work just fine. E.g. Google Adsense. So it must be the code below.
Code:
<?php /* PMC 2012 */ chdir("/home/www/mysite.com/mysimpleads"); include_once("/home/www/mysite.com/mysimpleads/mysimpleads.php");show_ad(1); ?>
Thanks a million!