+ Reply to Thread
Results 1 to 11 of 11

Thread: Adding a Search engine to my page
      
   

  1. #1
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Adding a Search engine to my page

    Hi Y'all,
    I am working on an e-commerce using BlueVoda and would like the customers to be able to search the site. Is this compatible with BlueVoda? If so, how do I go about doing this? Any help will be greatly appreciated.
    Mapillar

  2. #2
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,578

    Default Re: Adding a Search engine to my page

    I am not sure what you mean by your question - do you want the search engines to find you? Or do you mean you want to put a search on your site?

    An easy way to do the latter is to sign up with google adsense, and use their search feature (at the top of the pages of my webmaster productions site below for example). This enables visitors to search for something on your site, or on the www. The benefit is that google pay you for some searches to other sites.

  3. #3
    garyfitz Guest

    Default Re: Adding a Search engine to my page

    I use a search tool called Sphider on my site. For me its the best free search tool around, very reliable and quite secure. You need to know a bit about PHP though, if you dont it'll be quite difficult to setup.

    http://www.cs.ioc.ee/~ando/sphider/

  4. #4
    matrixxxxxx1's Avatar
    matrixxxxxx1 is offline Captain
    Join Date
    Apr 2006
    Posts
    221

    Default Re: Adding a Search engine to my page

    Quote Originally Posted by AmaDee
    Hi Y'all,
    I am working on an e-commerce using BlueVoda and would like the customers to be able to search the site. Is this compatible with BlueVoda? If so, how do I go about doing this? Any help will be greatly appreciated.
    Mapillar
    Hi AmaDee

    Insert this code into an html, type your domain where it says www.yourdomain.com and place it anywhere on your page.

    Hopefully this is what you're after.


    Mike

    <!-- SiteSearch Google -->
    <form method="get" action="http://www.google.com/custom" target="google_window">
    <table border="0" bgcolor="#ffffff">
    <tr><td nowrap="nowrap" valign="top" align="left" height="32">
    <a href="http://www.google.com/">
    <img src="http://www.google.com/logos/Logo_25wht.gif"
    border="0" alt="Google"></img></a>
    </td>
    <td nowrap="nowrap">
    <input type="hidden" name="domains" value="http://www.yourdomain.com"></input>
    <input type="text" name="q" size="31" maxlength="255" value=""></input>
    <input type="submit" name="sa" value="Search"></input>
    </td></tr>
    <tr>
    <td> </td>
    <td nowrap="nowrap">
    <font size="-1" color="#000000">
    <input type="radio" name="sitesearch" value=""></input> Web
    <input type="radio" name="sitesearch" value="http/:www.yourdomain.com" checked="checked"></input>www.yourdomain.com</font>
    <input type="hidden" name="client" value="pub-1185634157404086"></input>
    <input type="hidden" name="forid" value="1"></input>
    <input type="hidden" name="channel" value="8239981232"></input>
    <input type="hidden" name="ie" value="ISO-8859-1"></input>
    <input type="hidden" name="oe" value="ISO-8859-1"></input>
    <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH :center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000F F;T:000000;GFNT:0000FF;GIMP:0000FF;LH:59;LW:143;L:

    https://www.google.com/adsense/images/google_sm.gif;S:http://www.google.com/;FORID:1;"></input>
    <input type="hidden" name="hl" value="en"></input>
    </td></tr></table>
    </form>
    <!-- SiteSearch Google -->

  5. #5
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Adding a Search engine to my page

    Quote Originally Posted by garyfitz
    I use a search tool called Sphider on my site. For me its the best free search tool around, very reliable and quite secure. You need to know a bit about PHP though, if you dont it'll be quite difficult to setup.

    http://www.cs.ioc.ee/~ando/sphider/

    Always learn something new, Thank you

  6. #6
    asirimarco's Avatar
    asirimarco is offline Brigadier General
    Join Date
    Jun 2006
    Location
    Nashville, Indiana
    Posts
    1,201

    Default Re: Adding a Search engine to my page

    matrixxxxxx1 - please help - i copied code put in html box and put on site. so far so good however when i checked on web it worked weird
    i would put in search "word" a window would come up saying "search for "word" did not match search results
    however there would be another search bar in this window and when i put "word" in it and the check in http://www.movingon1.com - it would find the results - did i miss something in the code i changed yourdomain.com in 3 places to movingon1
    this is a great addition hope you can help thanks ann

  7. #7
    matrixxxxxx1's Avatar
    matrixxxxxx1 is offline Captain
    Join Date
    Apr 2006
    Posts
    221

    Default Re: Adding a Search engine to my page

    Quote Originally Posted by asirimarco
    matrixxxxxx1 - please help - i copied code put in html box and put on site. so far so good however when i checked on web it worked weird
    i would put in search "word" a window would come up saying "search for "word" did not match search results
    however there would be another search bar in this window and when i put "word" in it and the check in http://www.movingon1.com - it would find the results - did i miss something in the code i changed yourdomain.com in 3 places to movingon1
    this is a great addition hope you can help thanks ann
    Hi Asirimarco

    I just tried it on your site. It seems to be working ok. I check marked the web and searched. I had results with no problems.


    Mike

  8. #8
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Adding a Search engine to my page

    I posted a response to this thread and it's gone?

    Doesn't matter if you found what you want - but there are lots of options out there :) - if you are still looking - one I use is free find - you'll find it on 2 of the sites in my siggy.

  9. #9
    AmaDee is offline Colonel
    Join Date
    Jun 2006
    Location
    Stone Mountain, GA
    Posts
    851

    Default Re: Adding a Search engine to my page

    Thanks, Y'all
    You've been very helpful. I decided to go with FreeFind and it's working great.
    Mapillar

  10. #10
    Bigteeg is offline Private First Class
    Join Date
    Sep 2006
    Posts
    5

    Exclamation Re: Adding a Search engine to my page

    My search doesnt work.....
    Can someone have a look please?
    www.partymaze.com
    click on search site

  11. #11
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Adding a Search engine to my page

    Your search works fine

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49