Hi, I have set everything up, and changed my settings to show text links, but I don't have any ads showing up (and therefore the site isn't validating). If you look at the bottom of http://homedeco.geniosity.co.za you'll see to "pipes" ("|") that separate my ads, but no ads. AND, these is 1 line in the .txt file (ip address and numbers). Any help would be appreciated. Thanks...
Are you talking about what I include in my template? If so, here it is (I've renamed the files to adnet.php and adnet.txt) <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('adnet.php'); echo $ad_network; ?> PHP:
It doubles to 4 pipes. 2 things to note: - It used to show the full description ads before even though I had selected just the text links, so it has shown ads before. I emptied the .txt file and uploaded a new php file to see if it would use the text link settings. - I'm using WordPress, in case that affects anything
What if you just make a dummy PHP file with just the ad network include/echo code? Can at least eliminate WordPress being a factor then.
I added it to my "normal" site at http://geniosity.co.za/index.php and it's doing the same things (you can see the 2 pipes at the very bottom).
other than to rename the file to adnet.txt, no. Let me get a new copy (again) and compare/update it just in case.
ok. updated the file, and still no luck. (Other than renaming the files to adnet.* I used the default .php and include). Is there any debug info I can print? What are the numbers in the filenames for? Are they random or do they mean anything, because they are now "151" but I thought they were "150" when I last did this.
Thanks for your help. I will try setting this up again at a later stage... If it still doesn't work (or you think of something else), I'll come back here. thanks again. James
Hi, It seems to be working now. I didn't make any further changes from earlier on... Thanks for your help.