Forum'da ara:
Ara


Yazar Mesaj
Mesaj06.07.2007, 12:37 (UTC)    
Mesaj konusu: SİTENE ARAMA MOTORU KODU

Kod:
<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"><br><a href="http://www.samsunspor.kulubu.com" target="http://www.samsunspor.kulubu.com" >http://www.samsunspor.kulubu.com</a><br>');

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("Dünya - AltaVista","SELECTED","http://altavista.digital.com/",

"http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");

Add("Dünya - AltaVista (UseNet)","","http://altavista.digital.com/",

"http://altavista.digital.com/cgi-bin/query?pg=q&what=news&fmt=d&q=hunt" );

Add("Dünya - Yahoo!","","http://www.yahoo.com/",

"http://search.yahoo.com/bin/search?p=hunt" );

Add("Dünya - DejaNews","","http://www.dejanews.com/",

"http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");

Add("Dünya - HotBot","","http://www.search.hotbot.com",

"http://www.search.hotbot.com/search.html?MT=hunt&DC=25");

Add("Dünya - Infoseek UltraSmart","","http://www.infoseek.com/Home?pg=Home.html&sv=A2",

"http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");

Add("Dünya - Excite","","http://www.excite.com/",

"http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");

Add("Dünya - Infoseek (Usenet)","","http://www.infoseek.com",

"http://www.infoseek.com/Titles?qt=hunt&col=NN&sv=A2");

Add("Dünya - Lycos","","http://www.lycos.com/",

"http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");

Add("Dünya - Magellan","","http://www.mckinley.com/",

"http://www.mckinley.com/extsearch.cgi?query=hunt");

Add("Dünya - OpenText","","http://search.opentext.com",

"http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");

Add("Dünya - WebCrawler","","http://webcrawler.com/",

"http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");

Add("Dünya - Yahoo (PixSearch)","","http://ipix.yahoo.com/",

"http://ipix.yahoo.com/cgi-bin/y-new/keyword_search.cgi?db=%2Fdata%2Fglobal_keyword&q=hunt");

// Software

Add("Yazılım - ZDNet","","http://www.zdnet.com/",

"http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");

Add("Yazılım - DaveCentral","","http://www.davecentral.com/",

"http://www.davecentral.com/cgi-bin/search.pl?query=hunt");

Add("Yazılım - Filez","","http://www.filez.com/",

"http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");

Add("Yazılım - Shareware.com","","http://www.shareware.com/",

"http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");

Add("Yazılım - PC game finder","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");

// Denmark

Add("Danimarka - AltaVista (DK)","","http://altavista.telia.com/cgi-bin/telia","http://www.danielsen.com/cgi/thornew.cgi?country=danmark&cnt=50&q=hunt");

Add("Danimarka - Jubii","","http://www.jubii.dk/","http://soeg.jubii.dk/resultat.asp?startnummer=1&antalresultater=30&soegeord=hunt");

Add("Danimarka - Thor","","http://www.danielsen.com/thor/",

"http://www.danielsen.com/cgi/thornew.cgi?country=danmark&cnt=50&q=hunt");

DisplayForm();

// STOP HIDE -->

</script>
[/quote]
Mesaj07.09.2007, 19:58 (UTC)    
Mesaj konusu: abim sen bu kodu alırmısın

<html>
<head>
<style type="text/css">

#maviblokmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#maviblokmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#maviblokmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px;
text-decoration: none;
color: RED;
background-color:YELLOW;
border-bottom: 1px solid red;
border-left: 7px solid YELLOW;
}

* html #maviblokmenu li a{
width: 169px;
width: 169px;
}

#maviblokmenu li a:hover {
background-color: YELLOW;
border-left-color: RED;
}

#maviblokmenu div.menutitle{
color:RED;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color:YELLOW;
font: bold 100% 'Trebuchet MS', Arial, sans-serif;
}
</style>
<br><center><a href="http://www.bigoo.ws"><img src="http://media.bigoo.ws/content/loghi/logo1.gif" border="0"></a><body background="http://media.bigoo.ws/content/background/animated/animated_44.gif"><br></center>

<center>
<script language="JavaScript">
function bookmark(){window.external.AddFavorite('http://raphacker.tr.gg','DİNİ SİTEM.COM');}
</script>
<form>
<INPUT TYPE="button" STYLE="background:RED" VALUE=" Favorilerinize Ekleyiniz! " onClick="bookmark()">
</form>
</center>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>DJ KEMIK.COM</title>
</head>
<body>
<div id="maviblokmenu" style="width: 171px; height: 315px">
<div class="menutitle">ÜYELERE ÖZEL</div>
<ul>
<li><a href="DJ KEMIK.HTML">ANA SAYFAMIZ</a></li>
<li><a href="DJ KEMIK2.HTML">HABER SAYFAMIZ</a></li>
<li><a href="DJ KEMIK3.HTML">İNDEX DESR SAYFAMIZ</a></li>
<li><a href="DJ KEMIK4.HTML">ÜYELERE ÖZEL HTML,CSS, VE JAVA KODLARIMIZ </a></li>
</ul>
<div class="menutitle">ZİYARETCİLERE ÖZEL</div>
<ul>
<li><a href="DJ KEMIK5.HTML">SAYFA ADI</a></li>
<li><a href="DJ KEMIK6.HTML">SAYFA ADI</a></li>
<li><a href="DJ KEMIK7.HTML">SAYFA ADI</a></li>
<li><a href="DJ KEMIK8.HTML">SAYFA ADI</a></li>
<li><a href="DJ KEMIK9.HTML">SAYFA ADI</a></li>
<li><a href="DJ KEMIK10.HTML" style="border-bottom-color:red">SAYFA ADI</a></li></ul>
<div class="menutitle">KODLARLA BİLGİLER</div><ul>
<li><a href="http://1.SATIR URL ADRESİ ">SAYFA ADI</a></li>
<li><a href="http://2.SATIR URL ADRESİ ">SAYFA ADI</a></li>
<li><a href="http://3.SATIR URL ADRESİ ">SAYFA ADI</a></li>
<li><a href="http://4.SATIR URL ADRESİ ">SAYFA ADI</a></li>
<li><a href="http://5.SATIR URL ADRESİ " style="border-bottom-color: RED">SAYFA ADI</a></li></ul>
<div class="menutitle">Çeviri</div><ul>
<li><a href="http://www.naazimca.tr.gg " onclick="naazimca('Dikkat! Bu web adresi yandaki menüyü yazan kişiye aittir.')">www.raphacker.tr.gg</a></li>
<li><a href="naazimca( at )mynet.com " style="border-bottom-color:red" onclick=</a></li></ul></div>

