I have written a search engine that works just like google but 100x safer and with no trackers, right now my database has over 3,238,313 rows of data yet is under 1/2 of a GB. It is under construction at https://sturtz.cf it is written in PHP and MySQL. I wrote it to get my family off of Google and never thought it would go any where ever. But I working at it and here I am, growing by over 1 million links a day. You can find the Source at https://git.sturtz.cf Thank you for reading this. :)
The Crawler works but finding the URL with: (https://git.sturtz.cf/Sturtz_Network/sturtz-search-public/sr...)
I use the CLI command (php spider.php -u <url> -f (full) -l (leave domain) -r (re-crawl)
that is How I crawl.
I crawl websites that I use on a daily basis, I also target websites that are for open source projects and the likes, but once I start my spider on a website it will just keep going and going and going hopping different websites. and if you want you can submit a url to nate.sturtz@sturtz.cf it just has to be a SFW website.
I hope this answered your question.
4 comments
[ 3.8 ms ] story [ 22.2 ms ] threadif ($md5sum == '') { $stmt = $db->prepare( "INSERT INTO `".$mysql_table_prefix ."links` (site_id, url, title, description, fulltxt, " ."indexdate, size, md5sum, level) VALUES ( ? , ? , ? ," ." ? , ? , CURDATE(), ? , ? , ? )" ); You can find a working version at https://sturtz.cf
that is How I crawl. I crawl websites that I use on a daily basis, I also target websites that are for open source projects and the likes, but once I start my spider on a website it will just keep going and going and going hopping different websites. and if you want you can submit a url to nate.sturtz@sturtz.cf it just has to be a SFW website. I hope this answered your question.