Yazar |
Mesaj |
-
yaris-merkezi
Uzman Üye
|
15.03.2010, 16:41 (UTC) Mesaj konusu: Sitene Arı Kodu |
|
|
Arkadaşlar Benim Sitemdede Bulunan Bir Arı Kodu Var.Bu Arının Üstüne Gelince Yazılar Çıkıo.Buyrun Kodları;
KOD:
Kod: <div style="position: absolute; left: 171px; top: 264px; width:71px" id="img">
<img alt="" src="http://img.webme.com/pic/b/bedavasayfa/1z1h98y.gif" onmouseover="alert(' BURAYA YAZINIZI YAZIN : ) ')" onmousedown="pauseResume(null);" width="71" height="63"></div> ______________ |
|
↑
|
|
|
-
bakkals
Aktif Üye
|
21.03.2010, 21:53 (UTC) Mesaj konusu: sitene kod deneme editörü ekle |
|
|
Web sitenize kod deneme editörü
Kod: <iframe height="550" marginheight="0" src="http://site.mynet.com/supertrafik/koddenemeeditoru.html" frameborder="0" width="650" name="kod_deneme_editoru" marginwidth="0" scrolling="no"></iframe> |
|
↑
|
|
|
-
fbmlkodu
Acemi Üye
|
23.03.2010, 17:16 (UTC) Mesaj konusu: Google Arama Motoru Kodu |
|
|
Kod: <script src="http://www.turkwebb.com/siteservis/googlearama/standart/googlearama.js"></script> ______________ |
|
↑
|
|
|
-
ulvihanepage
Acemi Üye
|
28.03.2010, 15:12 (UTC) Mesaj konusu: Yukarıya Cık Html Kodu |
|
|
Kod: <a name="top"></a>
<style>
a.yukari {
position:fixed;
bottom:15px;
right:20px;
font:11px arial;
text-transform:uppercase;
}
</style>
<a href="#top" class="yukari"><img src="http://img.webme.com/pic/k/kefkirnet/yukari.png" border="0" title="Yukarı" /></a> |
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
31.03.2010, 14:31 (UTC) Mesaj konusu: |
|
|
Kod:
<script>
// Type the messages into the text-Array. Add as many as you like.
var text=new Array("Kardelen FM", "24 Saat Canlı Yayın", "İstek Yap", "Yayını Dinle")
// Type a link for each message. If you don't want to add a link add a "#" instead
var textlink=new Array("http://www.kardelenfm.com","http://www.kardelenfm.com/","http://www.kardelenfm.com/ilet","http://www.kardelenfm.com/yayin.htm")
// Type the target-window for each link. Acceepted values are "_blank", "_top",
// "_parent" or the name of any frame
var texttarget=new Array("_top","_top","_top","_top")
// Set the font for the headline-fader
var textfont="Arial"
// Set the font-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolor="#99ccff"
// Set the rollover-color for the headline-fader (hexadecimal triplet values recommended)
var textfontcolorrollover="#ffff00"
// Set the font-size for the headline-fader (points)
var textfontsize=11
// Set the background-color for the headline-fader (hexadecimal triplet values recommended)
var textbgcolor="#000000"
// Set the width of the headline-fader (pixels)
var textwidth=180
// Set the height of the headline-fader (pixels)
var textheight=120
// Set the pause between the messages (seconds)
var textpause=2
// Set the borderwidth (pixels)
var textborder=3
// Set the border-color (hexadecimal triplet values recommended)
var textbordercolor="#99ccff"
// Set the horizontal text-position. Allowed values are "center" or "left" or "right"
var textalign="center"
// Set the vertical text-position. Allowed values are "middle" or "top" or "bottom"
var textvalign="middle"
// Set the number of snowflakes (more than 20 - 30 not recommended)
var snowmax=20
// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#99ccff","#ddddFF","#ccccDD")
// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"
// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6
// Set the maximal-size of your snowflaxes (points)
var snowmaxsize=16
// Set the minimal-size of your snowflaxes (points)
var snowminsize=8
// Set font-style. Acceptable values are "normal" or "italic"
var textitalic="normal"
// Set font-weight. Acceptable values are "normal" or "bold"
var textweight="bold"
// do not edit below this line
var textdecoration="none"
var transparency=100
var transparencystep=5
var x_pos=0
var y_pos=0
var i_text=0
if (textitalic=="italic") {var textitalicA="<i>"; var textitalicB="</i>"}
else {var textitalicA="<i>"; var textitalicB="</i>"}
if (textweight=="bold") {var textweightA="<b>"; var textweightB="</b>"}
else {var textweightA=""; var textweightB=""}
var textweightA="<b>"
var textweightB="</b>"
var tickercontent
var pausefade=40
var oneloopfinished=false
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var textfontsizeHTML=Math.floor(textfontsize/4)
textpause*=1000
if (textfontsizeHTML<1) {textfontsizeHTML=1}
if (textfontsizeHTML>=7) {textfontsizeHTML=7}
var browserinfos=navigator.userAgent
var ns4=document.layers
var ns6=document.getElementById&&!document.all&&!browserinfos.match(/Opera/)
var ie=document.all&&!browserinfos.match(/Opera/)
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var opera=browserinfos.match(/Opera/)
function changecontent() {
getcontent()
i_text++
if (i_text>=text.length) {i_text=0}
if (ie) {
ticker.innerHTML=content
fadein()
}
if (ns6) {
document.getElementById('ticker').innerHTML=content
fadein()
}
if (opera) {
document.getElementById('ticker').innerHTML=content
var texttimer=setTimeout("changecontent()",textpause*1.5)
}
if (ns4) {
document.roof.document.ticker.document.write(content)
document.roof.document.ticker.document.close()
var texttimer=setTimeout("changecontent()",textpause)
}
}
function fadein() {
if (transparency<100){
transparency+=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadein()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("fadeout()",textpause)
}
}
function fadeout() {
if (transparency>0){
transparency-=transparencystep
if (ie) {
document.all.ticker.filters.alpha.opacity=transparency
}
if (ns6) {
document.getElementById('ticker').style.MozOpacity=transparency/100
}
var fadetimer=setTimeout("fadeout()",pausefade)
}
else {
clearTimeout(fadetimer)
setTimeout("changecontent()",1000)
}
}
getcontent()
function getcontent() {
if (ie) {
var tablewidth=textwidth-2*textborder
var tableheight=textheight-2*textborder
}
else {
var tablewidth=textwidth
var tableheight=textheight
}
if (ie || ns6 || opera) {
var padding=parseInt(textborder)+3
content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+padding+" cellspacing=0 border=0><tr valign="+textvalign+"><td align="+textalign+">"
content+="<a href=\""+textlink[i_text]+"\" target=\""+texttarget[i_text]+"\" style=\"position:relative;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";\" onMouseOver=\"this.style.color=\'"+textfontcolorrollover+"\'\" onMouseOut=\"this.style.color=\'"+textfontcolor+"\'\">"
content+=text[i_text]
content+="</a></td></tr></table>"
}
else {
content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+textborder+" cellspacing=0><tr valign="+textvalign+"><td align="+textalign+">"
content+="<a href=\""+textlink[i_text]+"\" target=\""+texttarget[i_text]+"\" style=\"position:relative;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";\">"
content+=text[i_text]
content+="</a></td></tr></table>"
framecontent="<table width="+tablewidth+" height="+tableheight+" cellpadding=0 cellspacing=0 border="+textborder+"><tr><td>"
framecontent+="<font color=\""+textbgcolor+"\">"
framecontent+="."
framecontent+="</font>"
framecontent+="</td></tr></table>"
}
}
function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}
function initsnow() {
marginbottom = textheight
marginright = textwidth
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow();changecontent()
}
function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy
if (snow[i].posy>=marginbottom || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
snow[i].posx=randommaker(marginright-snow[i].size)
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}
if (ie || ns6 || opera) {
if (ns6) {
textwidth-=2*textborder
textheight-=2*textborder
}
document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>")
document.write("<div id=\"roof\" style=\"position:relative;width:"+textwidth+"px;height:"+textheight+"px;font-family:\'"+textfont+"\';border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden\">")
document.write("<div id=\"ticker\" style=\"position:absolute;top:"+-textborder+"px;left:"+-textborder+"px;width:"+textwidth+"px;height:"+textheight+"px;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";font-style:"+textitalic+";border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden\;filter:alpha(opacity=100)\">")
document.write("</div>")
for (i=0;i<=snowmax;i++) {
document.write("<div id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</div>")
}
document.write("</div>")
document.write("</td></tr></table>")
window.onload=initsnow
}
else if (ns4) {
document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>")
document.write("<ilayer name=\"roof\" width="+textwidth+" height="+textheight+">")
document.write("<layer name=\"tickerframe\" width="+textwidth+" height="+textheight+" top=0 left=0 bgcolor="+textbgcolor+">")
document.write(framecontent)
document.write("</layer>")
document.write("<layer name=\"ticker\" width="+textwidth+" height="+textheight+" top=0 left=0>")
document.write()
document.write("</layer>")
document.write("</ilayer>")
document.write("</td></tr></table>")
window.onload=changecontent
}
</script>
|
|
↑
|
|
|
-
mega-ipek
Bedava-Sitem Bağımlısı
|
31.03.2010, 14:35 (UTC) Mesaj konusu: |
|
|
@mertphotgraph
Kod Radyo Kodu Sanırım !
Fakat Kod Çalışmıyor !
Denemeden Kod Paylaşmayalım Lütfen !
Bide Ne Kodu Olduğunu Yazarsan sevinirim ... ______________ |
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
02.04.2010, 22:01 (UTC) Mesaj konusu: |
|
|
mega-ipek yazmış: @mertphotgraph
Kod Radyo Kodu Sanırım !
Fakat Kod Çalışmıyor !
Denemeden Kod Paylaşmayalım Lütfen !
Bide Ne Kodu Olduğunu Yazarsan sevinirim ... |
|
↑
|
|
|
-
bitly
Aktif Üye
|
03.04.2010, 08:04 (UTC) Mesaj konusu: |
|
|
Kod:
<style>
.maskot {
position: fixed;
right:-8px;
bottom:-12px;
border-style:none; }
</style>
<div class="maskot">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="maskot" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="203" height="278">
<param name="movie" value="http://site.mynet.com/istediginkod/recepivedik/recepivedik-1.swf">
<param name="quality" value="High">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="http://site.mynet.com/istediginkod/recepivedik/recepivedik-1.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="maskot" width="203" height="278" quality="High" menu="false" wmode="transparent">
</object>
</div> Kod: <style>
.maskot {
position: fixed;
right:-8px;
bottom:-12px;
border-style:none; }
</style>
<div class="maskot">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="maskot" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="203" height="278">
<param name="movie" value="http://site.mynet.com/istediginkod/recepivedik/recepivedik-2.swf">
<param name="quality" value="High">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="http://site.mynet.com/istediginkod/recepivedik/recepivedik-2.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="maskot" width="203" height="278" quality="High" menu="false" wmode="transparent">
</object>
</div> Kod: <style>
.maskot {
position: fixed;
right:-8px;
bottom:-12px;
border-style:none; }
</style>
<div class="maskot">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="maskot" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="203" height="278">
<param name="movie" value="http://site.mynet.com/istediginkod/hata.swf">
<param name="quality" value="High">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="http://site.mynet.com/istediginkod/recepivedik/hata.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="maskot" width="203" height="278" quality="High" menu="false" wmode="transparent">
</object>
</div> ______________
sen benim mıymıy rapime keste kafanı kurban et ! |
|
↑
|
|
|
-
informess
Uzman Üye
Konum: Istanbul
|
03.04.2010, 21:50 (UTC) Mesaj konusu: İçerik Bölümüne Facebook Kodu |
|
|
Kodu "Tasarımın Üzerindeki Yazı" kısmında kodların en sonuna ekliyoruz. Facebook kodunun orada gözükmesi için kodu dediğim kısma eklemelisiniz!...
Kod: <title>JavaScript Rollover</title> <a onMouseOut_fckprotectedatt="%20onMouseOut%3D%22document.image1.src%3D'http%3A%2F%2Fi40.tinypic.com%2Fix88t4.png'%22" onMouseOver_fckprotectedatt="%20onMouseOver%3D%22document.image1.src%3D'http%3A%2F%2Fi42.tinypic.com%2F6y17va.png'%22" target="_blank" href="http://www.linkburaya.com" _fcksavedurl="http://www.linkburaya.com"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" _fcksavedurl="http://i40.tinypic.com/ix88t4.png" alt="" /> </a> ______________ -Kul der ki; "İşlerimi halledip, Rabbime yöneleyim."
Rabbi der ki; "Bana yönelin, işlerinizi halledeyim."
|
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
03.04.2010, 21:54 (UTC) Mesaj konusu: |
|
|
Koşan Savasçı Fare kodu
Kod: <style type="text/css">body{cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D12043a/image.gif") !important;}</style>
|
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
03.04.2010, 22:00 (UTC) Mesaj konusu: Re: İçerik Bölümüne Facebook Kodu |
|
|
informess yazmış: Kodu "Tasarımın Üzerindeki Yazı" kısmında kodların en sonuna ekliyoruz. Facebook kodunun orada gözükmesi için kodu dediğim kısma eklemelisiniz!...
Kod: <title>JavaScript Rollover</title> <a onMouseOut_fckprotectedatt="%20onMouseOut%3D%22document.image1.src%3D'http%3A%2F%2Fi40.tinypic.com%2Fix88t4.png'%22" onMouseOver_fckprotectedatt="%20onMouseOver%3D%22document.image1.src%3D'http%3A%2F%2Fi42.tinypic.com%2F6y17va.png'%22" target="_blank" href="http://www.linkburaya.com" _fcksavedurl="http://www.linkburaya.com"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" _fcksavedurl="http://i40.tinypic.com/ix88t4.png" alt="" /> </a>
Sizinki gibi ama üzerinden geçince mavi oluyor bu kodta
Kod: <title>JavaScript Rollover</title>
<a onMouseOut="document.image1.src='http://i40.tinypic.com/ix88t4.png'" onMouseOver="document.image1.src='http://i42.tinypic.com/6y17va.png'" target="_blank" href="link"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" alt="" /> </a> |
|
↑
|
|
|
-
informess
Uzman Üye
Konum: Istanbul
|
03.04.2010, 22:43 (UTC) Mesaj konusu: Re: İçerik Bölümüne Facebook Kodu |
|
|
mertphotograph yazmış: informess yazmış: Kodu "Tasarımın Üzerindeki Yazı" kısmında kodların en sonuna ekliyoruz. Facebook kodunun orada gözükmesi için kodu dediğim kısma eklemelisiniz!...
Kod: <title>JavaScript Rollover</title> <a onMouseOut_fckprotectedatt="%20onMouseOut%3D%22document.image1.src%3D'http%3A%2F%2Fi40.tinypic.com%2Fix88t4.png'%22" onMouseOver_fckprotectedatt="%20onMouseOver%3D%22document.image1.src%3D'http%3A%2F%2Fi42.tinypic.com%2F6y17va.png'%22" target="_blank" href="http://www.linkburaya.com" _fcksavedurl="http://www.linkburaya.com"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" _fcksavedurl="http://i40.tinypic.com/ix88t4.png" alt="" /> </a>
Sizinki gibi ama üzerinden geçince mavi oluyor bu kodta
Kod: <title>JavaScript Rollover</title>
<a onMouseOut="document.image1.src='http://i40.tinypic.com/ix88t4.png'" onMouseOver="document.image1.src='http://i42.tinypic.com/6y17va.png'" target="_blank" href="link"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" alt="" /> </a>
Evet, benim kodda üzerine gelince mavi oluyor. ______________ -Kul der ki; "İşlerimi halledip, Rabbime yöneleyim."
Rabbi der ki; "Bana yönelin, işlerinizi halledeyim." |
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
03.04.2010, 22:44 (UTC) Mesaj konusu: |
|
|
Türk Bayrağı Kod
Kod: <embed src="http://site.mynet.com/istediginkod_tr/flash/bayrak/12.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="165" height="130"></embed>
ATATATÜRK maskot kodu
Kod: <style>
.maskot {
position: fixed;
right:-8px;
bottom:-12px;
border-style:none; }
</style>
<embed src="http://site.mynet.com/istediginkod/Atam/ne-mutlu-turkum-diyene-8.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="maskot" width="203" height="278" quality="High" menu="false" wmode="transparent">
</object></div> |
|
↑
|
|
|
-
supertrafik
Bedava-Sitem Bağımlısı
Konum: İzmir
|
03.04.2010, 22:45 (UTC) Mesaj konusu: Sitene tv ekle reklamsız ve fazla yer kaplamaz |
|
|
Sitene tv ekle
Kod: <iframe src="http://site.mynet.com/supertrafik/sitenetvekle.html" frameborder="0" width="300" scrolling="no" height="320"></iframe>
|
|
↑
|
|
|
-
mertphotograph
Bedava-Sitem Bağımlısı
|
03.04.2010, 22:53 (UTC) Mesaj konusu: Re: İçerik Bölümüne Facebook Kodu |
|
|
informess yazmış: mertphotograph yazmış: informess yazmış: Kodu "Tasarımın Üzerindeki Yazı" kısmında kodların en sonuna ekliyoruz. Facebook kodunun orada gözükmesi için kodu dediğim kısma eklemelisiniz!...
Kod: <title>JavaScript Rollover</title> <a onMouseOut_fckprotectedatt="%20onMouseOut%3D%22document.image1.src%3D'http%3A%2F%2Fi40.tinypic.com%2Fix88t4.png'%22" onMouseOver_fckprotectedatt="%20onMouseOver%3D%22document.image1.src%3D'http%3A%2F%2Fi42.tinypic.com%2F6y17va.png'%22" target="_blank" href="http://www.linkburaya.com" _fcksavedurl="http://www.linkburaya.com"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" _fcksavedurl="http://i40.tinypic.com/ix88t4.png" alt="" /> </a>
Sizinki gibi ama üzerinden geçince mavi oluyor bu kodta
Kod: <title>JavaScript Rollover</title>
<a onMouseOut="document.image1.src='http://i40.tinypic.com/ix88t4.png'" onMouseOver="document.image1.src='http://i42.tinypic.com/6y17va.png'" target="_blank" href="link"> <img style="float:right" border="0" name="image1" src="http://i40.tinypic.com/ix88t4.png" alt="" /> </a>
Evet, benim kodda üzerine gelince mavi oluyor. |
|
↑
|
|
|
|