Mortgage insurance - My Space Layouts - Repair Bad Credit - Hospedaje - Betting bonuses

PDA

View Full Version : Validation and inserting the code


marod0er
Dec 14th 2004, 3:33 pm
I just signed up for the ad network, and I followed the tutorial here: http://www.digitalpoint.com/tools/ad-network/setup.php?type=99

I'm using templates on my site, but the site IS build with PHP, so I've inserted the "shtml"-based code... - the <!--#include virtual="/ad_network.php" -->

I've just tried entering my site, but I don't see any textlinks (they should be at the bottom). I'm not quite sure on how to validate my site either... Could someone please help me? I'm new to this...

Thanks, and btw the site is www.funnypictures.dk

Lasse

a389951l
Dec 14th 2004, 3:46 pm
You need to insert the code as follows:

<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include ('ad_network.php');
echo $ad_network[0];
?>

You index page is in php NOT shtml.

marod0er
Dec 15th 2004, 6:40 am
Can it be true that only 1 textlink is beeing displayed?

T0PS3O
Dec 15th 2004, 6:44 am
With that code, yes. See all threads and instruction named 'more ads or 5 ads' to get more ads.