MPAA - Cheat Codes - Debt Help - Project cars - Myspace Layouts

PDA

View Full Version : No clue what I'm doing wrong


jcambert
Jan 12th 2005, 4:24 pm
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

Smyrl
Jan 12th 2005, 5:27 pm
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

chachi
Jan 12th 2005, 5:41 pm
yeah, and WHERE the site is. Post as much information you can, so that people here can help

jcambert
Jan 12th 2005, 6:36 pm
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?

chachi
Jan 12th 2005, 6:44 pm
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?

jcambert
Jan 13th 2005, 8:23 am
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

jcambert
Jan 13th 2005, 5:34 pm
Does this mean nobody knows what's going on?
JP

chachi
Jan 13th 2005, 5:43 pm
I don't have any experience with oscommerce, so I can't really help there.

jcambert
Jan 14th 2005, 5:22 am
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?

DangerMouse
Jan 14th 2005, 5:53 am
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...

jcambert
Jan 16th 2005, 1:37 pm
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