Results 1 to 6 of 6

Thread: Implement a search bar

  1. #1
    Member Jacob's Avatar
    Join Date
    Feb 2009
    Posts
    247

    Default Implement a search bar 6 Apr 2012 @ 18.18

    I am looking for a free Google type search bar script without the adds.

    Thanks
      Reply With Quote

  2. #2
    Member Jacob's Avatar
    Join Date
    Feb 2009
    Posts
    247

    Default php Search bar static website 7 Apr 2012 @ 10.22

    Hello,

    Can I get some guidance for creating a php search box on a static website. I have LAMP set up on Ubuntu but have hardely any experience with databases and would like to know what is involved in building the box.

    Thanks
      Reply With Quote

  3. #3
    Administrator Frinkky's Avatar
    Join Date
    Dec 2008
    Posts
    1,817
    Blog Entries
    1

    Default 7 Apr 2012 @ 11.42

    The usual approach is to 'spider' the contents, which stores, and indexes, the content in a database. Something like the following:

    Sphider - a php spider and search engine (a bit old)
    https://www.google.co.uk/search?sour...w=1680&bih=860
    https://www.google.co.uk/search?aq=0...w=1680&bih=860

    Google does have a custom search facility, but the ad free version is only free for nonprofits. Otherwise it costs $100 a year: Google Custom Search - Site search and more
      Reply With Quote

  4. #4
    Administrator WelshStew's Avatar
    Join Date
    Dec 2008
    Posts
    2,969
    Blog Entries
    3

    Default 10 Apr 2012 @ 09.38

    You can implement the actual google search bar on your site: Google Custom Search - Site search and more

    Within here you can pay $100 a year to remove all adverts on the results page. You can also filter the search to only show results from your site.

    I haven't seen anything that is free that will allow you to do this.
      Reply With Quote

  5. #5
    Member Jacob's Avatar
    Join Date
    Feb 2009
    Posts
    247

    Default 10 Apr 2012 @ 10.47

    Thanks Welshstew, sorry I did a double post and am using Sphider, Frinkky provided the link here. I have not had time to check what features it has with it though.
      Reply With Quote

  6. #6
    Administrator Frinkky's Avatar
    Join Date
    Dec 2008
    Posts
    1,817
    Blog Entries
    1

    Default 10 Apr 2012 @ 14.47

    Merged threads to keep things together.
      Reply With Quote

Tags for this Thread

Posting Permissions

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