Search Providers

Learn how to create Add-Ins of all types for V3-R and share your own tutorials with others.
5 posts Page 1 of 1
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Search Providers
CodenStuff
Hello,

In V3-R you can add your own search providers for use with the search box and its really quick and easy. First open the search manager by clicking the link in the dropmenu as shown here:

Image

Then we can Add/Edit providers how we want. To edit a provider simply click the provider name in the top section and make your changes before saving it.

Image

To add new providers first give it a unique name in the "Name of search provider" box and then enter the search code into the box below it. You can get the search code from virutally any site which offers search functions, for example in google after you do a search you will see a url code like this:
http://www.google.com/search?hl=en&sour ... 0&aql=&oq=
Now in that line is the term I searched for in this case "horses" but I need to replace that with our search string so replace the search term with %SEARCHSTRING% so you end up with a url code like this:
http://www.google.com/search?hl=en&sour ... 0&aql=&oq=
Then we press the add provider button and our new provider is added. In the posts below you will find more search providers which you can add to your V3-R and please feel free to post your own cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Search Providers
CodenStuff
More search providers

Name: Lycos
Code: Select all
http://search.lycos.com/?tab=web&searchForm=true&query=%SEARCHSTRING%&diktfc=B87DD7E61AE7820D57413EC223D343839D4358D7DA79
Name: Yahoo!
Code: Select all
http://search.yahoo.com/search;_ylt=An8mg4sufCF3pJBKWthk5x.bvZx4?vc=&fp_ip=gb&p=%SEARCHSTRING%&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-701
Name: Youtube
Code: Select all
http://www.youtube.com/results?search_query=%SEARCHSTRING%&aq=f
Name: Bing
Code: Select all
http://www.bing.com/search?q=%SEARCHSTRING%&form=QBLH&filt=all&qs=n&sk=&sc=8-5
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Search Providers
Axel
http://vagex.com/?ref=25000
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

Re: Search Providers
smashapps
I knew the Google provider, this would be useful for others though I was looking for it when I made a Google search bar in my Browser
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
Napster1488
VIP - Donator
VIP - Donator
Posts: 524
Joined: Fri Jan 07, 2011 8:41 pm

Re: Search Providers
Napster1488
Here are some Search Providers but for German...just change Extension to ".com" and replace "hallo" with "SEARCHSTRING"
Code: Select all
Google:
http://www.google.de/#sclient=psy&hl=de&q=hallo&aq=f&aqi=&aql=&oq=&pbx=1&fp=2799611bec5f3521

Google Bilder:
http://www.google.de/images?hl=de&q=hallo&um=1&ie=UTF-8&source=og&sa=N&tab=wi

Google Video:
http://www.google.de/search?hl=de&q=hallo&um=1&ie=UTF-8&tbo=u&tbs=vid:1&source=og&sa=N&tab=iv

Ebay:
http://shop.ebay.de/?_from=R40&_trksid=p5197.m570.l1313&_nkw=hallo&_sacat=See-All-Categories

MySpace People:
http://www.myspace.com/search/people?q=hallo&ac=t

ICQ People:
http://www.icq.com/search/people_results.php?q=hallo&ch_id=

Bing Web:
http://www.bing.com/search?q=hallo&go=&form=QBLH&filt=all&qs=n&sk=&sc=8-4

Bing Bilder:
http://www.bing.com/images/search?q=hallo&FORM=BIFD

Bing Videos:
http://www.bing.com/videos/search?q=hallo&FORM=BVFD

Google Übersetzer (Englisch nach Deutsch):
http://translate.google.de/translate_t?hl=de&q=hallo&um=1&ie=UTF-8&sa=N&tab=wT#

Google Übersetzer (Deutsch nach Englisch):
http://translate.google.de/?prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&sl=de&tl=en&text=#de|en|hallo

GMX Web:
http://suche.gmx.net/search/web/?origin=HP&mc=hp%40suche.suche%40home&su=hallo

Yahoo Web:
http://de.search.yahoo.com/search;_ylt=AtXUP9NyR9EuElSrhxiJliUqrK5_?vc=&p=hallo&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-708

YouTube:
http://www.youtube.com/results?search_query=hallo&aq=f
YouTube Downloader v3.0
Image
Image
Image
5 posts Page 1 of 1
Return to “Tutorials”