CAYBURG.NET
Webmaster Çözümleri Webmaster Araçları, Forum Kurulumu, Para Kazanma, Google Reklamları, Programlama Dilleri, Web Tasarımı-Webmaster Çözümleri. Webmasterlar Için Çözümler, Yeni Başlayanlara Tavsiyeler, Programlama Dilleri, Arama Motoru Ipuçları Gibi Bilgilere Ulaşabilir, Paylaşım Yapabilirsiniz.
Cevapla
Siteniz İçin Yararlı Kodlar ! Bu konu 758 defa okundu ve 25 yorum yazildi.
 
Seçenekler
Alt 08.11.2007, 18:19 Swipe - MSN üzeri Mesaj gönder #1
Silver Members

Siteniz İçin Yararlı Kodlar !


Sitenize Alt Çizgi Ekleme ;

Kod:
<hr width="750" size="1" color="#ffffff">
Sitenizde Geri Butonu(Bir Önceki Sayfaya Geri Dönme);

Kod:
<input type=button value="Geri" onClick="history.go(-1)">
Scrollbar'ı Renklendirin;


Kod:
<STYLE TYPE="text/css"><!--BODY {scrollbar-arrow-color:blue;scrollbar-track-color:green;scrollbar-shadow-color:yellow;scrollbar-face-colorrange;scrollbar-highlight-color:violet;scrollbar-darkshadow-colorrange;scrollbar-3dlight-color:yellow;}//--></STYLE>
Sitende Şuanda Online Olan Kişi Sayısı;


Kod:
<script src="http://fastonlineusers.com/online.php?d=www.siteadi.com"></script>
Sağ Tuş Ve Kopyalama Yasağı;


Kod:
<SCRIPT>window.document.body.oncontextmenu = cncl;window.document.body.onselectstart = cncl;window.document.body.ondragstart = cncl;function cncl(){ if(window.event && window.event.returnValue) window.event.returnValue = false; return false; }</SCRIPT>
Türkçe Olarak Sitende Günü Göster;

