Google Adsence Help

stealthy92

New Member
Messages
6
Reaction score
0
Points
0
Hey guys, My friend recently told me about Google adsence, which is a good way to get money to pay for premium hosting and such but i was wondering, how i can add Html code into my forums? My forums are phpbb3, and i'm trying to use the cPanel File manager to put html code to phpbb3 code. My question is if any one knows a way how to put google adsence ads onto my website, as it is currently a free webhost and i wanted to get VPS Service Plus a .Com/.Net site for it. Any help is highly apreciated.

Thanks
-Stealthy92

______________________________________________________________________________________
Visit my website at http://vitalx.exofire.net or click Here
 

ChatIndia

Community Advocate
Community Support
Messages
1,408
Reaction score
30
Points
48
Where you want to have ur ad? Post the code of ur overall header and footer page. So that i can tell the exact position
Edit:
And body page 2
 
Last edited:

stealthy92

New Member
Messages
6
Reaction score
0
Points
0
Watch it in the official site:

http://www.phpbb.com/kb/article/advertisements-in-phpbb3/

it helped me a lot when I put my adsense code in phpBB.

I tryed this, and it ruined my whole site lol... And now i cant fix it, because even though i restored to a back up version of my website, its still all messed up, so im just going to have to start over. Make a new website :) How ever, im getting Premium hosting this week lol, so hopefully i can get a little bit of extra revenue to upgrade my hosting. :D
 

ChatIndia

Community Advocate
Community Support
Messages
1,408
Reaction score
30
Points
48
code should by placed in overall header and overall footer page. You can edit them by logging in your forum as a administrator then in administrator CP go to styles and then template and then choose overall header page to edit.
then find these lines

Code:
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
                </fieldset>
                </form>
            </div>
        <!-- ENDIF -->

            <span class="corners-bottom"><span></span></span></div>
        </div>
below this code put

Code:
<div align="center">

</div>
In between of these <div> code place your ad code.

Another place you can place your ad is below navigation bar.

Code:
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
                <!-- ENDIF -->
            </ul>

            <span class="corners-bottom"><span></span></span></div>
        </div>
Now put:

Code:
<div align="center">

</div>
In between of these <div> code place your ad code.
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
Or you can install a MOD which manages your ads for you

~Callum
 

ChatIndia

Community Advocate
Community Support
Messages
1,408
Reaction score
30
Points
48
what is MOD, so after installing this I don't need to put ad code on page?
Edit:
But how does this know where to put or which is the best position to place ads on my site.
 
Last edited:

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
MOD means modification...

you can search it on google..

like adsense MOD for phpbb3 etc.

there is an option in MOD. so you can select your desire place
 
Last edited:
Top