hno Posted January 11, 2010 Share Posted January 11, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/188097-how-to-make-a-search-engine-like-google/ Share on other sites More sharing options...
RaythMistwalker Posted January 11, 2010 Share Posted January 11, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/188097-how-to-make-a-search-engine-like-google/#findComment-993020 Share on other sites More sharing options...
mikesta707 Posted January 11, 2010 Share Posted January 11, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/188097-how-to-make-a-search-engine-like-google/#findComment-993024 Share on other sites More sharing options...
ignace Posted January 11, 2010 Share Posted January 11, 2010 If you really want to create a search engine than you should check out "Understanding Search Engines: Mathematical Modeling and Text Retrieval" (Michael W. Berry & Murray Browne) Quote Link to comment https://forums.phpfreaks.com/topic/188097-how-to-make-a-search-engine-like-google/#findComment-993053 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.