liza
Jan 13th 2005, 7:46 am
This is day 3 and I have a feeling I'm doing something wrong. Here is what I did:
(step 1) I joined. Created an account settings. I did not use google API. For the site forum url: I put the url that I place the PHP code for in step 3 below...is that right?
(step 2) I created my ad
(step 3) I Put ad_network.php in my public_html folder
I Put ad_network_ads.txt in m public_html folder and chmod 777
I pasted the following php code in the page I wanted the ad to be seen (it's is the same URL I wrote in step 1):
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include ('ad_network.php');
echo $ad_network[0] $ad_network[1] $ad_network[2] $ad_network[3] $ad_network[4];?>
(step 4) I keep clicking the validate link and keep getting the message that the ads not found.
In step 1 above the URL has to be the same as the url I pasted the ad in at step 3, right? At least that is how I did it.
What am I doing wrong? I'm not sure what should happen next, except to keep pushing the validate button which gives me the same message, ad not found at xxxxxxxx.
Can someone please help.
Thanks
Liza
(step 1) I joined. Created an account settings. I did not use google API. For the site forum url: I put the url that I place the PHP code for in step 3 below...is that right?
(step 2) I created my ad
(step 3) I Put ad_network.php in my public_html folder
I Put ad_network_ads.txt in m public_html folder and chmod 777
I pasted the following php code in the page I wanted the ad to be seen (it's is the same URL I wrote in step 1):
<?php
ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
include ('ad_network.php');
echo $ad_network[0] $ad_network[1] $ad_network[2] $ad_network[3] $ad_network[4];?>
(step 4) I keep clicking the validate link and keep getting the message that the ads not found.
In step 1 above the URL has to be the same as the url I pasted the ad in at step 3, right? At least that is how I did it.
What am I doing wrong? I'm not sure what should happen next, except to keep pushing the validate button which gives me the same message, ad not found at xxxxxxxx.
Can someone please help.
Thanks
Liza