Kod:
<HEAD><script language=JavaScript><!--function showDate() {// Günlervar weekday = new Array(7);weekday[1] = 'Pazar';weekday[2] = 'Pazartesi';weekday[3] = 'Sali';weekday[4] = 'Carsamba';weekday[5] = 'Persembe';weekday[6] = 'Cuma';weekday[7] = 'Cumartesi';// Aylarvar month = new Array(12);month[1] = 'Ocak';month[2] = 'Subat';month[3] = 'Mart';month[4] = 'Nisan';month[5] = 'Mayis';month[6] = 'Haziran';month[7] = 'Temmuz';month[8] = 'Agustos';month[9] = 'Eylul';month[10] = 'Ekim';month[11] = 'Kasim';month[12] = 'Aralik';var today = new Date();yr_st = " 19";yr = today.getYear();if ( yr > 99 ) {yr_st =" ";if ( yr < 2000 ) yr += 1900; }return today.getDate() + ' ' + month[today.getMonth()+1] + ' , ' +weekday[today.getDay()+1]+' , '+yr_st+ yr;}// --></SCRIPT></HEAD>
Sitenizi Sık Kullanılanlara Ekleme;


Kod:
<script language=JavaScript>if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {var url="http://www.sizinsiteniz.com";var title="Siteniz.Com";var bookmarkicon="favicon.ico"document.write('<A HREF="javascript:window.ext');document.write('erna l.AddFavorite(url,title);" ');document.write('onMouseOver=" window.status=');document.write("'Sitenizi favorilere ekleyin!'; return true ");document.write('"onMouseOut=" window.status=');document.write("' '; return true ");document.write('"><font color="#000066" size="2">Favorilere ekleyin.</a>');}else {var msg = "Don't forget to bookmark us!";if(navigator.appName == "Netscape") msg += " (CTRL-D)";document.write(msg);}// End --></SCRIPT>
Sitenizi Ana Sayfa Yapma;


Kod:
<A href="http://www.sizinsiteniz.com/" onClick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://sizinsiteniz.com');"><FONT color=#000066 size=2>Giriş Sayfası Yap</A>
Web Sitenizi Yönlendirin;

Kod:
<META HTTP-EQUIV='*******' *********'3;URL=http://www.siteniz.com'>
Yıldızlar 4 Taraftan Gelsin ( Gayet Hoş );


Kod:
<head><meta http-equiv="Content-Type" *********"text/html; charset=windows-1254"><title>z-mouse_animasyonu-1</title><script language="JavaScript"><!-- Mouse attack Script by [Üye Özel | Für Mitglieder | For Members]var speed=20,divTop=0,divLeft=0,angle=0,ypos=0,xpos=0, amount=13;if (document.layers){for (i = 0; i < amount; i++){document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/3+' height='+i/3+' bgcolor=#ffffff></layer>');}window.captureEvents(Event.MOUSEMOVE);fu nction nsMouse(evnt){xpos=evnt.pageX;ypos=evnt.pageY;}win dow.onMouseMove = nsMouse;}else if (document.all){document.write('<div style="position:absolute;top:0px;left:0px">');docu ment.write('<div style="position:relative">');for (i = 0; i < amount; i++){document.write('<div id=k style="position:absolute;top:0px;left:0px;width:'+ i/3+';height:'+i/3+';background:#ffffff;font-size:'+i/3+'"></div>')}document.write('</div></div>');function iMouse(){xpos=event.x;ypos=document.body.scrollTop +event.y}document.onmousemove = iMouse;}function getAngle(){Y = ypos - divTop;X = xpos - divLeft;angle = Math.round(Math.atan2(Y,X) * 180/Math.PI);if (angle < 0)angle += 360;}function bomb(){if (document.layers){Yscroll=window.pageYOffset;ybase =Math.round(Math.random()*window.innerHeight) ;xbase=Math.round(Math.random()*window.innerWidth) ;yybase=window.innerHeight-10;xxbase=window.innerWidth-10;}else if (document.all){Yscroll=document.body.scrollTop;yba se=Math.round(Math.random()*window.document.bod y.offsetHeight);xbase=Math.round(Math.random()*win dow.document.body.offsetWidth);xxbase=window.docum ent.body.offsetWidth-10;yybase=window.document.body.offsetHeight-10;}if ((xbase > 10 && xbase < xxbase) && (ybase > 10 && ybase < yybase))bomb();else{if ((divLeft > xpos-speed/1.5) && (divLeft < xpos+speed/1.5) && (divTop >= ypos-speed/1.5) && (divTop <= ypos+speed/1.5)){divTop=ybase+Yscroll;divLeft=xbase}y = Math.round(speed*Math.sin(angle*Math.PI/180));x = Math.round(speed*Math.cos(angle*Math.PI/180));divTop+=y;divLeft+=x;getAngle();T=setTimeout ('bomb()',20);}}function Split(){Clrs=new Array('fff000','ffffff','ffa500')var ntscp=document.layers,msie=document.all;if (document.layers){for (i = 0; i < amount; i++){if (i < amount-1) {ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left} else {ntscp['nsa'+i].top=divTop;ntscp['nsa'+i].left=divLeft}}}else if (document.all){for (i = 0; i < amount; i++){if (i < amount-1) {msie.k[i].style.top=msie.k[i+1].style.top;msie.k[i].style.left=msie.k[i+1].style.left} else {msie.k[i].style.top=divTop;msie.k[i].style.left=divLeft}}}for (i=0; i < amount-1; i++){for (n=0; n < Clrs.length; n++){var x=Math.round(Math.random()*n)}if (document.layers){ntscp['nsa'+i].bgColor=Clrs[x]}else if (document.all){msie.k[i].style.background=Clrs[x]}}setTimeout("Split()",20);}function StArT(){bomb();Split()}window.onload=StArT;//--></script></head><body bgcolor="#000000" text="#FFFFFF"></body></html>
Sitenizde'ki Online Ziyaretçi Sayısını Görme;


Kod:
<script src="http://fastonlineusers.com/online.php?d=www.siteadi.com"></script>
Alt 21.11.2007, 21:58 #2
Anaokulu

Standart Cevap: Siteniz İçin Yararlı Kodlar !


saol paylaşım için
Alt 22.11.2007, 15:55 #3
Anaokulu

