Click to See Complete Forum and Search --> : Need help


joeldaking
06-22-2005, 05:31 AM
hey i need help i need to know how to make a search engine like google where people can typ in somthing and what they waant comes up please can someone help me

calvin_22
06-22-2005, 06:39 AM
:eek: :confused: are you serious???
there is a lot of things to consider in making a search engine of your own
you need to program... :) ;) :p

scragar
06-22-2005, 06:45 AM
the closest I've ever come to producing such a system used PHP to perform a google search, then harvest the results and show them directly of the page(so it looked like my site had done the search), making a search engine yourself is hideously complexe and untill you become known highly expensive(consider that google has over 20 independant spiders working around the clock on throusands of sites a second, consider the bandwitdh!)

joeldaking
06-22-2005, 07:49 AM
please explain in english i am new to all of this :confused:

scragar
06-22-2005, 07:52 AM
to make your own search engine it's complexe and costly.

the closest I have come was using PHP to turn google's results into my results.

joeldaking
06-22-2005, 07:58 AM
do you know anywhere where i can get a search engine already made up and all i ahve to do is put it on my site and put all the info in it? :confused:

Compguy Pete
06-22-2005, 12:36 PM
Maybe we need to gather a bit more info from you first...

Do you want to create a Search for just your website or the WHOLE Internet like Google does?

The one is fairly easy the other is "nearly" impossible or worth it.