phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense phpBB - Creare un verticale o Cell Pane sul lato sinistro del Forum per AdSense di Google

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. Questo passo dopo passo guida aggiungere una cella verticale / riquadro sul lato sinistro del phpBB bordo, che può essere utilizzato per ospitare un AdSense di Google Skyscraper o Skyscraper largo annunci.

Due to Google AdSense’s terms and conditions, the AdSense ads shouldn’t appear on every page. Grazie a Google AdSense termini e condizioni, gli annunci di AdSense non dovrebbe comparire su ogni pagina. 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. Le pagine che non dovrebbero avere alcun Gli annunci AdSense di Google include, ma non limitatamente a, come log-in pagina, gli elenchi di ricerca e pagine dei risultati. 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. Oltre a violare AdSense di Google termini e condizioni, potrebbe essere riscontrato che gli annunci non ottenere buoni risultati in queste pagine perché non vi sono sufficienti per fornire contenuti significativo annunci.

So, the best place to put the Google AdSense ads is on the index page, the forum page, and the topic page. Quindi, il posto migliore per mettere il annunci AdSense di Google è la pagina indice, il forum pagina, e l'argomento pagina.

The layout of these pages is controlled by the following (.tpl) template files: Il layout di queste pagine è controllato dal seguente (. Tpl) file modello:

index_body.tpl - For the index page. index_body.tpl - Per la pagina indice.
viewforum_body.tpl - For the forum page. viewforum_body.tpl - Per il forum pagina.
viewtopic_body.tpl - For the topic page. viewtopic_body.tpl - Per l'argomento pagina.

So for each of these files, a left side vertical cell needs to be added in order to add the Google AdSense code. Quindi, per ciascuno di questi file, a sinistra lato verticale cella deve essere aggiunto al fine di aggiungere il codice AdSense di Google.

These files can be found at the forum web server in this directory: Questi file possono essere trovati al forum server web in questa directory:

templates/subSilver templates / subSilver

These files are text files. Questi file sono file di testo. Open the files in any text editor, make the changes, then save them. Aprire il file in qualsiasi editor di testo, apportare le modifiche, quindi salvarle. If you downloaded them to edit them, you will need to upload the modified versions to the same templates/subSilver directory. Se hai scaricato loro di modificarli, è necessario caricare il versioni modificate allo stesso templates / subSilver directory.

Basically, the following changes will add a table with two cells to each page. Fondamentalmente, le seguenti modifiche aggiungerà una tabella con due celle in ogni pagina. The left cell will contain the Google AdSense ads. La cella a sinistra contiene il annunci AdSense di Google. The right cell will contain the forum information. Il diritto cella conterrà il forum di informazioni.

index_body.tpl index_body.tpl

Open index_body.tpl in any text editor. Index_body.tpl aperto in qualsiasi editor di testo.

Locate these lines in the file (roughly lines 12, 13, 14): Individuare queste righe nel file (circa linee 12, 13, 14):

<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall"> () L_SEARCH_UNANSWERED </ a> </ td>
</tr> </ tr>
</table> </ table>

BELOW these lines, insert this code: Al di sotto di tali linee, inserire questo codice:

<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">

This section of code should now looks like this: Questa sezione del codice dovrebbe ora assomiglia a questo:

<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall"> () L_SEARCH_UNANSWERED </ a> </ td>
</tr> </ tr>
</table> </ table>
<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">

Replace the words Google AdSense Code with your actual Google AdSense code. Sostituire le parole di AdSense di Google con il tuo codice effettivo codice AdSense di Google.

Locate these lines (near the bottom): Individuare tali linee (in prossimità del fondo):

<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: SOPRA queste righe, inserire questo codice:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now looks like this: Questa sezione del codice dovrebbe ora assomiglia a questo:

</td> </ td>
</tr></table> </ tr> </ table>
<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 aperto in qualsiasi editor di testo.