Standart Cevap: Siteniz İçin Yararlı Kodlar !


hewal güzel kodlar tsk
Alt 03.01.2008, 18:24 #4
Anaokulu

Standart Cevap: Siteniz İçin Yararlı Kodlar !


iyi ugraşmışsın kolay gelsin tebrikler
Alt 03.01.2008, 20:28 #5
Ilkokul 1. Sinif

Standart Cevap: Siteniz İçin Yararlı Kodlar !


tesekkurler
Alt 03.01.2008, 20:40 #6
Silver Members

Standart Cevap: Siteniz İçin Yararlı Kodlar !


teşekkürler
Alt 18.01.2008, 19:51 #7
Üniversite 4. Sinif

Standart Cevap: Siteniz İçin Yararlı Kodlar !


tesekkurler
saolun
Alt 26.01.2008, 13:55 tekniker - MSN üzeri Mesaj gönder tekniker isimli Üyeye Skype üzeri Mesaj gönder #8
Ilkokul 2. Sinif

Standart Cevap: Siteniz İçin Yararlı Kodlar !


teşekkürler kardeş çok lazımdı
Alt 24.02.2008, 18:54 #9
Üniversite 3. Sinif

Standart Cevap: Siteniz İçin Yararlı Kodlar !


hmm saol kardes sitede kac kisi var denedim olmadi yaw
Alt 24.02.2008, 18:56 #10
DaffodiL
Guest

Standart Cevap: Siteniz İçin Yararlı Kodlar !


paylaşım için teşekkürler...
Alt 12.03.2008, 16:18 #11
Anaokulu

Standart Cevap: Siteniz İçin Yararlı Kodlar !


teşekkürler
Alt 14.03.2008, 12:29 #12
Üniversite 2. Sinif

Standart Cevap: Siteniz İçin Yararlı Kodlar ! bayrak kodları


HTML-Kodu:
<IMG alt="" src="http://img165.imageshack.us/img165/9872/0a8b87434f2ojew1.gif" border=0> <P><IMG alt="" src="http://img165.imageshack.us/img165/4954/1bayrak2lihz3.gif" border=0></P> 
HTML-Kodu:
<IMG alt="" src="http://img165.imageshack.us/img165/221/7f15f4b3f77obpf5.gif" border=0> <IMG alt="" src="http://img165.imageshack.us/img165/8119/8a24ebadbc8nwnz9.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img165.imageshack.us/img165/8815/avatar21024140dvcl3.gif" border=0> <IMG alt="" src="http://img61.imageshack.us/img61/1988/bayrak16mh.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img61.imageshack.us/img61/5935/bayrak67sb.gif" border=0> <IMG alt="" src="http://img61.imageshack.us/img61/6913/bayrak47th.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img302.imageshack.us/img302/9247/bayrak74vo.gif" border=0> <IMG alt="" src="http://img61.imageshack.us/img61/1011/bayrak208lc.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img180.imageshack.us/img180/6188/bayrak2413kxuz2el8.gif" border=0> <IMG alt="" src="http://img180.imageshack.us/img180/5074/bayrak2913cjto0ke9.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img180.imageshack.us/img180/2209/bayrak3111bvcd6tl4.gif" border=0> <IMG alt="" src="http://img180.imageshack.us/img180/623/bayrak3413aahj0uz7.gif" border=0> 
HTML-Kodu:
<IMG alt="" src="http://img180.imageshack.us/img180/4683/bayrak5914rdlg9vw4.gif" border=0> <IMG alt="" src="http://img180.imageshack.us/img180/5473/bayrak6216dstg5qr3.gif" border=0> 
İSİMLERİ YAZIN AŞK TESTİNİZİ GÖRÜN

HTML-Kodu:
<center><embed name="crazy_boxes_urgames" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.gamesforyourwebsite.com/myspace/lovetester.swf" width="550" height="416" type="application/x-shockwave-flash" scale="ShowAll" loop="loop" menu="menu" wmode="Window" quality="best"></embed><br /> 
<center><a href="http://sadecekod.tr.gg/HTML-KODLARI.htm">Add Games To Your MySpace</a> | <a href="http://sadecekod.tr.gg/HTML-KODLARI.htm">sadecekod.tr.gg</a></center><br /> 
İSTEDİĞİN RESMİN ÜZERİNE YAZI YAZIN

