Bad Credit Mortgages - Cheap Flights - Mortgages - Hospedaje - Debt Consolidation

PDA

View Full Version : Validation Problem


schleef
Dec 8th 2004, 10:06 am
shawn what's up. new to the network. made a donation too.....

running a .shtml site, php enabled, all files loaded, permissions set. can't seem to see the ads. here's the site. smarthomefinancing.com

digitalpoint
Dec 8th 2004, 11:37 am
For whatever reason, it doesn't look like the SSI function you are using is being evaluated (the include function shows in the HTML source).

Are you using any other SSI functions on your site?

What if you try something basic like this:
<!--#echo var="DATE_LOCAL" -->
Does it print the date for you?

schleef
Dec 8th 2004, 4:37 pm
thanks for the response shawn. i'm checking into it.

<!--#echo var="DATE_LOCAL" --> yes, this does display on the site.

digitalpoint
Dec 8th 2004, 4:58 pm
Hmmm... maybe your SSI setup on the server disallowed includes somehow.

schleef
Dec 8th 2004, 5:05 pm
i should have it figured out shortly. i hope.

schleef
Dec 8th 2004, 9:58 pm
Hmmm... maybe your SSI setup on the server disallowed includes somehow.
hey shawn- i made some configuration changes. i'm no longer seeing an error when i access this page, smarthomefinancing.com/ad_network.php.
yet i don't see the ads. can you check it out? if it isn't working, let me know and i'll get back to the drawing board. i wish this was easier. thanks.

digitalpoint
Dec 8th 2004, 10:44 pm
It's not parsing it for whatever reason. Your SSI command is shown in the source of the HTML. One thing thing, your SSI include looks wrong. Check the setup for the normal syntax.

schleef
Dec 9th 2004, 8:13 am
fixed the include. not sure why it was like that.

right now its:

<!--#include virtual="/ad_network.php" -->

correct yeah?

digitalpoint
Dec 9th 2004, 8:23 am
Yes, I believe so... might want to double-check the setup instructions to be certain though.

schleef
Dec 9th 2004, 8:31 am
so for .shtml sites, only steps 1,2,5 should be followed correct.

digitalpoint
Dec 9th 2004, 8:37 am
Yep, that's correct.

schleef
Dec 9th 2004, 8:55 am
nvrmind. the ads are up now. our include was footer.inc, changed it to footer.shtml. thanks.

schleef
Dec 28th 2004, 8:37 am
hey shawn- merry xmas man. i'm trying to get the ads to run on a client site. it runs all runs ALL .html. we modified the .htaccess file, added the ad_network.php & passthru.php file into the root directory, then emptied and readded the ad_network_ads.txt file. still can't view the ads. any ideas?