Jump to content

how to make a search engine like google


hno

Recommended Posts

 

 

HI

i'm a college student taking up computer and IT science . I plan to make a search engine similar to google or yahoo but not exactly like them just similar to them .

 

I know php/mysql very well and i have make some web site too .

 

I've searched some things but they weren't sufficient .

 

please give me some information about them . what should I do for it ?

 

how can it search new sites ?

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/188097-how-to-make-a-search-engine-like-google/
Share on other sites

i dunno about howto make them but i know for getting new site information you need a crawl bot or somethin like a spider. If you get logs of who has been on your website you'll notice somethin like

crawl-##-##-##-##.googlebot.com

b3091325.crawl.yahoo.net

 

This is that website getting your information.

A lot of Google's web crawler is written in Python I think. Making a search engine CAN be made in just php/mysql (I think) You will need to create a web crawler, and have it crawl websites. You then need to store the information on your server, and create a good searching algorithm to return results. Just knowing PHP/MySQL may not be sufficient though

 

I suggest you check out this tutorial and try to implement a search feature into your own website before trying to make a search engine. its not easy

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.