Petit addon sympa pour les moteur de recherche

Contenu du snippet

voila ! c'est pas revolutionnaire mais quand meme sympa ! ca l'evite parfois de se deplacer pour rechercher quelque chose ;) j'aurais en ajouter plus mais j'ai juger que cetait suffisant pour l'instant

Source / Exemple :


alias recherche dialog -md recherche recherche
dialog recherche {
  title "recherche internet"
  size -1 -1 180 213
  option dbu
  edit "", 1, 17 29 112 11
  box "google", 2, 14 21 119 22
  box "altavista", 3, 14 53 119 22
  edit "", 4, 17 61 112 11
  button "GO", 5, 137 29 25 12
  button "GO", 6, 137 60 25 12
  box "metacrawler", 7, 14 85 119 22
  button "GO", 8, 137 92 25 12
  edit "", 9, 17 93 112 11
  box "astalavista box", 10, 14 117 119 22
  button "GO", 11, 137 124 25 12
  edit "", 12, 17 125 112 11
  box "yahoo", 13, 14 149 119 22
  button "GO", 14, 137 156 25 12
  edit "", 15, 17 157 112 11
  box "sharereactor", 16, 14 181 119 22
  button "GO", 17, 137 188 25 12
  edit "", 18, 17 189 112 11
  menu "recherche", 19
  item "tips", 20, 19
  item "fermer", 21 , cancel
}    

on 1:dialog:recherche:sclick:5:{ 
if ( $did(recherche,1) == $null ) { goto finrecherche } 
/run http://www.google.fr/search?hl=fr&ie=UTF-8&oe=UTF-8&q= $+ $did(recherche,1) $+ &btnG=Recherche+Google&meta=  
/did -r recherche 1 
: finrecherche
                      } 

on 1:dialog:recherche:sclick:6:{   
if ( $did(recherche,4) == $null ) { goto finrecherche2 } 
/run http://fr.altavista.com/web/results?q= $+ $did(recherche,4) $+ &kgs=1&kls=1&avkw=xytx 
/did -r recherche 4 
: finrecherche2 
                     } 

on 1:dialog:recherche:sclick:8:{ 
if ( $did(recherche,9) == $null ) { goto finrecherche3 } 
/run http://search.metacrawler.com/texis/search?q= $+ $did(recherche,9) $+ &cat=web&method=all&brand=metacrawler&qk=20&timeout=&rpe=10&collate=1&cat=web&top=1&refer=mc-results1 
/did -r recherche 9 
: finrecherche3 
                         } 

on 1:dialog:recherche:sclick:11:{ 
if ( $did(recherche,12) == $null ) { goto finrecherche4 } 
/run http://astalavista.box.sk/cgi-bin/robot?srch= $+ $did(recherche,12) $+ &submit=+search+ 
/did -r recherche 12 
: finrecherche4 
                      }

on 1:dialog:recherche:sclick:14:{ 
if ( $did(recherche,15) == $null ) { goto finrecherche5 } 
/run http://fr.search.yahoo.com/search/fr?p= $+ $did(recherche,15) 
/did -r recherche 15 
: finrecherche5 
                        } 

on 1:dialog:recherche:sclick:17:{ 
if ( $did(recherche,18) == $null ) { goto finrecherche6 } 
/run http://www.sharereactor.com/search.php?search= $+ $did(recherche,18) $+ &category=0&submit=Search 
/did -r recherche 18 
echo -a sharereactor est souvent surcharger . si la page n'apparait pas . essayer de nouveaux
: finrecherche6 
                      }   
on 1:dialog:recherche:menu:20:{ 
echo -a Pour supprimer un mot de votre recherche 
echo -a utiliser le symbole  - 
echo -a pour exemple : 
echo -a jeuxvideo -xbox 
echo -a ainsi tout les sites contenant le mot xbox seront supprimer  
                   }

Conclusion :


des commentaires ? :) n'esitez pas

A voir également

Vous n'êtes pas encore membre ?

inscrivez-vous, c'est gratuit et ça prend moins d'une minute !

Les membres obtiennent plus de réponses que les utilisateurs anonymes.

Le fait d'être membre vous permet d'avoir un suivi détaillé de vos demandes et codes sources.

Le fait d'être membre vous permet d'avoir des options supplémentaires.