Rastgelelik sosyal hizmetlerinden faydalanabilmek için oturum açmalısınız. Oturum Aç | Kayıt Ol

Powered by Hemen Tasarım

Rastgelelik sosyal hizmetlerinden faydalanabilmek için oturum açmalısınız. Oturum Aç | Kayıt Ol

Powered by Hemen Tasarım

Rastgelelik ve Diğer Tüm Arama Motorları HTML Kodu

Diğer Wikilerden daha özgür.

<script>
<!-- START HIDE
var MAX_ENGINES = 35;
var tp='';
var tpp='';
var find = 'hunt';
var hold=0;
var hold2=0;
var gog=0;
var ap='';
function MakeArray(n) {
for (var i = 1; i <= n; i++) {
this[i] = 0;
}
this.maxlen = n;
this.len = 0;
return this;
}
var engs = new MakeArray(MAX_ENGINES);
function find_substring(needle, haystack) {
var i, needlen = needle.length, haylen = haystack.length;
for (i=0; i<=haylen-needlen; i++) {
if (needle == haystack.substring(i,i+needlen))
return i;
}
return false;
}
function Engine(name, opts, home, search) {
var gotcha = find_substring(find, search);
this.name = name;
this.opts = opts;
this.home = home;
this.pre_gotcha = search.substring(0,gotcha);
this.post_gotcha= search.substring(gotcha+find.length, search.length);
}
function Add(name, opts, home, search) {
engs.len++;
if (engs.len <= engs.maxlen) {
engs[engs.len] = new Engine(name, opts, home, search)
}
else {
alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)
}
}
function DisplayForm() {
document.writeln('<CENTER><FORM Name=Gotchaform OnSubmit="HandleForm(this); return false">');
document.writeln('<table border=0 bordercolor=black width=325 bgcolor=#FFCC33><tr><td width="125"><b><font size=2 face="arial">Aranacak Kelime:</b></td>&nbsp;<td width="200"><INPUT size=25 name="query"></td></tr></table>');
document.writeln('&nbsp;<b><font size=2 face="arial">Nerede aranacak?</b>&nbsp;<SELECT name="service">');
for (i=1; i <= engs.len; i++) {
document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);
}
document.writeln('</SELECT> <br><input type=submit value="Ara ve Bul">');
document.writeln('</FORM> </CENTER>');
document.Gotchaform.query.focus()
}
function HandleForm(form){
var i, newq="", oldq=form.query.value;
for (i=0; i<oldq.length; i++) {  // compress [ ]+ into +
var thischar = oldq.charAt(i);
if (thischar =="+")newq += "%2B";
else
if (thischar != ' ')
newq += thischar;
else if (lastchar != ' ')
newq += '+';
lastchar = thischar;
}
var eng = engs[1+form.service.selectedIndex];
// Window
search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,"SmartSearch","scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,width='100%',hight='100%'");
}
Add("Rastgelelik","SELECTED","http://rastgelelik.com/","http://rastgelelik.com/search?q=hunt#gsc.tab=0&gsc.q=hunt");
Add("Google","","http://www.google.com.tr","http://www.google.com.tr/search?client=opera&q=hunt" );
Add("Yandex","","http://www.yandex.com.tr/","http://www.yandex.com.tr/search/?text=hunt" );
Add("Bing","","https://www.bing.com/","https://www.bing.com/search?q=hunt" );
Add("Biliver","","http://www.biliver.com/","http://www.biliver.com/search?q=hunt" );
Add("Duckduckgo","","http://www.duckduckgo.com/","http://www.duckduckgo.com/?q=hunt" );
Add("Turtc","","https://www.turtc.com/","https://www.turtc.com/index.php?page=search/web&search=hunt" );
Add("Tarmot","","http://tarmot.com/","http://tarmot.com/ara/?rastgelelik=1&q=hunt" );
Add("Yaani","","https://www.yaani.com.tr/","https://www.yaani.com.tr/#q=hunt" );
Add("Vuhuv","","https://www.vuhuv.com.tr/","https://www.vuhuv.com.tr/?k=1&p=1&d=1&q=hunt" );
Add("Yahoo!","","http://www.yahoo.com/","http://search.yahoo.com/bin/search?p=hunt" );
Add("Webcrawler","","https://www.webcrawler.com/","https://www.webcrawler.com/serp?q=hunt" );
Add("Yippy","","https://www.yippy.com/","https://www.yippy.com/search?query=hunt" );
Add("Logiw","","https://logiw.com.tr/","https://logiw.com.tr/search/?q=hunt" );
Add("Fatingo","","https://www.fatingo.com/","https://www.fatingo.com/ara?q=hunt" );
Add("2Adam","","http://www.2adam.com/","http://www.2adam.com/search/web/hunt" );
DisplayForm();
// STOP HIDE -->
</script>

Please enter correct URL of your document.