PDA

View Full Version : Search scripts



iDenning
16-08-2009, 07:47 PM
Hey,
Are there any current script's that allow people to search websites, like Google?

I'm looking for a free one, please recommend some, thanks :)

BigAlan
16-08-2009, 09:16 PM
What do you mean " as in search websites"? Like search every website in the WWW or as in search content in 1 website?

If you mean every website you need to do a search in website crawling and a lot of space for a massive database..

The other option is relatively simple and I could make a tutorial about it aslong as you already have a database with content inside such as a CMS with news or blogs..

Best,

Alan.

jacko2244
17-08-2009, 12:12 PM
Don't google have one? :S

EDIT: http://www.javascriptkit.com/script/script2/google_site_search.shtml (I think thats one)

iDenning
17-08-2009, 02:32 PM
I want it to search everything that google does and at the same time shows the results on my website instead of redirecting to google.

BigAlan
17-08-2009, 02:51 PM
This may or may not help but http://www.devarticles.com/c/a/HTML/Building-A-Search-Engine/
try that (:

Just google search for tutorials.

Best of luck,

Alan.

Fehm
17-08-2009, 02:52 PM
I want it to search everything that google does and at the same time shows the results on my website instead of redirecting to google.


Why? If you can't code your own Jack you wont get anywhere Im afraid. I mean look at BING, its microsofts and they aren't exactly doing very well!

iDenning
17-08-2009, 03:32 PM
Why? If you can't code your own Jack you wont get anywhere Im afraid. I mean look at BING, its microsofts and they aren't exactly doing very well!
True but it's just something i want to mess around with :)

Dentafrice
17-08-2009, 03:53 PM
When you use Google, it doesn't just "search" websites all at once.

Google has millions of servers, in server farms across the world, setup dedicated just to crawling websites.

All it does is visit websites, and index's the keywords, descriptions, etc of them.

It stores them in a database, a very big database with a fast link between them.

So your idea of searching everything Google does has a big link missing; you either use Google's results.. or.. find a lot of servers to crawl.

Chippiewill
18-08-2009, 11:10 AM
I think google did a cool custom search thing that kept it on your site but put in ads.

Edit: I think this is it: http://code.google.com/apis/ajaxsearch/signup.html

Jack!
18-08-2009, 11:22 AM
but when you press search on that it takes you to the google results page.

Turbocom
18-08-2009, 09:54 PM
Off topic:

Bing Rules,

on topic:

you will fail if you can't do it yourself.

Want to hide these adverts? Register an account for free!