Cannot validate or see ads on a php site - pls help

Discussion in 'Co-op Advertising Network' started by jack_sparrow, Jan 4, 2007.

  1. #1
    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> &nbsp;&nbsp; |&nbsp;&nbsp;
    <A href="{$baseurl}/about.php">About Us</A> &nbsp;&nbsp; |&nbsp;&nbsp;
    <A href="{$baseurl}/help.php">Mobile Upload Help</A>&nbsp;&nbsp; |&nbsp;&nbsp;
    <A href="{$baseurl}/dev.php">Advertise</A>&nbsp;&nbsp; |&nbsp;&nbsp;
    <A href="{$baseurl}/terms.php">Terms of Use</A>&nbsp;&nbsp; |&nbsp;&nbsp;
    <A href="{$baseurl}/privacy.php">Privacy Policy</A>&nbsp;&nbsp; |&nbsp;&nbsp;
    <a href="{$baseurl}/rssls.php">RSS Syndication</a>&nbsp;&nbsp; |&nbsp;&nbsp;
    <a href="mailto:contact@hotclips.mobi?subject=Website Contact">Contact Us</a><br/>
    Copyright &copy; 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
     
    jack_sparrow, Jan 4, 2007 IP
  2. jack_sparrow

    jack_sparrow Peon

    Messages:
    314
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can someone really help.. i have the code posted also.
     
    jack_sparrow, Jan 5, 2007 IP
  3. DidierE

    DidierE Well-Known Member

    Messages:
    1,815
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    145
    #3
    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
     
    DidierE, Jan 5, 2007 IP