<style type="text/css">
a.navbar:hover{color:red; font-weight:bold;background-image:
url(http://www.jitans.kayyo.com/imlec/yesilisik.gif);}
a:hover, a.redlink:hover, a.navbar:hover {background-image:
url(http://www.jitans.kayyo.com/imlec/yesilisik.gif);
text-decoration:none; border:0px solid;}
a:hover img {background-image:url('url%20(http:/www.jitans.kayyo.com/imlec/yesilisik.gif)');
filter:alpha(finishopacity=0, style=2) } </style>

</body></html>

<style>body{CURSOR: url("http://www.1923turk.org/TURKEY.ani")</style>

Alıntı:
Mesaj07.09.2007, 20:04 (UTC)    
Mesaj konusu:

samsun...... sitesinin reklamının kaldırılmış haliyle KOD: Smile
Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Your Title Here </title>
<meta name="Generator" content="Alleycode HTML Editor">
<meta name="Description" content="Your description here...">
<meta name="Keywords" content="Your keywords here...">
</head>

<body>
<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"><br>');

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("Dünya - AltaVista","SELECTED","http://altavista.digital.com/",

"http://altavista.digital.com/cgi-bin/query?pg=q&what=web&fmt=d&q=hunt");

Add("Dünya - AltaVista (UseNet)","","http://altavista.digital.com/",

"http://altavista.digital.com/cgi-bin/query?pg=q&what=news&fmt=d&q=hunt" );

Add("Dünya - Yahoo!","","http://www.yahoo.com/",

"http://search.yahoo.com/bin/search?p=hunt" );

Add("Dünya - DejaNews","","http://www.dejanews.com/",

"http://search.dejanews.com/nph-dnquery.xp?query=hunt&defaultOp=AND&svcclass=dncurrent&maxhits=25");

Add("Dünya - HotBot","","http://www.search.hotbot.com",

"http://www.search.hotbot.com/search.html?MT=hunt&DC=25");

Add("Dünya - Infoseek UltraSmart","","http://www.infoseek.com/Home?pg=Home.html&sv=A2",

"http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2");

Add("Dünya - Excite","","http://www.excite.com/",

"http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default");

Add("Dünya - Infoseek (Usenet)","","http://www.infoseek.com",

"http://www.infoseek.com/Titles?qt=hunt&col=NN&sv=A2");

Add("Dünya - Lycos","","http://www.lycos.com/",

"http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639");

Add("Dünya - Magellan","","http://www.mckinley.com/",

"http://www.mckinley.com/extsearch.cgi?query=hunt");

Add("Dünya - OpenText","","http://search.opentext.com",

"http://search.opentext.com/omw/simplesearch?SearchFor=hunt&mode=and");

Add("Dünya - WebCrawler","","http://webcrawler.com/",

"http://webcrawler.com/cgi-bin/WebQuery?searchText=hunt&maxHits=25");

Add("Dünya - Yahoo (PixSearch)","","http://ipix.yahoo.com/",

"http://ipix.yahoo.com/cgi-bin/y-new/keyword_search.cgi?db=%2Fdata%2Fglobal_keyword&q=hunt");

// Software

Add("Yazılım - ZDNet","","http://www.zdnet.com/",

"http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt");

Add("Yazılım - DaveCentral","","http://www.davecentral.com/",

"http://www.davecentral.com/cgi-bin/search.pl?query=hunt");

Add("Yazılım - Filez","","http://www.filez.com/",

"http://filez.com/cgi/filez.cgi?query=hunt&type=All+Files&hits=50&domain=World&doit=Search/");

Add("Yazılım - Shareware.com","","http://www.shareware.com/",

"http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories");

Add("Yazılım - PC game finder","","http://www.pcgame.com/","http://www.pcgame.com/finder/search.cgi?key=hunt");

// Denmark

Add("Danimarka - AltaVista (DK)","","http://altavista.telia.com/cgi-bin/telia","http://www.danielsen.com/cgi/thornew.cgi?country=danmark&cnt=50&q=hunt");

Add("Danimarka - Jubii","","http://www.jubii.dk/","http://soeg.jubii.dk/resultat.asp?startnummer=1&antalresultater=30&soegeord=hunt");

Add("Danimarka - Thor","","http://www.danielsen.com/thor/",

"http://www.danielsen.com/cgi/thornew.cgi?country=danmark&cnt=50&q=hunt");

DisplayForm();

// STOP HIDE -->

</script>
</body>
</html>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu