m4 ภาพ เว๊บบีบีกัน ปืน BB Gun astg สนามบีบีกัน รามอินทรา กม.5 ค่าสนามบีบีกัน50฿ แถว5แยกวัชรพล กทม
May 23, 2012, 10:02:13 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: ยินดีตอนรับสู่สนาม 5road
 
   Home   Help Shop Login Register Chat  
Pages: [1]
  Print  
Author Topic: ติด Adsense ในบอร์ด SMF จุดที่หนึ่ง  (Read 1431 times)
5roadbbgun
Administrator
Hero Member
*****
Posts: 1028
12563.00 credits

View Inventory
Send Money to 5roadbbgun


Email
« on: October 28, 2009, 09:30:17 pm »

ไฟล์ Themes/default/Display.template.php
Code:
// Show the member's signature?
        if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
            echo '
                            <hr width="100%" size="1" class="hrcolor" />
                            <div style="overflow: auto; width: 100%; padding-bottom: 3px;" class="signature">', $message['member']['signature'], '</div>';

        echo '
                        </td>
                    </tr>
                </table>
            </td></tr>
        </table>
    </td></tr>';

แทนด้วย

Code:
// Show the member's signature?
      if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
         echo '
                     <hr width="100%" size="1" class="hrcolor" />
                     <div class="signature">', $message['member']['signature'], '</div>';

      echo '
                  </td>
               </tr>
            </table>
         </td></tr>
      </table>
   </td></tr><tr><td>';
      //Show Google Adsense after the 1st post
if ($message['id'] == $context['first_message'])
         echo '
         <div align="center">
        <script type="text/javascript"><!--
        google_ad_client = "pub-4098094541740579";
        google_ad_width = 728;
        google_ad_height = 90;
        google_ad_format = "728x90_as";
        google_ad_type = "text_image";
        google_ad_channel ="4809291968";
        google_color_border = "577494";
        google_color_bg = "577494";
        google_color_link = "FFFFFF";
        google_color_url = "999999";
        google_color_text = "EFEFEF";
        //--></script>
        <script type="text/javascript"
          src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
        </script>
        </div>
         ';
      //End of the adsense Code
}
   echo '
   </td><tr><td style="padding: 0 0 1px 0;"></td></tr>
</table>
« Last Edit: October 28, 2009, 10:16:41 pm by 5roadbbgun » Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines | Sitemap Valid XHTML 1.0! Valid CSS!