HTML-Kodu:
<div style="width: 150; height: 205" align=right> <IMG src="Resme ait URL" align=right> <div style="float: right" align=center> <p align="center"><font face="Times New Roman">BURAYA YAZI YAZIN</font> </div> 
ZİYARETÇİLERİNİZ İP ADRESİNİ VE İŞLETİM SİSTEMİNİ GÖRSÜN

HTML-Kodu:
<center><a href="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri" _fcksavedurl="http://selfaccess.org/index.php/ziyaretci-bilgileri"><img src="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" _fcksavedurl="http://www.wieistmeineip.de/ip-address" alt="Bilgileriniz sistemimize kaydedilmektedir." /></a></center> 
61 ADET OYUN

HTML-Kodu:
<a href="http://oyun.yourme.net/Kurbaga-h1.html">Kurbağayı Karşıya Geçir</a><br><br><a href="http://oyun.yourme.net/Tetris-h2.html">Tetris</a><br><br><a href="http://oyun.yourme.net/Cin-Aliyle-Gorevimiz-Tehlike-h3.html">Cin Aliyle Görevimiz Tehlike</a><br><br><a href="http://oyun.yourme.net/Pacman-h4.html">Pacman</a><br><br><a href="http://oyun.yourme.net/karamurat-sarayda-h5.html">Karamurat Sarayda</a><br><br><a href="http://oyun.yourme.net/Mario-h6.html">Mario</a><br><br><a href="http://oyun.yourme.net/Matrix-Vurucu-h7.html">Matrix-Vurucu</a><br><br><a href="http://oyun.yourme.net/Kantir-3un-1i-31-Version-h8.html">Kantır 3ün 1i(3.1 version)</a><br><br><a href="http://oyun.yourme.net/Noel-Baba-1-h9.html">Noel Baba-1</a><br><br><a href="http://oyun.yourme.net/Noel-Baba-2-h10.html">Noel Baba-2</a><br><br><a href="http://oyun.yourme.net/UpBeat-h11.html">Ritmi Yakala</a><br><br><a href="http://oyun.yourme.net/Ice-Slide-h12.html">Ice Slide</a><br><br><a href="http://oyun.yourme.net/Balance-h13.html">Balance</a><br><br><a href="http://oyun.yourme.net/Monkey-Kick-Off-h14.html">Maymun</a><br><br><a href="http://oyun.yourme.net/Ping-pong-h15.html">Ping Ve Pong</a><br><br><a href="http://oyun.yourme.net/Avcy-h16.html">Avcı</a><br><br><a href="http://oyun.yourme.net/Acid-Factory-h17.html">Acid Factory</a><br><br><a href="http://oyun.yourme.net/The-Ashes-h18.html">The Ashes</a><br><br><a href="http://oyun.yourme.net/Komando-h19.html">Komando</a><br><br><a href="http://oyun.yourme.net/Hillary-i-Dans-Ettir-h20.html">Hillary'i Dans Ettir</a><br><br><a href="http://oyun.yourme.net/Clowning-Around-h21.html">Clowing Around</a><br><br><a href="http://oyun.yourme.net/Ninja-h22.html">Ninja</a><br><br><a href="http://oyun.yourme.net/Ninja-2-h23.html">Ninja2</a><br><br><a href="http://oyun.yourme.net/Alien-Abduction-h24.html">Alien-Abduction</a><br><br><a href="http://oyun.yourme.net/Alien-Saldyry-h25.html">Alien Saldırısı</a><br><br><a href="http://oyun.yourme.net/Alien-Clones-h26.html">Alien Clones</a><br><br><a href="http://oyun.yourme.net/Alfa-Saldyrysy-h27.html">Alfa Saldırısı</a><br><br><a href="http://oyun.yourme.net/BadaBoom-h28.html">BadaBoom</a><br><br><a href="http://oyun.yourme.net/Battle-Pong-h29.html">Battle Pong</a><br><br><a href="http://oyun.yourme.net/Amiral-Batti-h30.html">Amiral Battı</a><br><br><a href="http://oyun.yourme.net/Bush-2-h40.html ">Bush-2</a><br><br><a href="http://oyun.yourme.net/Deluxe-Pool-h39.html">Deluxe Pool</a><br><br><a href="http://oyun.yourme.net/Bush-1-h38.html">Bush-1</a><br><br><a href="http://oyun.yourme.net/Bunch-h37.html">Bunch</a><br><br><a href="http://oyun.yourme.net/Bug-On-A-Wire-h36.html">Bug On A Wire</a><br><br><a href="http://oyun.yourme.net/Bubble-Trouble-h35.html">Bubble Trouble</a><br><br><a href="http://oyun.yourme.net/Voleybol-Boom-h34.html">Voleybol Boom</a><br><br><a href="http://oyun.yourme.net/Daima-Blox-h33.html">Daima Blox</a><br><br><a href="http://oyun.yourme.net/Garden-h32.html">Garden</a><br><br><a href="http://oyun.yourme.net/Tony-Blair-h31.html">Tony Blair</a><br><br> 
<a href="http://oyun.yourme.net/Dancing-Blair-h50.html">Dancing Blair</a><br><br> 
<a href="http://oyun.yourme.net/Fowl-Words-2-h49.html">Fowl-Words-2</a><br><br> 
<a href="http://oyun.yourme.net/Cube-Buster-h48.html">Cube Buster</a><br><br> 
<a href="http://oyun.yourme.net/Crimson-Viper-h47.html">Crimson-Viper</a><br><br> 
<a href="http://oyun.yourme.net/CrashDown-h46.html">CrashDown</a><br><br> 
<a href="http://oyun.yourme.net/Cherie-Disco-Blair-h45.html">Cherie Disco Blair</a><br><br> 
<a href="http://oyun.yourme.net/Carnival-Jackpot-h44.html">JackPot</a><br><br> 
<a href="http://oyun.yourme.net/Canyon-Glider-h43.html">Canyon Glider</a><br><br> 
<a href="http://oyun.yourme.net/Cannon-Blast-h42.html">Canyon Blast</a><br><br> 
<a href="http://oyun.yourme.net/Cable-h41.html">Cable</a><br><br> 
<a href="http://oyun.yourme.net/Amerikan-Dansy-h61.html">Amerikan Dansı</a><br><br> 
<a href="http://oyun.yourme.net/Yylan-h60.html">yıarkadasim</a><br><br> 
<a href="http://oyun.yourme.net/Samuray-Savascisi-h59.html">Samuray Savaşçısı</a><br><br> 
<a href="http://oyun.yourme.net/Tepenin-Krali-h58.html">Tepenin Kralı</a><br><br> 
<a href="http://oyun.yourme.net/Beckham-Futbol-Ooreniyor-h57.html">Beckham Futbol Öğreniyor</a><br><br> 
<a href="http://oyun.yourme.net/Galaxi-Savacylary-h56.html">Galaxi Savaşçıları</a><br><br> 
<a href="http://oyun.yourme.net/Fowl-Words-1-h55.html">Fowl Word 1</a><br><br> 
<a href="http://oyun.yourme.net/Field-Goal-h54.html">Field Gaol</a><br><br> 
<a href="http://oyun.yourme.net/Gorevimiz-Mars-h53.html">Görevimiz Mars</a><br><br> 
<a href="http://oyun.yourme.net/Detanator-h52.html">Detanator</a><br><br> 
<a href="http://oyun.yourme.net/Dancing-Bush-h51.html">Dancing Bush</a><br><br> 
<a href="http://oyun.yourme.net/Dancing-Blair-h50.html">Dancing Blair</a><br><br><a href="http://oyun.yourme.net/Fowl-Words-2-h49.html">Fowl-Words-2</a><br><br><a href="http://oyun.yourme.net/Cube-Buster-h48.html">Cube Buster</a><br><br><a href="http://oyun.yourme.net/Crimson-Viper-h47.html">Crimson-Viper</a><br><br><a href="http://oyun.yourme.net/CrashDown-h46.html">CrashDown</a><br><br><a href="http://oyun.yourme.net/Cherie-Disco-Blair-h45.html">Cherie Disco Blair</a><br><br><a href="http://oyun.yourme.net/Carnival-Jackpot-h44.html">JackPot</a><br><br> <a href="http://oyun.yourme.net/Canyon-Glider-h43.html">Canyon Glider</a><br><br><a href="http://oyun.yourme.net/Cannon-Blast-h42.html">Canyon Blast</a><br><br><a href="http://oyun.yourme.net/Cable-h41.html">Cable</a><br><br><a href="http://oyun.yourme.net/Amerikan-Dansy-h61.html">Amerikan Dansı</a><br><br><a href="http://oyun.yourme.net/Yylan-h60.html">Yıarkadasim</a><br><br><a href="http://oyun.yourme.net/Samuray-Savascisi-h59.html">Samuray Savaşçısı</a><br><br><a href="http://oyun.yourme.net/Tepenin-Krali-h58.html">Tepenin Kralı</a><br><br><a href="http://oyun.yourme.net/Beckham-Futbol-Ooreniyor-h57.html">Beckham Futbol Öğreniyor</a><br><br><a href="http://oyun.yourme.net/Galaxi-Savacylary-h56.html">Galaxi Savaşçıları</a><br><br><a href="http://oyun.yourme.net/Fowl-Words-1-h55.html">Fowl Word 1</a><br><br><a href="http://oyun.yourme.net/Field-Goal-h54.html">Field Gaol</a><br><br><a href="http://oyun.yourme.net/Gorevimiz-Mars-h53.html">Görevimiz Mars</a><br><br><a href="http://oyun.yourme.net/Detanator-h52.html">Detanator</a><br><br><a href="http://oyun.yourme.net/Dancing-Bush-h51.html">Dancing Bush</a><br><br> 
<a href="http://oyun.yourme.net/Amiral-Batti-h30.html">Amiral Battı</a><br><br><a href="http://oyun.yourme.net/Bush-2-h40.html ">Bush-2</a><br><br><a href="http://oyun.yourme.net/Deluxe-Pool-h39.html">Deluxe Pool</a><br><br><a href="http://oyun.yourme.net/Bush-1-h38.html">Bush-1</a><br><br><a href="http://oyun.yourme.net/Bunch-h37.html">Bunch</a><br><br><a href="http://oyun.yourme.net/Bug-On-A-Wire-h36.html">Bug On A Wire</a><br><br><a href="http://oyun.yourme.net/Bubble-Trouble-h35.html">Bubble Trouble</a><br><br><a href="http://oyun.yourme.net/Voleybol-Boom-h34.html">Voleybol Boom</a><br><br><a href="http://oyun.yourme.net/Daima-Blox-h33.html">Daima Blox</a><br><br><a href="http://oyun.yourme.net/Garden-h32.html">Garden</a><br><br><a href="http://oyun.yourme.net/Tony-Blair-h31.html">Tony Blair</a><br><br><a href="http://oyun.yourme.net/Hillary-i-Dans-Ettir-h20.html">Hillary'i Dans Ettir</a><br><br><a href="http://oyun.yourme.net/Clowning-Around-h21.html">Clowing Around</a><br><br><a href="http://oyun.yourme.net/Ninja-h22.html">Ninja</a><br><br><a href="http://oyun.yourme.net/Ninja-2-h23.html">Ninja2</a><br><br><a href="http://oyun.yourme.net/Alien-Abduction-h24.html">Alien-Abduction</a><br><br><a href="http://oyun.yourme.net/Alien-Saldyry-h25.html">Alien Saldırısı</a><br><br><a href="http://oyun.yourme.net/Alien-Clones-h26.html">Alien Clones</a><br><br><a href="http://oyun.yourme.net/Alfa-Saldyrysy-h27.html">Alfa Saldırısı</a><br><br><a href="http://oyun.yourme.net/BadaBoom-h28.html">BadaBoom</a><br><br> 
GÜNLÜK DİZİ YAYINLARI

