![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Commercial sites (aka businesses) usually buy a search index package to do this function. You point it to the site and it scans the pages and produces the index. Akamai used to sell UltraSeek on Solaris. I have no idea what's out there in the market or if you can just get a site index perl script running that will do what you want. Can you code or just want to run a program and "have it work"? |
#3
| |||
| |||
|
|
Hi, I am looking to have a search option on my site, but am not sure how to go about it. I would like to have the option of searching the site for keywords, and also a web wide search. I have looked at the Google version of this, but I would rather have the results opened in my site, rather than being redirected to Google. If anyone has any ideas as to the way I should go about this, it would be much appreciated. |
#4
| |||
| |||
|
|
I have had someone say to me about writing a script in PHP to fetch the results from google page then webscrape the results and pull it into my page. |
|
If I get a commercial piece of software, it has to be freeware, as the site that I am working on is a charity. |
#5
| |||
| |||
|
|
Commercial sites (aka businesses) usually buy a search index package to do this function. You point it to the site and it scans the pages and produces the index. Akamai used to sell UltraSeek on Solaris. I have no idea what's out there in the market or if you can just get a site index perl script running that will do what you want. Can you code or just want to run a program and "have it work"? I can code, but would not be too confident on my ability, so would much rather have a program that "just work". I have had someone say to me about writing a script in PHP to fetch the results from google page then webscrape the results and pull it into my page. If I get a commercial piece of software, it has to be freeware, as the site that I am working on is a charity. Paul |
#6
| |||
| |||
|
|
Hi, I am looking to have a search option on my site, but am not sure how to go about it. I would like to have the option of searching the site for keywords, and also a web wide search. I have looked at the Google version of this, but I would rather have the results opened in my site, rather than being redirected to Google. If anyone has any ideas as to the way I should go about this, it would be much appreciated. |
#7
| |||
| |||
|
|
I presume your site is static pages? If so, you're looking at an outside provider, or some sort of clever server-side script running grep (or equivalent). If your site is database-based, it's much easier. I knocked up a quick PHP/MySQL script to run a very basic search on my site: |
#8
| |||
| |||
|
|
I presume your site is static pages? If so, you're looking at an outside provider, or some sort of clever server-side script running grep (or equivalent). If your site is database-based, it's much easier. I knocked up a quick PHP/MySQL script to run a very basic search on my site: The site has a main MySQL database, and idealy it is this that I will be searching, so the second option sounds like a promising one. What kind of thing do I need to look into in order to get this working? |
![]() |
| Thread Tools | |
| Display Modes | |
| |