Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-12-2004, 01:22 PM
WebProWorld Pro
 

Join Date: Jun 2004
Location: Weymouth, UK
Posts: 124
EmmaGale RepRank 0
Default Site Search Facility

Im not sure if im in the correct forum here.

Does anyone know of a good and easy to implement site search faciilty? Not a search engine but where there is a box which you can add a keyword too that allows the user to search within your own site?

Ive very little programming experience so it will need to be reasonably easy to install.

Any help will be appreciated.

Kind regards
Emma Gale
Reply With Quote
  #2 (permalink)  
Old 10-12-2004, 02:37 PM
fctoma's Avatar
WebProWorld Pro
 

Join Date: Jan 2004
Location: The best hiking and fishing - Idaho
Posts: 117
fctoma RepRank 1
Default Looking for a good internal search solution

We have been utilizing the "free" search program (Atomz) for our websites search capabilities; this will stop now because Atomz decided to include Google Adwords contextual ads within the results page.

So, this means when someone searches while on our site, they will get a result page that contains our competitor’s ads.... purely unsat.

Does anyone have feedback/suggestions on a good company to use for internal search capability???

Help needed :)

Thank you much...
__________________
Living the life in the Idaho Falls and playing Disc Golf
Idaho Falls SEO
Reply With Quote
  #3 (permalink)  
Old 10-12-2004, 02:37 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Search facility for your site

Hi Emma and Frank,

You could try third party options, (as Frank has) such as atomz or freefind. Both provide a free search facility for your site. Google also provides a free site search facility, (providing you have pages they've indexed!)

Here are some links to previous discussions on this topic at WebProWorld...

Script to run a search engine

how to add google search

Implementing a 'Search' option in my web site

Hope that helps,

Paul

PS. I've merged your posts into one thread, as you're both asking basically the same question. :o)
Reply With Quote
  #4 (permalink)  
Old 10-13-2004, 08:30 AM
WebProWorld Pro
 

Join Date: Jun 2004
Location: Weymouth, UK
Posts: 124
EmmaGale RepRank 0
Default

Thank you - that is extremely helpful.

Kind regards
emma
Reply With Quote
  #5 (permalink)  
Old 10-13-2004, 06:28 PM
RikR's Avatar
WebProWorld Pro
 

Join Date: Oct 2004
Location: Wake Forest, NC USA
Posts: 133
RikR RepRank 0
Default

I am pleased with the Google serach on my site.
__________________
Rik Rasmussen
Two Way Radio Directory
http://twowayradiodirectory.com
Reply With Quote
  #6 (permalink)  
Old 10-13-2004, 11:22 PM
WebProWorld Member
 

Join Date: Jul 2004
Location: ---| here |---
Posts: 85
vivekar RepRank 0
Default

Thank you paulhiles.
The info you have provided is just much helpful.

I have missed those posts.
Thanks for the link.
__________________
Submit URL - Website Directory Web TemplatesWeb hosting firms list
Reply With Quote
  #7 (permalink)  
Old 10-15-2004, 03:25 AM
mikmik's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 3,406
mikmik RepRank 1
Default

http://www.xav.com/scripts/search/features.html

Quote:
What is the Fluid Dynamics Search Engine?

*

FDSE is a search engine that you install on your own site. Visitors to your site use it to find files on your site or on a small cluster of sites. The search box at the top of this page is an example of how FDSE is typically used.
*

FDSE is different than Google or Altavista, which search the entire Internet. FDSE only searches the sites that you tell it to. It can handle about 10,000 documents in all, which is plenty for one site but much fewer than the total number of documents on the Internet. (more info on size limits)
*

FDSE is smaller than Google or Altavista, but it is qualitatively identical to them. It has its own built-in web robot for retreiving files, which means it is not limited to searching only documents on its own server. It builds its own index files and returns results from them, unlike some "meta-search" scripts which make behind-the-scenes requests to major search engines to gather results.
*

FDSE runs entirely on your server, so visitors aren't redirected to a separate centralized server to get their results (as with Atomz and Freefind). If your web server doesn't support Perl CGI at all, then you might be better off with one of those remotely-hosted solutions.
*

