Hello, I want to join the ad network . I have read the FAQ but I didn't understand a few things . Can anyone be kind enough to help me out ? 1 . Will I be given some html or javascript to add to my pages I make available for ads ? 2 . Will I have to create a SQL etc. for ads to work ? 3 . I am not sure if I can make php pages . All my sites are static html . Will the ads show ? 4 . Can you show me a site that shows the ads and the coding for it so I can make changes to my pages accordingly? Thanks Regards Jeet
1. Yes, on the setup instructions. 2. No. 3. You would need a site that supports PHP or SHTML. 4. You can find it under the setup instructions.
Hello , I looked at : http://www.digitalpoint.com/tools/ad-network/setup.php?type=99 Till now what I understand is that I create this file named "ad_network_148.php" with the code in textarea on page above . And ad_network_148.txt chmod 777 . Leave it blank . Then I Include this PHP file on the PHP pages of site wherever I want to show the ads . Example : index.php <html> regular html of my site with title , etc. <body> HTML navigation here , <?php include ad.php file here ?> Regular html of the page . </body></html> Is that right ? Or I am missing everything ? If that is right , then please give me the PHP code to include ad file I think I will have to get the site accepted in network and send URL to you when creating an account . I will have to rename all pages to PHP before applying or can I do it after the account is active ? Regards Jeet
@www.farishtaey.com - Nah..don't keep the file permission as 777 secondly, all the code is there. Just upload the .php file and the blank .txt file with permissions as 666 on the root direcotry. Than put the code which u have on every page <?php $xyz ../../../../ Blah Blah Blah Blah Blah Blah ?> ..and it shud start showing ads..