Hi, I have placed the links on the footer - just in the same place where google text ads use to appear. The php and txt file are all uploaded and Chmoded properly. The site is www.hotclips.mobi Neither i can see ads nor get validated - please help. The code from the footer is given below: *********************************** <div class="clear"></div> <div id="footer"> <table border="0" width="100%" cellspacing="1" id="table1"> <tr> <td> <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network_126.php'); echo $ad_network; ?> </td> </tr> </table> {capture assign=details} <table border="0" width="100%" cellpadding="2" id="table2"> <td><hr noshade color="#0066FF" size="6"> <p align="justify"><font color="#999999">More Information - Hotclips .mobi is a video upload site for video share and clip uploads using your PC or mobile phone. Mobile upload is currently supported in various formats for Nokia Video, Sony Ericsson, Motorola Video Formats and MMS clip Uploads. Normal formats for videos like wmv, mpeg, h.264, mpeg2, mp4, real (text trubcated ) </font></td> </table> {/capture} {capture assign=links} <table align="center><td align="center"> <A href="{$baseurl}/resources/index.htm">Resources</A> | <A href="{$baseurl}/about.php">About Us</A> | <A href="{$baseurl}/help.php">Mobile Upload Help</A> | <A href="{$baseurl}/dev.php">Advertise</A> | <A href="{$baseurl}/terms.php">Terms of Use</A> | <A href="{$baseurl}/privacy.php">Privacy Policy</A> | <a href="{$baseurl}/rssls.php">RSS Syndication</a> | <a href="mailto:contact@hotclips.mobi?subject=Website Contact">Contact Us</a><br/> Copyright © 2006 - <a href="http://www.hotclips.mobi">Hotclips.mobi</a>. All rights reserved.</td> </table> {/capture} {include file="roundedSubBox.tpl" content=$details} {include file="roundedBoxBottom.tpl" content=$links} </div><!-- End footer --> </div><!-- End wrapper --> </body> </html> ***********end of code**************** Please help me on how to go the right way. Regards. JS
It's hard to tell with such little code, so i hope the code in the ad_network_126.php file is correct If i remember correctly, you should replace with: In other words: change " to ' Hope it helps. Didier