Page 1 of 1

is there any php program that search whole site

Posted: Tue May 23, 2006 4:42 am
by rami
i have seen numerous program that is used to search database ..what i want to know is is there any php script or any other program that search whole site find the given keyword

i have seen many application that put all keywords in database of all pages and thentry to search database

is there any script that search website with out database?
single site or my site

Posted: Tue May 23, 2006 4:49 am
by JayBird
yes

take a look at http://www.hotscripts.com

Posted: Tue May 23, 2006 5:06 am
by rami
Pimptastic wrote:yes

take a look at http://www.hotscripts.com
i browsed through almost 10 pages of search script there downloaded about 10 application
most of them are useless
some use database ,some links with googles,some donot open and are for linux

so being faded by that i have posted this tropic here....

any specifis that any body have used...

Posted: Tue May 23, 2006 5:24 am
by patrikG
http://framework.zend.com/manual/en/zend.search.html

is the Lucene port to PHP by Zend. Needs PHP5

Posted: Tue May 23, 2006 5:44 am
by opensme
If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...

Posted: Wed May 24, 2006 1:50 am
by rami
opensme wrote:If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...
thanks
b ythe way seems like it is good application
but zend is re knowned name for php

what is zend search means do i have to use it myself some where i nmy php code
or it is ready made software like phpbb for some thing like

Posted: Wed May 24, 2006 3:14 am
by patrikG
rami wrote:
opensme wrote:If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...
thanks
b ythe way seems like it is good application
but zend is re knowned name for php

what is zend search means do i have to use it myself some where i nmy php code
or it is ready made software like phpbb for some thing like
follow the link I've provided. It's the manual for the search engine.