vB Google Adsense for Search plus Integration

MobileHacks

New Member
Step 1:
You may have to resetup your adsense. If you do, you will get a new pub ID - this one includes your previous pub and tacks on your GALT (which is set up when you resetup your adsense account). I used www.christianboards.org and www.google.com (so it would search my site and the web - you can choose only your site, or any location that is web-accessible for results)

Example: partner-pub-0123456789012345:lnucfbm5dtp

If your partner-pub ID does not look like the example, you will see an error.

Also, keep in mind, all sites you put into the box for the adsense (one per line) will be integrated into the search and the search results.

Step 2:
Edit your searchresults.php file.
Find:
PHP:
chdir('/path/to/your/forums/');
Put your correct value.

Example: chdir('/var/www/vhosts/yoursite.com/forums/');

Step 3:
Upload this file your forum's root. An example of your forum's root is below.

Example:
Code:
http://www.yoursite.com/forums/searchresults.php
Step 4:
Install the product
Go to Admincp => Plugins & Products => Manage Products => [Add/Import Product] => Browse for product-davidw_vb_google_search.xml => Import

Step 5:
Configure your Admincp options
Go to Admincp => vBullitin Options => vBulletin Options => Find vB Google Search (Adsense) then click [Edit Settings]
Edit your new Partner-pub ID (the one you just had reset up - see example in red above), Google box width, iframe widthfor your results (I use 800 in the screenshot, but you can change this based on your needs), and the full URL to your searchresults.php.

NOTE! If you do not enter these in, you will see errors.

Step 6: Optional
Edit 1 template:
Admincp => Styles & Templates => Style Manager => Edit Templates (on your style) => Search Templates => search_forums => under $navbar, add $google_siteadsearch

Step 7: Optional (for vBAdvanced 3.x only)
vBa CMPS => Default Settings => Main Options => Portal Output Global Variables

Add these variables:
template_hook
google_navadsearch
homeurl

=> Save

vBa CMPS => Edit Modules => Search Forums => Select Action => Copy Module

Main Options
Module Title Google Search site / Forums
Template To Include search_google

Module Wrapper Template Options
Form Code Replace default code with
PHP:
<form action="http://www.yoursite.com/forums/searchresults.php" type="hidden" name="search" target="_blank">
Click Save
Edit locations where you want to set this active to.
 
how to resetup my adsense ??? and play make a clear tutorial about the path for example my path is :
/home/user/public_html

like that ?
 
having error:

error.jpg


maybe couse i did reset the adsense but how to do that >
 
thank you very much for great mod, works good for v3.6.8. Is there anyway we can make more result per page than 10? the white space at the bottom of the page of the result looks not too good :(
 
fixed previous error that I had, Patato20 u need to add ur pub code and this part to ur code

:lnucfbm5dtp


example

partner-pub-666666666666:lnucfbm5dtp


now this the page doest work

HEEEEEEEEEEELP !!!!!!!!!!

Code:
Page Not Found
We're sorry.

We were unable to access the page that you requested.

Some suggestions:

    * Check the spelling of the page address you are trying to reach.
    * Try accessing the page you are looking for from the Google Custom Search homepage.
    * If this problem continues, the page you are trying to reach may be unavailable.
    * Go back to the previous page.
 
Cokaric said:
fixed previous error that I had, Patato20 u need to add ur pub code and this part to ur code

:lnucfbm5dtp


example

partner-pub-666666666666:lnucfbm5dtp


now this the page doest work

HEEEEEEEEEEELP !!!!!!!!!!

Code:
Page Not Found
We're sorry.

We were unable to access the page that you requested.

Some suggestions:

    * Check the spelling of the page address you are trying to reach.
    * Try accessing the page you are looking for from the Google Custom Search homepage.
    * If this problem continues, the page you are trying to reach may be unavailable.
    * Go back to the previous page.

Thanks Cokaric. An now i get the same error as you get. How to fix this ?
 
Patato20 said:
having error:

error.jpg


maybe couse i did reset the adsense but how to do that >



put in the admincp to look like partner-pub-23362376263276:lnucfbm5dtp
not this pub-23362376263276:lnucfbm5dtp!
 
absinth said:
put in the admincp to look like partner-pub-23362376263276:lnucfbm5dtp
not this pub-23362376263276:lnucfbm5dtp!


Sorry but i never add ! at the end of the code u are wrong thats not it
 
absinth said:
put in the admincp to look like partner-pub-23362376263276:lnucfbm5dtp
not this pub-23362376263276:lnucfbm5dtp!


Sorry but i never add ! at the end of the code u are wrong thats not it
 
Back
Top