I am running Xoops, which is all PHP driven and I put the PHP code into my footer, but no ads are showing up and when I try to validate I get: Ads not found on http://www.technigrafa.com/modules/home/ Account not not yet activated. | Site failed automatic validation as of 2005-03-16 I believe I have followed all of the directions correctly. Can anyone help me out? Thanks!
I cant see any ads on the above url? Ads have to be on each and every page within your Base URL that is (or might get) in the Google index.
Yeah, that's the problem, if you view the source on the page at the very bottom under a table you will see that I put in the PHP source code, but the ads still don't show up--though it is a PHP page. Even if you try to load the PHP ad page directly it doesn't seem to work-I get a blank page: http://www.technigrafa.com/ad_network_197.php Am I missing something? Has anyone ever ran into a problem like this before? Thanks for your help!
You are supposed to get a blank page if you call it directly... so the script is working... your pages aren't evaluating PHP code if you see the code in the source.
Yeah, I saw that you posted that in someone else's thread and that makes sense. I think Xoops won't allow other php scripts to run in it's environment even though it uses PHP itself. I ran into a similar problem before. SO... I did this: I created coop.shtml and put the SHTML include in it as the directions said(<!--#include virtual="/ad_network_198.php" -->), but now it says "[an error occurred while processing this directive]" Check it out: http://www.technigrafa.com/coop.shtml Why isn't that working? I was hoping to get around the Xoops PHP limitation by using an iframe to this new SHTML page. Thanks!