Locate this line in the file (roughly line 15): Individuare la riga nel file (circa linea 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: Sopra di questa linea, anche questo codice:

<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">

This section of code should now looks like this: Questa sezione del codice dovrebbe ora assomiglia a questo:

<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</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. Come sopra, sostituire le parole di AdSense di Google con l'attuale codice di AdSense di Google Code.

Locate this line (last line): Individuare questa linea (ultima riga):

</table> </ table>

BELOW this line, include this code: Al di sotto di tale linea, anche questo codice:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now look like this: Questa sezione del codice dovrebbe essere simile al seguente:

</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>

viewtopic_body.tpl viewtopic_body.tpl

Open viewtopic_body in any text editor. Viewtopic_body aperto in qualsiasi editor di testo.

Locate this line in the file (possibly line 1): Individuare la riga nel file (possibilmente linea 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: Sopra di questa linea, anche questo codice:

<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</td> </ td>
<td width=”100%” valign=”top”> <td width="100%" valign="top">

This section of code should now looks like this: Questa sezione del codice dovrebbe ora assomiglia a questo:

<table width=”100%” border=”0″><tr><td valign=”top”> <table width="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense di Google Code
</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. Come sopra, ricordarsi di sostituire le parole di AdSense di Google con il codice attuale codice di AdSense di Google.

Locate this line (last line in the file): Individuare questa linea (l'ultima riga del file):

</table> </ table>

BELOW this line, include this code: Al di sotto di tale linea, anche questo codice:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now look like this: Questa sezione del codice dovrebbe essere simile al seguente:

</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>

Google AdSense Colour Code for Standard Colours of phpBB subSilver Forum AdSense di Google Colori Codice di colori standard di phpBB subSilver Forum

006699 darkish blue-green - for ad border and links. 006699 scuro blu-verde - per annuncio di frontiera e collegamenti.
000000 black - for text. 000000 nero - per il testo.
EFEFEF light grey - for ad background. EFEFEF grigio chiaro - per annuncio di fondo.

The only other issue is in the topic page at resolution 800×600 where the page is a little too wide for the screen. L'unico altro problema è l'argomento pagina a risoluzione 800 × 600 in cui la pagina è un po 'troppo grande per lo schermo. There’sa lot of competition for space there! C'è un sacco di spazio per la concorrenza esiste! There’s the Google ads, avatars and poster info, plus the post itself, all going across the page. Ci sono gli annunci Google, avatar e poster informazioni, più il posto se stessa, andando tutti in tutta la pagina.

The modification with Wide Skycraper Google AdSense ads looks perfect in screen resolution of 1024×768. La modifica con Wide Skycraper Gli annunci AdSense di Google sembra perfetto nella risoluzione dello schermo di 1024 × 768. To accomodate lower screen resolution, it’s better to use narrower Skycraper instead of Wide Skycraper. Per ospitare la risoluzione dello schermo inferiore, è meglio utilizzare più ristretto Skycraper invece di Wide Skycraper.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .



12 Responses to “phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense” 12 Responses to "phpBB - Creare un verticale o Cell Pane sul lato sinistro del Forum per AdSense di Google"

  1. DarlersPT
    November 24th, 2006 23:47 Novembre 24, 2006 23:47
    1

    I’m looking for any information of XRUMER program. Sto cercando di tutte le informazioni XRUMER programma.
    Can you help me? Mi potete aiutare? Or give me a link to the official site with this program. O darmi un link al sito ufficiale con questo programma.

  2. hillbilly
    January 7th, 2007 16:34 7 gennaio, 2007 16:34
    2

    Hi. Salve.

    Nice site design. Nice site design. Okay, I need your help. Ok, ho bisogno del vostro aiuto.
    So, I wanna make my little sister’s site, and I am looking for site template. Quindi, vorrei fare la mia sorellina del sito, e sono in cerca di sito modello.
    Can you suggest some online store or other resource where I can find many site templates? Può suggerire alcune negozio online o di altre risorse, dove possono trovare molti modelli di sito?

    It would be better if it will be free:) Sarebbe meglio se sarà libero:)
    I think many of us have personal sites, do you design it yourself? Penso che molti di noi hanno siti personali, lei progettazione da te?

    Thx, Bill. THX, Bill.

  3. Mikey Spike Mikey Spike
    April 6th, 2007 06:05 Apr 6th, 2007 06:05
    3

    Thanks for this!!! Grazie per questo! Worked like a charm. Lavorato come un fascino. I wish you had more adsense “fixes” like this for PHPBB. Vi auguro aveva più adsense "correzioni" come questo per phpBB. I am SHITE at editing the tpl and php files. Sono SHITE a modificare il tpl e file php. I woul love to see how you add a link across the yop, and a search box. I woul amore per vedere come si aggiunge un collegamento in tutta l'yop, e una casella di ricerca. Adding Kontera would be nice too. Aggiunta di Kontera sarebbe troppo bello. Glad somebody out there understands this stuff. Contento qualcuno là fuori capisce questa roba.

    Cheers, M. Cheers, M.

  4. Mikey Spike Mikey Spike
    April 9th, 2007 03:20 9a aprile, 2007 03:20
    4

    One thing to watch out for though. Una cosa da guardare fuori per se. Make sure that you watch out for the formatting on the parentheses marks. Assicurarsi che si guarda per la formattazione in parentesi marchi. 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 Vi ritroverete con un funky cercando intorno al tavolo adsense e forum tabelle se non si è attenti Visita questa pagina per maggiori dettagli

    http://www.phpbb.com/community/viewtopic.php?f=1&t=530828&start=0&st=0&sk=t&sd=a

  5. hyteresaw
    April 19th, 2007 00:58 19 Aprile 2007 00:58
    5

    One old american man win in lotto 250 000 000$. Un vecchio uomo vince americano nel Lotto 250 000 000 $.
    I want win money too!!!!!!!!!!aaaa Voglio vincere denaro troppo !!!!!!!!!! aaaa
    Give me money! Dammi soldi!

  6. xiphoneguyx
    September 10th, 2007 20:37 Settembre 10th, 2007 20:37
    6

    Hi just coming to forum for first time. Hi appena venuta al forum per la prima volta.
    Having a look and finding many good posts. Avere uno sguardo e trovare molti buoni posti.

    Thank you. Grazie.
    xiphoneguyx

  7. Ryan Mullin Ryan Mullin
    September 11th, 2007 04:39 Settembre 11, 2007 04:39
    7

    Thank you for this post it was very helpful. La ringrazio per questo post è stato molto utile. I could not have implemented adsense the way I wanted with out this. Non ho potuto adsense hanno attuato il modo in cui ho voluto con questa.

  8. Jamesbismo
    October 15th, 2007 10:04 Il 15 ottobre 2007 10:04
    8

    Those bastards owe me money, they refuse to pay. Quelli bastardi mi devo denaro, si rifiutano di pagare. Good job Shoemoney [img]http://funnycrud.net/thumbs.gif[/img] Good job shoemoney [img] http://funnycrud.net/thumbs.gif [/ img]

    Bah, anyway, anyone else have probs with these douches? Bah, comunque, chiunque altro sono probs con questi Douches?

  9. hollywoodheidi
    October 20th, 2007 06:58 Ottobre 20, 2007 06:58
    9

    Hi! Salve! I just found this forum and it looks really cool. Ho appena trovato questo forum e sembra davvero cool.

    Now, I gotta run off and read some posts. Ora, io devo scappare e leggere qualche post. :)

  10. Jesse
    March 12th, 2008 02:48 Marzo 12, 2008 02:48
    10

    Thanks, the code worked! Grazie, il codice funzionato!

  11. ooooo
    March 26th, 2008 00:33 Marzo 26th, 2008 00:33
    11

    [SIZE="4"]Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам[/SIZE] [Size = "4"] Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам [/ size]

    [SIZE="2"][I][COLOR="Blue"] [Size = "2"] [I] [COLOR = "Blue"]
    Основные преимущества перед обычной СПАМ-рассылкой[/I][/SIZE][/COLOR] Основные преимущества перед обычной СПАМ рассылкой-[/ I] [/ size] [/ color]

    [COLOR="DeepSkyBlue"]*В отличие от e-mail СПАМ’а данный метод продвижения сайта [B]не преследуется УК.РФ [/B] [COLOR = "DeepSkyBlue"] * В отличие от e-mail СПАМ'а данный метод продвижения сайта [B] не преследуется УК.РФ [/ B]

    *Поднятие ТиЦ более чем на 70ед. * Поднятие ТиЦ более чем на 70ед.

    *Быстрая индексация сайта поисковиками * Быстрая индексация сайта поисковиками
    [/COLOR] [/ Color]

    [COLOR="Blue"][SIZE="2"][I]Особенности.[/I][/SIZE][/COLOR] [COLOR = "Blue"] [SIZE = "2"] [I] Особенности. [/ I] [/ size] [/ color]

    [COLOR="Lime"]*Рассылка ведётся с помощью специализированного программного комплекса, [COLOR = "Lime"] * Рассылка ведётся с помощью специализированного программного комплекса,

    который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/COLOR] который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/ color]

    [SIZE="1"][I] - Защита при помощи пиктокода (тикетов) типа “Введите число, которое видите” [Size = "1"] [I] - Защита при помощи пиктокода (тикетов) типа "Введите число, которое видите"

    - Защита при помощи активации по e-mail. - Защита при помощи активации по e-mail.

    - Защита при помощи некоторых Java-скриптов.[/I][/SIZE] - Защита при помощи некоторых Java скриптов. [/ I] [/ size]
    [COLOR="Lime"] [COLOR = "Lime"]
    *Рассылка ведётся по [I]тематическим[/I] форумам, что позволяет получить максимально качественный траффик * Рассылка ведётся по [I] тематическим [/ I] форумам, что позволяет получить максимально качественный траффик

    *Скорость рассылки ~4тыс. * Скорость рассылки ~ 4тыс. сообщений в час сообщений в час
    [/COLOR] [/ Color]

    Цены: 15тыс. Цены: 15тыс. форумов-120$ форумов-120 $

    Просьба связываться со мной только через ICQ. Просьба связываться со мной только через ICQ.

    ICQ 432-992 ICQ 432-992

  12. aljaska
    June 9th, 2008 17:13 9 giugno 2008 17:13
    12

    дорогие родители!! дорогие родители!
    хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года;по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают. хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года; по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают.
    egorchenko(собака)inbox.ru egorchenko (собака) inbox.ru
    тел 8 926 186 15 74 тел 8 926 186 15 74
    ICQ 236491607 ICQ 236491607
    Елена

