Free site search engines

Joined: 11/28/2008

Can anyone recommend any good, free, site search engines? Ideally ones with just a small logo which preferably isn't displayed around the search box (like google's).

I used to use atomz but they recently put advertising on their free service which does not look good on a professional website.

Patrick

Joined: 11/28/2008
do you know any php? you

do you know any php? you could build one to o what you want, then you would be able to style it how you want to.

are you using a db for your site, or is it static?

Joined: 11/28/2008
Actually I'm doing the

Actually I'm doing the research on behalf of the more technical person who helps with the website. It's run on ASP. He seems reluctant to build a search engine himself (and on other sites he has designed he has always used 3rd party engines - probably to save him time)

Paddy

Joined: 11/28/2008
ahh i see, well, im sorry i

ahh i see, well, im sorry i can't help you. ASP i know nothing about, and search engines i build myself, even if they are a little primitive /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />

Joined: 11/28/2008
I am assuming the site is

I am assuming the site is running on IIS on a Windows server since it using ASP, if this is not correct you can disregard the following. Yea, I know you can run ASP on Linux, but why would you?

Ah, you're still reading so it must be IIS/Windows. Have a look at MS Index Server. I am using that on a few IIS sites for a site search engine and it works quite well. If the .Net framework is available on the server ASP.Net is even easier to setup, even with more options.

Basically you configre the Index Server to index the web site then using ASP or ASP.Net you build a page that querys the index (very similar to querying SQL Server.)

Joined: 11/28/2008
Thanks bcouch! I'll look into

Thanks bcouch! I'll look into that and see if it works /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

Paddy

Joined: 11/28/2008
happypad @ Oct 23 2004,
QUOTE(happypad @ Oct 23 2004, 10:43 AM)
Can anyone recommend any good, free, site search engines? Ideally ones with just a small logo which preferably isn't displayed around the search box (like google's).

Free Find

Ruth

'The only handwork I do is lifting my coffee cup to drink. Anything else interferes with my thought process...' Mary Myers

Joined: 11/28/2008
i'm pretty sure you can take

i'm pretty sure you can take out google's logo. I did. (unless I missed something in the privacy agreement).
you can see it in action here
Just search for anything (try my name - Dustin).

HOWEVER, I would advise only using this if your site has been indexed very grossly by google. Since google has indexed up to 5,000 pages of my site (now at 3,700), I figured it would be ok to start using it.