PDA

View Full Version : ThinkDing Php MySql Search Script


zizion
11-09-2003, 10:11 PM
phpdig.net site is maintained by ThinkDing LLC. Searching on web for php search scripts, I found PHP MySQL Search Software Version1 & 2 by ThinkDing LLC. What is the relationship between that software and phpdig? Somebody know? if somebody already have tried that software "PHP MySQL Search Software", what is your impression? There is no information available on web or any places.

Thanks in advance

Charter
11-10-2003, 08:09 AM
Hi. Being interested in search engines and their results, I wanted a search script that would perform different kinds of searches with MySQL 3.23 using only text box input. A while ago I looked for such a script, and the closest thing I found was this (http://davidaltherr.net/web/php_functions/boolean/form.mysql.boolean.php) from David Altherr.

As his software is released under the MIT (http://davidaltherr.net/misc/license.php) license, I decided to incorporate the boolean search and relevance pic code into the PHP MySQL Search Software. Besides boolean searches, the PHP MySQL Search Software allows phrase searches, bolds text, and has pagination.

The PHP MySQL Search Software is listed at several sites including HotScripts (http://www.hotscripts.com/Detailed/21077.html) and ScriptSearch (http://www.scriptsearch.com/details/6369.html), having 4 out of 5 peppers with 8 votes at HotScripts and 3 out of 5 stars with 17 votes at ScriptSearch as of today.

The PHP MySQL Search Software is a search script. It does not crawl or index sites, nor does it make database tables. There is no code sharing between PhpDig and the PHP MySQL Search Software. The PHP MySQL Search Software was written totally independent of PhpDig, and in their current forms, they will not work together to display results.

PhpDig crawls and dumps keywords into a database table and uses those keywords to pull search results from text files. The PHP MySQL Search Software does not crawl, but rather searches a pre-made database table and pulls results from that table. There's this (http://www.phpdig.net/showthread.php?threadid=125) thread about possibly integrating the two scripts.

Anyway, after coming across the request (http://www.phpdig.net/navigation.php?action=news) from Antoine Bajolet for someone to take the PhpDig project, combined with my interest in search engines and their results, PhpDig.net was born.