FORUM DARKERS

Forum Geral => Variados | Off-Topic => Temas Livres (Relacionados a Informática) => Topic started by: kohx on 04 de January , 2009, 11:27:32 PM

Title: [Dica] Busca em um unico site com google
Post by: kohx on 04 de January , 2009, 11:27:32 PM
Muito util em alguns casos  ::)

Exemplo:

http://www.google.com/search?hl=en&sitesearch=site.com&q=palavrachave&start=80&sa=N
Title: Re: [Dica] Busca em um unico site com google
Post by: #phobia on 05 de January , 2009, 07:31:27 AM
lol

Legal, não sabia dessa! haha


vlw kohx! ^^
Title: Re: [Dica] Busca em um unico site com google
Post by: kohx on 06 de January , 2009, 02:52:29 PM
A proposito quem tiver site registrado no google e quiser botar uma busca:
Code (google.htm) Select

<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25"
maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
value="[b]Meusite.com"[/b] checked /> [b]Buscar Apenas no Meu Site[/b]<br />
</td></tr></table>
</div>

</form>


Basta determinar o seu site e selecionar no checkbox.

No caso o que faz o google buscar apenas resultados em portugues (brasileiro) e deixar o  value="com.br"

Flws