Modifier les liens de recherche dans Downloads et Web_Links
Auteur Sujet
Post 
Quand on lance une recherche dans les pages Downloads ou Web_Links, les liens vers Google et Yahoo pointent vers les versions anglaises des moteurs de recherche. Pas très génant, mais il est facile de changer cela, il suffit de modifier quelques lignes de 2 fichiers (penser à en faire des sauvegardes avant) :

modules/Downloads/dl-search.php
ligne 136 et 137
  1. ."<a href=\"http://www.google.com/search?q=".pnVarPrepForDisplay($query)."\">Google</a> - " 
  2. ."<a href=\"http://search.yahoo.com/bin/search?p=".pnVarPrepForDisplay($query)."\">Yahoo</a>" 
  3.  
  4. CHANGER EN 
  5.  
  6. ."<a href=\"http://www.google.fr/search?q=".pnVarPrepForDisplay($query)."\">Google</a> - " 
  7. ."<a href=\"http://fr.search.yahoo.com/search?p=".pnVarPrepForDisplay($query)."\">Yahoo</a>" 



modules/Web_Links/wl-search.php
ligne 221 à 226
  1. ."<a href=\"http://www.google.com/search?q=".pnVarPrepForDisplay($query)."\">Google</a> - " 
  2. ."<a href=\"http://www.altavista.com/cgi-bin/query?pg=q&sc=on&hl=on&act=2006&par=0&q=".pnVarPrepForDisplay($query)."&kl=XX&stype=stext\">Alta Vista</a> - " 
  3. ."<a href=\"http://www.hotbot.com/?MT=".pnVarPrepForDisplay($query)."&DU=days&SW=web\">HotBot</a> - " 
  4. ."<a href=\"http://sjc-search.sjc.lycos.com/?query=".pnVarPrepForDisplay($query)."\">Lycos</a> - " 
  5. ."<a href=\"http://search.yahoo.com/bin/search?p=".pnVarPrepForDisplay($query)."\">Yahoo</a> - " 
  6. ."<a href=\"http://web.ask.com/web?q=".pnVarPrepForDisplay($query)."&o=0&qsrc=0\">Ask Jeeves</a>" 
  7.  
  8. CHANGER EN 
  9.  
  10. ."<a href=\"http://www.google.fr/search?q=".pnVarPrepForDisplay($query)."\">Google</a> - " 
  11. ."<a href=\"http://fr.altavista.com/web/results?q=".pnVarPrepForDisplay($query)."\">Alta Vista</a> - " 
  12. ."<a href=\"http://www.hotbot.com/?currProv=ask&query=".pnVarPrepForDisplay($query)."\">HotBot</a> - " 
  13. ."<a href=\"http://vachercher.lycos.fr/cgi-bin/pursuit?query=".pnVarPrepForDisplay($query)."\">Lycos</a> - " 
  14. ."<a href=\"http://fr.search.yahoo.com/search?p=".pnVarPrepForDisplay($query)."\">Yahoo</a> - " 
  15. ."<a href=\"http://fr.ask.com/web?q=".pnVarPrepForDisplay($query)."\">Ask.com</a>" 
Données personnelles