HTML-Kodu:
<iframe src="http://www.diziler.com/today.php" width="180" height="240" frameborder="0"></iframe> 
İL İL NAMAZ VAKİTLERİ

HTML-Kodu:
<IFRAME name="38haber_namaz_vakti_out" width="180" height="81" frameBorder=0 scrolling="no" frameBorder=0 src="http://www.38haber.com/namaz_vakti_out.asp"></IFRAME> 
GÜNLÜK BURCUNUZA BAKIN

HTML-Kodu:
<form method="get" name="form"><div align="center"> <select name="URL" onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'resim') }" style="border-style: solid; border-width: 1px; background-color: rgb(252, 233, 238); color: rgb(0, 0, 0); font-family: Arial; font-size: 10pt;" size="1"><option selected="selected">Burcunuz</option> 
<option value="http://www.gunlukburcunuz.com/koc.php">Koç</option><option value="http://www.gunlukburcunuz.com/boga.php">Boga</option><option value="http://www.gunlukburcunuz.com/ikizler.php">Ikizler</option><option value="http://www.gunlukburcunuz.com/yengec.php">Yengeç</option><option value="http://www.gunlukburcunuz.com/aslan.php">Aslan</option><option value="http://www.gunlukburcunuz.com/basak.php">Basak</option><option value="http://www.gunlukburcunuz.com/terazi.php">Terazi</option><option value="http://www.gunlukburcunuz.com/akrep.php">Akrep</option><option value="http://www.gunlukburcunuz.com/yay.php">Yay</option><option value="http://www.gunlukburcunuz.com/oglak.php">Oglak</option><option value="http://www.gunlukburcunuz.com/kova.php">Kova</option><option value="http://www.gunlukburcunuz.com/balik.php">Balık</option></select></div></form
ARKADAŞLAR İSTEDİĞİNİZ KODLAR OLURSA YAZABİLİRSİNİZ..EN KISA SÜRE DE YARDIMCI OLMAYA ÇALIŞACAM..
Alt 09.04.2008, 14:54 #13
Lise 3. Sinif
s.a paylasim icin tskler guzel kodlar toplamissin emegine ve yuregine saglik tskler kolay gelsin.
Alt 14.04.2008, 08:25 erkangungor - MSN üzeri Mesaj gönder #14
Silver Members
eline sağlık arkadaş
Alt 13.05.2008, 12:12 #15
Ilkokul 6. Sinif
bende denedim olmadi bu kodlar la ugrasmak yeni bir dil ogrenmekten daha zordur
Alt 15.05.2008, 02:48 #16
Ilkokul 7. Sinif
elinde html sayfalarda sayfa geçişleri esnasında efektli geçiş yapmayı sağlayan kodlar varsa paylaşabilirmisin..
Alt 23.08.2008, 09:50 #17
Anaokulu
Çok teşekkürler iyi paylaşım
Alt 25.08.2008, 05:58 #18
Ilkokul 5. Sinif
Tüm webmasterlere lazim kodlar bunlar
Güzel paylasim
Alt 12.09.2008, 07:04 #19
Lise 1. Sinif
teşekkürler...
Alt 17.10.2008, 10:02 #20
Ilkokul 6. Sinif
saol dostum tşkler
Cevapla

Seçenekler

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB Kodlari Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Kapalı


Benzer Konular
Konu Konuyu Başlatan Forum Cvp Son Mesaj
web siteniz var mıı? efsane-polat Silinen Konular ve Mesajlar 1 17.01.2009 16:59
Uyku Cildiniz İçin Yararlı fake Güzellik ve Bakim 1 14.05.2008 09:56
bazı kodlar carsi_55 Silinen Konular ve Mesajlar 1 13.05.2008 12:21
siteniz için radyo suskunmix WEBMASTER PAYLASIMLARI 5 11.05.2008 18:53
Siteniz/Formunuz hakkinda mustafa kacar Yardim Istekleri ve Sorulariniz Bölüm Arsivi 9 11.05.2008 05:34

WEZ Format +2. Şuan Saat: 18:10.
Cayburg - Arşiv - Top - Iyiler - Web Stats
Rapidshare Uploaded.to Uptal.com Upshare.NET Filefactory.com Videolari, Video izle Fun, Fan Anket WinRAR | File Hosting Free Kurd Radyo Dinle Bedava Albüm Indir Yeni Albüm Albüm Paylasim .Net .Org
Powered by vBulletin® Version 3.8.1 Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197