New Searchengine
Posted by: Rapido
Date: January 31, 2006 01:23PM


Hi! I just want to let you all know that Astalavista Us has been added to searchengines. Fell free to use it.

Yours: Rapido

Re: New Searchengine
Posted by: alain aupeix chez wanadoo fr
Date: January 31, 2006 02:52PM

You also can use my modifications to allow complete command line search:

# Used by SearchNew() and modified by Astalavista() Astalavista - Don't use elsewhere
$postdata="";

Astalavista{
&OldSearch; $search = "Astalavista";
# $eng = "http://astalavista.box.sk/cgi-bin/robot?srch=";;
$eng = "http://www.astalavista.us/search.php?s=";;
$postdata = "&submit=+search+";
&SetSearch;
}

SearchNew{
$ww = "";
length($accents) != 0 ? &accents : 0;
length($postdata) != 0 ? $ww = $word . $postdata : 0;
length($postdata) != 0 ? $word = $ww : 0;
$postdata = "";
$accents = "";
&ResetURL; $layer==true ? pluginmsg(layers,"OpenURL",$eng.$word)yawning smileypennew($eng.$word);
}

The variable Postdata can be use by other search motor and is automaticly cleared in SearchNew()

Accents() is a function similar to umlauts and the second line if not used can be deleted.

K-Meleon forum is powered by Phorum.