Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
GTSearch: Google? Custom Search Engine Details »»
GTSearch: Google? Custom Search Engine
Version: 1.00, by Princeton Princeton is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 11-05-2007 Last Update: Never Installs: 388
Auto-Templates
Additional Files  
No support by the author.

Now you can have your very own Google? Custom Search Engine tailored specifically for your web site.

Why GTSearch: Google? Custom Search Engine?
  • Help your visitors find what they're looking for
  • Invite your friends and community to contribute
  • Make money with AdSense for Search
Custom modification brought to you by Joe Velez (aka Princeton vbulletin.org Admin).

1.0.0 VERSION (download GTSEARCH.zip)

This is a "No Template Edits" modifications.

Show your support and click Mark As Installed and Nominate For MOTM.

For continued support and upgrades - support by donating via PayPal.

What is a Custom Search Engine?

A Custom Search Engine is a tailored search experience, built using Google's core search technology, that prioritizes or restricts search results based on websites and pages you specify. Your Custom Search Engine can be tailored to reflect your point of view or area of expertise. With a Custom Search Engine, you can:
  • Apply your website's look and feel to the search results page.
  • Provide search refinements within results pages to make it easier for searchers to find the information they're looking for.
  • Add sites to your search engine's index as you surf the web.
  • Invite friends and trusted users to co-edit and contribute to your search engine.
  • Make money from your Custom Search Engine by participating in Google's AdSense program.
Once you've defined your search engine index, Google will give you a simple piece of code for a search box to place on your site or blog. You'll then have the option to choose various customization options to make the look and feel and functionality of your search engine your own.

Frequently Asked Questions

Q)
What exactly does this modification do?
A) It integrates your CSE with your site - results are on your site not on a Google-hosted page.

Q) Can I run Adsense ads on the same page?
A) No, it's Adsense Google's TOS. To earn money, you will need to associate your CSE with your Adsense account. You can do this by clicking the "Make Money" section of your custom search engine control panel.

Instructions
  1. Upload gtsearch.php file to vbulletin root (same place where global.php file is located)
  2. Install GTSearch: Google? Custom Search Engine product file
  3. Create a Custom Search Engine @ google.com
  4. Want to make money? Follow directions as instructed in the Make Money section of your CSE page.
  5. When completed copy/paste Code to GTSearch: Google? Custom Search Engine vBulletin Options.
  6. Done




Questions about Google? Custom Search Engine?Must Read History:
  • November 6 2007 - GTSearch: Google? Custom Search Engine release
Recently Released Modifications:

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #122  
Old 12-22-2007, 02:23 PM
Howell Howell is offline
 
Join Date: Apr 2007
Location: UK
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Teresa View Post
I found the problem with navbar executing the regular vb search with blank results.

The extra template code for this got inserted ABOVE the ending form tag from the vbsearch. Move the ending form tag to just after the TR tag of the vb search code.

Code:
                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
            </td>
        </tr></form>
        <tr>
This way you don't have to revert your template.
Excellent! this fixed it for me. :up:
Reply With Quote
  #123  
Old 12-22-2007, 03:16 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SimonVlc View Post
Anyone?
you'll have to check your permissions

Quote:
Originally Posted by Teresa View Post
I found the problem with navbar executing the regular vb search with blank results.

The extra template code for this got inserted ABOVE the ending form tag from the vbsearch. Move the ending form tag to just after the TR tag of the vb search code.

Code:
                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
            </td>
        </tr></form>
        <tr>
This way you don't have to revert your template.
malformed code .. not recommended


all others please read first post
Reply With Quote
  #124  
Old 12-22-2007, 07:34 PM
psikolog psikolog is offline
 
Join Date: Aug 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Very good add-ons
But when I search with Turkish character ( for example: ş ç ğ ı ü ) give an error
That is no search results
What can I do for correct this issue
thanks for your support
Reply With Quote
  #125  
Old 12-22-2007, 09:13 PM
dellow dellow is offline
 
Join Date: May 2002
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it seems not support Arabic,
Reply With Quote
  #126  
Old 12-22-2007, 09:26 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8
Reply With Quote
  #127  
Old 12-22-2007, 09:33 PM
dellow dellow is offline
 
Join Date: May 2002
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8

i try to set google to UTF-8, but same result, if you want me to change charset of my forum to UTF-8 i am afread this maybe affect another things on forum.


Regards,
Reply With Quote
  #128  
Old 12-22-2007, 10:17 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dellow View Post
Quote:
Originally Posted by Princeton View Post
if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8

i try to set google to UTF-8, but same result, if you want me to change charset of my forum to UTF-8 i am afread this maybe affect another things on forum.


Regards,
per Google - the charset of the forum and your Google CSE must be set to UTF-8

another alternative is to wrap your CSE form via an iframe and set the charset for that page to UTF-8
Reply With Quote
  #129  
Old 12-25-2007, 05:21 AM
MikeHolohan's Avatar
MikeHolohan MikeHolohan is offline
 
Join Date: Mar 2007
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not getting any google results, or any results at all, I entered the code in the boxes provided, I specified my url with gtsearch.php but no results...
Reply With Quote
  #130  
Old 12-25-2007, 05:24 AM
MikeHolohan's Avatar
MikeHolohan MikeHolohan is offline
 
Join Date: Mar 2007
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm... now it just showed up, does it take time to resolve to your website or something... for 30 mins nothing and then it just started working...

Anyway works now, excellent work...

Mike.
Reply With Quote
  #131  
Old 12-26-2007, 04:30 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

most likely something on your end or Google
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07660 seconds
  • Memory Usage 2,326KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete