search engine script

I'm looking for a search engine script that I can add to my web site so others can search for my site.

Any ideas?

Recommended Answers

All 11 Replies

I would use Google Adsense for Search. It has a site search feature.

I was also going to suggest that as it not only gives you search facility but you can even earn revenue with that.

Yeah, very cool tip! Karma points rewarded :)

Thanks for the input

depending on how big your site is, you can use Google API and put there search engine right into your homepage for free! You would be limited to 1,000 queries via this method,

or you can link to google directly via a form box

<form method="get" action="http://www.google.com/search">
	<input type="text" name="q" value="">
	<input type="hidden" name="as_sitesearch" value="www.daniweb.com">
	<input type="submit" value="Google Search">
</form>

just make sure to replace www.daniweb.com with your domain name, but there are drawbacks, once the user clicks search, they have left your webpage and then can modify the search and remove your site name, so now they are searching the web and not your site.

if your site isn't too big I would definatly recommend working with the google api to search your site, send me a private message if you need help setting up a search with the google api and I will be glad to help.

I tried google many times and discarded it finally because didn't find things that I KNEW were on my site. I found this new search site engine though that I really like. http://www.sitelevel.com/ It allows you to make the search box fully customized and offers several different premade codes to start from with clickable options for your customization if you need them. I highly recommend this non-google search engine.

Warning though. . . it you put this on a message board, it will access "private" or admin posts as well. :cheesy:

We also use a modified version of openwebspider for 8Lights! :lol:

try openwebspider : http://www.openwebspider.org
it's free and open source! Script is in PHP

If you are searching for a seach engine portal where the result shown is base on google server database, i have one in hand.

i want a source code in my site for using google api. i want to implement the same functinality that google adwords gives us.

can you help me?

IF you can help me then please send me an email on <snipped>

thanks,
Vishal Desai

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.