Leave a Reply Lascia un Commento

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in entrata Termini per l'articolo

Inbox Mass Mailer 2007 phpbb Posta in arrivo Messa Mailer 2007 phpBB - -- phpbb3 adsense phpbb3 adsense - -- phpbb adwords phpBB adwords - -- phpbb google ad phpBB degli annunci di Google - -- phpbb3 sidebar phpbb3 sidebar - -- PHPBB3 ADVERTS PHPBB3 ANNUNCI - -- vertical google ads verticale annunci Google - -- create sidebar in phpbb creare nella barra laterale phpBB - -- phpbb adsense skyscraper phpBB adsense grattacielo - -- phpbb best adsense phpBB migliori adsense - -- phpbb3 how to programm side boxes phpbb3 come programma lato scatole - -- table phpbb tabella phpBB - -- placing google ads on phpbb immissione annunci Google su phpBB - -- phpbb3 ελληνικα terms and condition phpbb3 ελληνικα termini e le condizioni - -- phpbb3 adsense rightside phpbb3 adsense rightside - -- create sponsors box phpbb3 creare sponsor casella phpbb3 - -- forum table out of line in phpbb forum tabella di linea in phpBB - -- Insert a verticle line in a table Inserire una linea verticale in una tabella - -- phpbb style fix subsilver avatar on left phpBB stile fissare subsilver avatar sulla sinistra - -- add a Skyscraper adsense on my forum aggiungere un grattacielo di AdSense sul mio forum - -- googleads phpbb googleads phpBB - -- how to insert cell at top of table come inserire in alto a cella di tabella - -- picasa phpbb3 code Picasa phpbb3 codice - -- right skyscraper in phpbb3 diritto grattacielo in phpbb3 - -- Google ads in phpBB2 Gli annunci Google in phpBB2 - -- vertical google images verticale google immagini - -- añadir adsense en bbphp 3 añadir adsense it bbphp 3 - -- phpbb2 table width phpbb2 tabella larghezza - -- phpbb adsense example phpBB esempio adsense - -- phpbb3 adsense skyscraper phpbb3 adsense grattacielo - -- how to align center phpbb board come centro di allineare phpBB bordo - -- how to create menu bar in top on phpbb come creare barra dei menu in alto su phpBB - -- phpbb3 adsense vertical phpbb3 adsense verticale - -- phpbb temlates for ads phpBB temlates per gli annunci - -- phpbb3 adsense skycraper phpbb3 adsense skycraper - -- ads on right side or left side of phpbb3 annunci sul lato destro o sinistro di phpbb3 - -- kontera link+phpbb3 kontera collegamento + phpbb3 - -- phpbb3+kontera links phpbb3 + kontera link - -- phpbb ads on side phpBB annunci sul lato - -- phpbb table image phpBB tabella immagine - -- phpbb forum insert table phpBB forum inserire tabella - -- subsilver phpbb won't change color? subsilver phpBB non cambierà colore? - -- how to insert adsense on phpbb 2 Come inserire AdSense su phpBB 2 - -- how to create .tpl template come creare. tpl modello - -- icq 432-992 ICQ 432-992 - -- locate index_body.tpl phpbb individuare index_body.tpl phpBB - -- phpbb free templates for forums to add google ads phpBB libera modelli per forum per aggiungere gli annunci di Google - -- phpbb color side lines phpBB colore lato linee - -- there is a black line on the left of my table cell microsoft word vi è una linea nera sulla sinistra della mia cella della tabella di Microsoft Word - -- adding advertisements to phpbb forum l'aggiunta di messaggi pubblicitari al forum phpBB - --