script de recherche google "hybride"

WRInaute discret
Bon voila le topo j'ai installé ce script de recherche google sur mon site :

Code:
<form method="get" action="https://www.google.com/search" name="google">
  <div align="center">
  <input type="hidden" name="ie" value="UTF-8" />
  <input type="hidden" name="oe" value="UTF-8" />
  
<a href="https://www.google.fr/">
  <img src="https://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle" /></a>
  <input type="text" name="q" size="50" maxlength="255" value="" />
  <input type="submit" name="btnG" value="Google Search" />
  <br />
  <input type="radio" name="sitesearch" value="" checked="checked" />
  Web
  <input id="lgr" type="radio" name="meta" value="lr=lang_fr" />
  Pages francophones
  <input id="cty" type="radio" name="meta" value="cr=countryFR" />
  France
  <br />
  <input type="radio" name="sitesearch" value="wikipedia.org" />
  Wikipedia
  <input type="radio" name="sitesearch" value="answers.com" />
  Answers
  <input type="hidden" name="hl" value="fr" />
  </div>
</form>

et je souhaiterait integrer ce code a l'interieur :


Code:
<!-- Search Google -->
<center>
<form method="get" action="https://www.google.fr/custom" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="https://www.google.com/">
<img src="https://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Rechercher"></input>
<input type="hidden" name="client" value="pub-1857203358207101"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="fr"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->

oui c'est bien adsense ...
je desirerait que le script adsense soit actif pour les recherches sur le web et les francophones et garder le look de google blanc et sobre, si quelqu'un reussit je ne saurait vraiment pas comment le remercier :D
merci d'avance !
 
WRInaute occasionnel
Tu peux essayer un code de ce genre :
Code:
<!-- SiteSearch Google -->
<form method="get" action="https://www.google.com/custom" target="_top">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="https://www.google.com/">
<img src="https://www.google.com/logos/Logo_25wht.gif"
border="0" alt="Google"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.answers.com;www.wikipedia.org"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Rechercher"></input>
</td></tr>
<tr>
<td>&nbsp;</td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Web</font>
</td>
<td>
<input id="lgr" type="radio" name="meta" value="lr=lang_fr" />
<font size="-1" color="#000000">Pages francophones</font>
</td>
<td>
<input id="cty" type="radio" name="meta" value="cr=countryFR" />
<font size="-1" color="#000000">France</font>
</td>
<td>
<input type="radio" name="sitesearch" value="www.answers.com"></input>
<font size="-1" color="#000000">Answers</font>
</td>
<td>
<input type="radio" name="sitesearch" value="www.wikipedia.org"></input>
<font size="-1" color="#000000">Wikipedia</font>
</td>
  <td></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-1857203358207101"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="fr"></input>

</td></tr></table>
</form>
<!-- SiteSearch Google -->

Néanmoins sur la page de résultat il n'y a que les 3 domaines cités, vu que c'est limité ainsi par Google.
Et après ... je ne sais pas si cela est très autorisé ...Il faudrait mailer le Mr de Stanford.
 
Discussions similaires
Haut