• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

search engine technology

radman

New Member
im looking for a way to create a search engine ..

i want my visitors to search the web through my iste... with my sites colours/logos..etc

can u get a service (payed..) to do this... like the "powered by Yahoo/Google.."

or merely link from your site to the search results on google

i dont want visitors to search for indexed content on my site but the web...

any luck..? :confused4
 
This code will put a Google search box on ya site :D



<P><!-- Search Google -->
<FORM method=GET action=http://www.google.com/custom>
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
<tr valign=top><td>
<A HREF=http://www.google.com/search>
<IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=sa VALUE="Google Search">
<INPUT type=hidden name=cof VALUE="LW:118;L:http://www.searchengines.net/searchengines.gif;LH:118;AH:left;AWFID:2a9390e4d1b3edd9;">
<font face=arial,sans-serif size=-1><input type=hidden name=domains value="searchengines.net"><br><input type=radio name=sitesearch value="" checked> Search WWW <input type=radio name=sitesearch value="searchengines.net"> Search searchengines.net </font><br>
</td></tr></TABLE>
</FORM>
<!-- Search Google -->


It should look like this

p921182.jpg


Hope this helps :biggrin2:
 
Last edited:
I think he wants to create his OWN search engine or "borrow" the technology that the big boys use? Creating your own technology is hard and takes take. If it is possible I'd use technology already in place.
 
Well, from where will you get the sites database from ?

Also, I believe google did use the yahoo database ? Did they buy it ?
 
thisisa said:
Well, from where will you get the sites database from ?

Also, I believe google did use the yahoo database ? Did they buy it ?
Yahoo! used google's database and now has switched to overture, which they bought out a few months ago.
 
So, they bought it ? I dont think you can use for free so radman you'll have to invest for the db.

BTW, does google have some python/php based robot which auto scans a website. if so any similar scripts ? Or else how do they get the urls to add. All the urls in their database are not posted manually by the people.
 
Robert said:
Yahoo! used google's database and now has switched to overture, which they bought out a few months ago.


Yahoo bought out overture ... :shocked2: Big fish eats small one !!!!
 
Last edited:
here is another method to use google to search your spidered pages, not exactly what you are looking for but you will probably like it.

<form method="get" action="http://www.google.com/search">
<input type="text" name="q" maxlength="255" style="width:300px;margin-top:9px;">
<input type="hidden" name="domains" value="http://www.yoursite.com">
<input type="hidden" name="sitesearch" value="http://www.yoursite.com">
<input type="submit" name="sa" VALUE="Search &raquo;">
</form>
 
Back
Top