phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense phpBBの-を作成するセルまたは垂直方向の左側のペインにG oogleA dSenseのためのフォーラム
This step by step guide will add a vertical cell / pane on the left hand side of the phpBB board, which can be used to accomodate a Google AdSense Skyscraper or Wide Skyscraper ads.このステップバイステップガイドでは縦のセルを追加する/ペインの左側には、 phpBBの委員会、これを使用して超高層ビルには、 Google AdSenseの広告またはワイドスカイスクレイパーです。
Due to Google AdSense’s terms and conditions, the AdSense ads shouldn’t appear on every page. Google AdSenseのための条件を変更すると、 AdSenseの広告はすべてのページに表示されないようです。 The pages that shouldn’t have any Google AdSense ads includes, but not limited to, such as log-in page, member-lists and search-results pages.任意の必要はありません、そのページにGoogle AdSenseの広告が含まれ、これに限定されるなど、ログインページには、メンバーのリスト、および検索結果のページをご覧ください。 Apart from violating Google AdSense’s terms and conditions, you may found that the ads won’t get good results in these pages because there is insufficient content to deliver meaningful ads.離れのGoogle AdSenseの利用規約に違反、広告は掲載されていることがありますが良い結果を得るため、これらのページのコンテンツを配信する有意義な広告では不十分です。
So, the best place to put the Google AdSense ads is on the index page, the forum page, and the topic page.このため、最高の、 Google AdSenseの広告を置く場所は、インデックスページは、フォーラムのページ、およびトピックのページをご覧ください。
The layout of these pages is controlled by the following (.tpl) template files:これらのページのレイアウトによって制御され、次の( 。 tpl )テンプレートファイル:
index_body.tpl - For the index page. index_body.tpl -インデックスのページをご覧ください。
viewforum_body.tpl - For the forum page. viewforum_body.tpl -フォーラムのページをご覧ください。
viewtopic_body.tpl - For the topic page. viewtopic_body.tpl -のトピックページをご覧ください。
So for each of these files, a left side vertical cell needs to be added in order to add the Google AdSense code.各ので、これらのファイルのは、左側に垂直携帯する必要がありますために追加された、 Google AdSenseのコードを追加します。
These files can be found at the forum web server in this directory:これらのファイルがありますフォーラムのウェブサーバーは、このディレクトリ:
templates/subSilverテンプレート/ subsilver
These files are text files.これらのファイルはテキストファイルです。 Open the files in any text editor, make the changes, then save them.任意のテキストエディタでファイルをオープンするには、変更を保存します。 If you downloaded them to edit them, you will need to upload the modified versions to the same templates/subSilver directory.それらを編集することをダウンロードする場合は、あなたが改変されたバージョンをアップロードする必要が同じテンプレート/ subsilverディレクトリにコピーします。
Basically, the following changes will add a table with two cells to each page.基本的には、次のように変更するテーブルを追加するには2つのセルを各ページにします。 The left cell will contain the Google AdSense ads.左の細胞は、 Google AdSenseの広告が含まれています。 The right cell will contain the forum information.右側のセルには、フォーラムでの活発な情報です。
index_body.tpl index_body.tpl
Open index_body.tpl in any text editor.オープンindex_body.tplは、任意のテキストエディタを起動します。
Locate these lines in the file (roughly lines 12, 13, 14):これらの行を見つけ、 [ファイル(約行12 、 13 、 14 ) :
<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> href="{u_search_unanswered}" mce_href="{u_search_unanswered}"の<a class="gensmall"> ( l_search_unanswered ) < / > < / td >
</tr> < / tr >
</table> < /表" >
BELOW these lines, insert this code:これらの行の下、このコードを挿入:
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this:今すぐこのセクションのコードは次のようになります:
<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> href="{u_search_unanswered}" mce_href="{u_search_unanswered}"の<a class="gensmall"> ( l_search_unanswered ) < / > < / td >
</tr> < / tr >
</table> < /表" >
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
Replace the words Google AdSense Code with your actual Google AdSense code. Google AdSenseのコードを交換して、実際の言葉をGoogle AdSenseのコードです。
Locate these lines (near the bottom):これらの行を見つけます(の下部近くにある) :
<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subsilver/images/folder_new_big.gif" mce_src="templates/subsilver/images/folder_new_big.gif" alt="{l_new_posts}"/> < / td >
ABOVE these lines, insert this code:上記のこれらの行は、このコードを挿入:
</td> < / td >
</tr></table> < / tr > < /表" >
This section of code should now looks like this:今すぐこのセクションのコードは次のようになります:
</td> < / td >
</tr></table> < / tr > < /表" >
<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subsilver/images/folder_new_big.gif" mce_src="templates/subsilver/images/folder_new_big.gif" alt="{l_new_posts}"/> < / td >
viewforum_body.tpl viewforum_body.tpl
Open viewforum_body.tpl in any text editor.オープンviewforum_body.tplは、任意のテキストエディタを起動します。
Locate this line in the file (roughly line 15):この行を見つけ、 [ファイル(約15行) :
<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
ABOVE this line, include this code:上記のこの行は、このコードを含める:
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this:今すぐこのセクションのコードは次のようになります:
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
As above, replace the words Google AdSense Code with actual Google AdSense Code.上記のように、言葉を交換してGoogle AdSenseのコードを実際にGoogle AdSenseのコードです。
Locate this line (last line):この行を見つけます(最後の行) :
</table> < /表" >
BELOW this line, include this code:この行の下、このコードを含める:
</td> < / td >
</tr></table> < / tr > < /表" >
This section of code should now look like this:このセクションのコードは次のように、この:
</table> < /表" >
</td> < / td >
</tr></table> < / tr > < /表" >
viewtopic_body.tpl viewtopic_body.tpl
Open viewtopic_body in any text editor.オープンviewtopic_bodyは、任意のテキストエディタを起動します。
Locate this line in the file (possibly line 1):この行は、ファイルを見つけ(多分1行目) :
<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
ABOVE this line, include this code:上記のこの行は、このコードを含める:
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
This section of code should now looks like this:今すぐこのセクションのコードは次のようになります:
<table width=”100%” border=”0″><tr><td valign=”top”> <td valign="top"> <table width="100%" border="0"> <tr>
Google AdSense Code Google AdSenseのコード
</td> < / td >
<td width=”100%” valign=”top”> <td width="100%" valign="top">
<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
As above, remember to replace the words Google AdSense Code with the actual Google AdSense code.上記のように、という言葉に置き換えるのを忘れないGoogle AdSenseのコードを、実際のGoogle AdSenseのコードです。
Locate this line (last line in the file):この行を見つけます(最後の行に、ファイル) :
</table> < /表" >
BELOW this line, include this code:この行の下、このコードを含める:
</td> < / td >
</tr></table> < / tr > < /表" >
This section of code should now look like this:このセクションのコードは次のように、この:
</table> < /表" >
</td> < / td >
</tr></table> < / tr > < /表" >
Google AdSense Colour Code for Standard Colours of phpBB subSilver Forum Google AdSenseの色のコードを標準色のphpBBフォーラムsubsilver
006699 darkish blue-green - for ad border and links. 006699黒ずんだ青緑-広告枠とリンクします。
000000 black - for text. 000000ブラック-テキストです。
EFEFEF light grey - for ad background. efefefライトグレー-広告の背景です。
The only other issue is in the topic page at resolution 800×600 where the page is a little too wide for the screen.の唯一の問題は、解決方法のページをご覧トピックは、 800 × 600どこのページが少しあまり幅が広いの画面を表示します。 There’sa lot of competition for space there!宇宙にある多くの競争! There’s the Google ads, avatars and poster info, plus the post itself, all going across the page.あるのは、 Google広告の表示やポスターに関する情報を、自分自身の投稿に加えて、行く間のすべてのページをご覧ください。
The modification with Wide Skycraper Google AdSense ads looks perfect in screen resolution of 1024×768.幅の広いskycraperの変更は完全にGoogle AdSenseの広告を画面の解像度は1024 × 768です。 To accomodate lower screen resolution, it’s better to use narrower Skycraper instead of Wide Skycraper.下の画面の解像度を収容、狭いskycraperを使用する方が得策だとskycraperの代わりに広いです。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- AdSense Help Group for AdSense Publishers AdSenseヘルプグループのAdSenseサイト運営者
- AdSense Login to Update to Google Account AdSenseのログイン情報をGoogleアカウントの更新プログラムを
- Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 phpBBの2のインストールでは、 Windows XPで実行されるApacheの2 、 PHP 5へとMySQL 4
- How to Reset AdSense Password Not Associated with Google Account AdSenseのパスワードをリセットする方法Googleアカウントに関連付けられていません
- Add and Put AdSense Ads Code and JavaScript to Google Page Creator Website AdSenseの広告コードを追加して置くとJavaScriptをウェブサイトでGoogle Page Creator
- Hack to Add Forum Sponsors to vBulletin Categories and Forumsハックvbulletinカテゴリーを追加するフォーラムやフォーラムのスポンサーに
- AdSense New Ads Style with Horizontal Image and Ad Links AdSenseの新しい広告スタイルと水平方向のイメージと広告のリンク
- Change to ads about Feature in Google Adsense Ads広告を変更する機能はGoogle AdSenseの広告について
- AdSense Money for Referrals to Google Pack and Picasaお金をAdSenseの紹介プログラムは、 Googleパックにすると、 Picasa
- When was Google AdSense Launched?打ち上げ時には、 Google AdSenseのですか?

































November 24th, 2006 23:47 2006年11月24日23:47
I’m looking for any information of XRUMER program.すべての情報を探してるんだxrumerプログラムです。
Can you help me?助けてくれますか? Or give me a link to the official site with this program.またはは私をリンクして、公式サイトにこのプログラムにします。
January 7th, 2007 16:34 2007年1月7日16:34
Hi.やあ。
Nice site design.ニースサイトのデザインです。 Okay, I need your help.オーケー、あなたの助けが必要です。
So, I wanna make my little sister’s site, and I am looking for site template.そこで、私の妹のマイリトル指定してサイトにアクセスし、私のサイトテンプレートを探しています。
Can you suggest some online store or other resource where I can find many site templates?お勧めは、いくつかのオンラインストアやその他のリソースを多くのサイトテンプレートはどこで見つけるですか?
It would be better if it will be free:)に考えた方が良い場合には無料で行われます: )
I think many of us have personal sites, do you design it yourself?問い合わせと思うが、個人用サイトの多くは、あなたのデザインことですか?
Thx, Bill. thxのは、法案です。
April 6th, 2007 06:05 2007年4月6日06:05
Thanks for this!!!このいただきありがとうございます! Worked like a charm.魔法のように働いています。 I wish you had more adsense “fixes” like this for PHPBB.お祈りしていて、より詳細向けAdSense "の修正プログラム" phpBBのようなこのためです。 I am SHITE at editing the tpl and php files.私はシテtplとPHPファイルを編集しています。 I woul love to see how you add a link across the yop, and a search box.私を見るのが大好きwoulのリンクを追加する方法について全体のヨップ、とは、検索ボックスをオンします。 Adding Kontera would be nice too.追加Kontera -ニースが判明しました。 Glad somebody out there understands this stuff.誰かを理解するが、このうれしいものです。
Cheers, M.歓声、男性
April 9th, 2007 03:20 2007年4月9日03:20
One thing to watch out for though.一つのことだけをつけるべきかかわらずです。 Make sure that you watch out for the formatting on the parentheses marks.気を付けろすることを確認して、括弧内の書式設定をマークします。 You will end up with a funky looking table around the adsense and forum tables if you are not careful See this page for more detailsあなたは、結局、ファンキーlookingテーブルの周りは、 AdSenseやフォーラムのテーブル参照していない場合は、慎重にこのページを参照してください
http://www.phpbb.com/community/viewtopic.php?f=1&t=530828&start=0&st=0&sk=t&sd=a
April 19th, 2007 00:58 2007年4月19日00:58
One old american man win in lotto 250 000 000$.古いアメリカ人男性を1つのロトで勝つ二五〇 〇 〇 〇 〇 〇 〇 $です。
I want win money too!!!!!!!!!!aaaaあまりにも賞金獲得のチャンスのAAAAしたい!!!!!!!!!!
Give me money!与える私お金!
September 10th, 2007 20:37 2007年9月10日20:37
Hi just coming to forum for first time.ハワイだけに来て初めてのフォーラムです。
Having a look and finding many good posts.多くの良いことを見つけるの記事を見ることとします。
Thank you.ありがとうございました。
xiphoneguyx
September 11th, 2007 04:39 2007年9月11日04:39
Thank you for this post it was very helpful.この投稿いただきありがとうございますすごく役に立ちました。 I could not have implemented adsense the way I wanted with out this.私AdSenseの実装できませんでしたが、この方法をしたかった。
October 15th, 2007 10:04 2007年10月15日10:04
Those bastards owe me money, they refuse to pay.これらのできそこないお金借りている私は、彼らを拒否する有料です。 Good job Shoemoney [img]http://funnycrud.net/thumbs.gif[/img]良い仕事shoemoney [スペース] http://funnycrud.net/thumbs.gif [ /スペース]
Bah, anyway, anyone else have probs with these douches?フン、とにかく、第三者probsでは、これらのdouchesですか?
October 20th, 2007 06:58 2007年10月20日06:58
Hi!やあ! I just found this forum and it looks really cool.私だけが見つかりましたこのフォーラムは本当にクールなことです。
Now, I gotta run off and read some posts.今すぐ、実行に帰らないとオフおよびいくつかの記事を読む。
March 12th, 2008 02:48 2008年3月12日02:48
Thanks, the code worked!ありがとう、コードの仕事!
March 26th, 2008 00:33 2008年3月26日00:33
[SIZE="4"]Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам[/SIZE] [サイズ= " 4 " ] предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам [ /サイズ]
[SIZE="2"][I][COLOR="Blue"] [サイズ= " 2 " ] [私] [色= "青" ]
Основные преимущества перед обычной СПАМ-рассылкой[/I][/SIZE][/COLOR] основные преимущества перед обычной спам - рассылкой [ /私] [ /サイズ] [ /色]
[COLOR="DeepSkyBlue"]*В отличие от e-mail СПАМ’а данный метод продвижения сайта [B]не преследуется УК.РФ [/B] [色= " deepskyblue " ] * в отличие от電子メールспам'а данный метод продвижения сайта B詳細] не преследуется ук.рф [ / b ]
*Поднятие ТиЦ более чем на 70ед. * поднятие тиц более чем на 70 ед 。
*Быстрая индексация сайта поисковиками * быстрая индексация сайта поисковиками
[/COLOR] [ /色]
[COLOR="Blue"][SIZE="2"][I]Особенности.[/I][/SIZE][/COLOR] [色= "青" ] [サイズ= " 2 " ] [私] особенности 。 [ /私] [ /サイズ] [ /色]
[COLOR="Lime"]*Рассылка ведётся с помощью специализированного программного комплекса, [色= "ライム" ] * рассылка ведётся с помощью специализированного программного комплекса 、
который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/COLOR] который позволяет обойти практически все типы защиты от автоматической регистрации такие как : [ /色]
[SIZE="1"][I] - Защита при помощи пиктокода (тикетов) типа “Введите число, которое видите” [サイズ= " 1 " ] [私] -з ащитап рип омощип иктокода( т икетов) т ипа" в ведитеч исло、 к отороев идите"
- Защита при помощи активации по e-mail. -з ащитап рип омощиа ктивациип о電子メールです。
- Защита при помощи некоторых Java-скриптов.[/I][/SIZE] -з ащитап рип омощин екоторыхジャワ- с криптовします。 [ /私] [ /サイズ]
[COLOR="Lime"] [色= "ライム" ]
*Рассылка ведётся по [I]тематическим[/I] форумам, что позволяет получить максимально качественный траффик * рассылка ведётся по [私] тематическим [ /私] форумам 、 что позволяет получить максимально качественный траффик
*Скорость рассылки ~4тыс. * скорость рассылки 〜 4 тыс 。 сообщений в час сообщений в час
[/COLOR] [ /色]
Цены: 15тыс. цены : 15 тыс 。 форумов-120$ форумов - 120 $
Просьба связываться со мной только через ICQ. просьба связываться со мной только через ICQのです。
ICQ 432-992 ICQの四三二〜九九二
June 9th, 2008 17:13 2008年6月9日17:13
дорогие родители!! дорогие родители !
хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года;по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают. хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 года до 1 ; по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.сертификат раен с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.плавание с новорожденными 、 обучение плаванию младенцев 、 грудничковое плавание 、 наныривание 、 обучение плаванью детей 、 малыши плаваютです。
egorchenko(собака)inbox.ru egorchenko ( собака ) inbox.ru
тел 8 926 186 15 74 тел 8九二六一八六一五七四
ICQ 236491607 ICQの236491607
Елена елена