Need Answer on PHP Forum Question.

Discussion in 'HTML & Website Design' started by ZilaHost, Apr 21, 2008.

  1. #1
    Hello, I started a PHP forum. I will be paying to remove the forced ads, but only once I can figure out how to encode it so I can ad a favicon, as well as otehr customer html incorporating advertising from my sponsors. Does anyone know I can ad html to my PHP forum? Thank you, any help is much appreciated.

    Using http://lemontide.freeforums.org
     
    ZilaHost, Apr 21, 2008 IP
  2. foreststone

    foreststone Peon

    Messages:
    1,355
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you can find the original ad is where, you can add your ad.:)
     
    foreststone, Apr 21, 2008 IP
  3. ZilaHost

    ZilaHost Active Member

    Messages:
    449
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #3
    I can not find the original ads. :(

    I recently created & purchased a online forum for a hefty price. I was confident I could keep forum traffic up & earn back my investment in ad commission. With the upgrade now I can run it without forced ads on my own server as well as incorporate my own ads. I have been trying so hard to do so. However i am used to HTML & cant get this to work.

    I consulted the people I purchased the forum from & they said this: "To add those you would need to access the forum files (either through file manager or through FTP). Then browse to public_html/templates. Then edit each templates 'overall_footer.tpl' and edit the code in using HTML."

    The page I am editing is a PHP Forum. & I am trying to insert a HTML script from Chitika a program like adsense that turns relevants words on the page into paid links. So I located the file stated in the message. The "overall_footer.tpl". I then inserted the HTML script & had no luck when reloading the page. The script did not take effect. I tried moving it around several times. I am seeking help. Where do I insert my HTML!?

    The "overall_footer.tpl" is as follows:

    PHP Code:

    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>{SITENAME} :: {PAGE_TITLE}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    
    <body>
    <table width="860" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> 
        <td height="35" background="softmetal/bgsoftmetal.jpg">&nbsp;</td>
      </tr>
      <tr> 
        <td background="templates/softmetal/images/bgsoftmetal.jpg"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr> 
              <td>
    <div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
    <!--
        We request you retain the full copyright notice below including the link to www.phpbb.com.
        This not only gives respect to the large amount of time given freely by the developers
        but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
        reason) retain the full copyright we request you at least leave in place the 
        Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
        to include even this then support on our forums may be affected. 
    
        The phpBB Group : 2002
    // -->
    Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} &copy; 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span><br></div>
                <div align="center"><span class="copyright">SoftMetal theme by <a href="http://www.macthink.net/" class="copyright">Macthink</a></span></div></td>
        </tr>
    </table>
    
    </td></tr></table>
    </body>
    </html>
    
            
          
      
      <tr> 
        <td height="40" background="templates/softmetal/images/bgbottomsoftmetal.jpg">&nbsp;</td>
      </tr>
    PHP:
    :pThanks again, any help is so greatly appreciated. I spent a lot getting rights to post ads & now I hope to learn how so I can earn it back plus more. Lets keep rockin the net & this forum!
     
    ZilaHost, Apr 27, 2008 IP