I'm not a programmer, but, I can't figure out what I'm doing wrong. I followed the instructions, to a "t" and, I inserted the code at the bottom, right bellow the "partner sites" Can someone PLEASE help meout? JP
Have you attempted to validate once code in place on each place? If it does not validate what error are you getting? It would help others to know on what type a site you are attempting to install ad network. PhpBB, VBulletin, asp site, html site, ... Shannon
thanks guys/gals. I tried validating and got the failed error. The site is Unlimited Perfumes "dot" cooooom I'd just as soon not type out the actual domain, but, you get the idea. I'm not a programer and don't know much so I won't venture a guess as to what type of site I'm running. Any thoughts?
well, here is what I can see on your page below the open div <div align="center"><?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network[0]; ?></a></td> Looks like the server is not executing that php code. Your site is all php?
That might be the problem. It's mostly PHP based, but, I have OSCommerce and utilize their templates, which are html based. A portion of each page is PHP and another portion is HTML. I'm guessing that maybe THAT portion is HTML based. What can I do to correct this? JP
Nobody can help? Assuming that the page that I'm putting the ads on is html, but, the site is PHP capable, is there any way to go about it?
Are you editing the template with OScommerce? My guess is that you're inserting the network code as a string into a php section of the page... If you can edit you template (index.php) in a text editor try that...
That's just it. The template itself (called sts_template) is an html file, not a PHP file. Anyone else care to take a stab at it? JP