FDSE is a flat search engine - it accepts keywords and shows a ranked list of search results. It does not organize pages into browsable categories and subcategories like Yahoo does.

Features and Benefits:

*

Unrestricted full version download - you can try before you buy.
*

Code executes 100% locally on your own server - no dependencies on other sites or companies.
*

Code is 100% pure Perl - no dependencies on external modules or system calls.
*

No forced banner advertisements to distract your visitors.
*

Extras are optional. For example, you can configure your own keyword-triggered banner ads, but that's your choice. They aren't forced on you.
*

Platform indepedence - runs well on Unix, Linux, Windows NT, Windows 200X, Win95/98/ME.
*

Completely template-based: you control the entire look-and-feel of the site by editing text/html template files. No need to edit the source code... though you can do that too. You can always preserve your existing templates and data when upgrading or re-installing the product.
*

Dependable user support, featuring many in-depth help files and an active discussion forum.
*

Code is modular and heavily commented for the benefit of those who want to be hardcore. Can be called as an API from another Perl script. Format of all data files is documented in the help file.
*

Highly customizable filter rules allow you to programmatically control which web pages are included in the index. Filtering can be done based on patterns in the hostname, URL, or Document Text, or based on RASCi and Safesurf PICS headers.
*

Resource-intensive actions, like indexing entire web sites, are spread across multiple CGI executions, using META refreshes. This prevents web server timeouts due to excessive resource usage, and allows the action to recover if some individual CGI executions fail.
*

Searches text and HTML files. Can also search PDF, MP3, and MS Word files with helper applications (help file).
This script may be downloaded and used for any purpose, including commercial, provided that the Distribution Conditions are met.


These guys also install for free, but it is so straight forward, you just upload and then sign into an admin/config page with your browser.
They make good stuff.

I want to check out your links too, paulhiles.
you find good stuff!
__________________
What I am is what I am, are you what you are, or what.
Eddie Brickel
Reply With Quote
  #8 (permalink)  
Old 10-15-2004, 06:45 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Hi Mik,

I saw the line in the FDSE feature list there... "Try before you buy". Does this mean you have a limited time period with which to test out the software?

Quote:
you find good stuff!
We both find good stuff! it's finding enough hours in the day to check it all out that's the hard part! :o)

Paul
Reply With Quote
  #9 (permalink)  
Old 10-16-2004, 07:54 AM
mikmik's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 3,406
mikmik RepRank 1
Default

Nope. It is fully functional for always! If you 'buy', you get to remove the link to xav on the pages.

I have it ready to go on my site, just waiting for content LOL.

Mayhaps I should just fire it up now. Then SEbasic could take a look also.
__________________
What I am is what I am, are you what you are, or what.
Eddie Brickel
Reply With Quote
  #10 (permalink)  
Old 10-16-2004, 08:19 AM
mikmik's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 3,406
mikmik RepRank 1
Default

OH, HO HO HO HO!

You have to get this one, paul.

http://factor1.net/info/index.php

Try this term: web design

I logged in, put in my own URL, it spidered my index page and presented all the links on that page, with a checkbox for each one.
I selected the one's I wanted, and sent her away again to index stuff.

It presented a list of all the links on the sites/pages I spidered/indexed for the next level of indexing if I so choose.

Talk about user friendly. It all took less than a minute. There are all sorts of configurations options available. It is SWEEEEET!

The bit I did was just a quick test, no settings, just default.

The results page can be displayed inside any page if I want, I can include all my own stuff.

It is fancier and has no links to xav if purchased, but there are no ads, just a link.
__________________
What I am is what I am, are you what you are, or what.
Eddie Brickel
Reply With Quote
  #11 (permalink)  
Old 10-16-2004, 08:50 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Looks very nice Mik. Had to laugh at Rocky's site getting the number one spot above the rest of us mere mortals!
<thinks>must work on more keyword stuffing!</thinks>

Did you enter the "stop" words yourself? I noticed it excluded the word "web" from that particular search. Also, does it give more weighting to the item's title or the associated body text? If it's as easy to set up as you say, I may give it a whirl myself.

Good work young feller! ;O)
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0