Bydigi Forum
Geri Git   Bydigi Forum > Webmaster Bölümü ve Programlama Dilleri > Web Tasarımı / Php, Asp, Perl, Cgi Scriptler

Kayıt Ol SSS

 

 

LinkBack Konu Araçları
Eski 03-08-2006, 11:52 AM   #1 (permalink)
 
Giriş Tarihi: May 2006
Konum: 500'ün üstünde Konum Var :)
Yaş: 5
Mesaj: 4,305
Üye No: 3646
Cinsiyeti : Bay
İtibar Gücü: 80258
Rep Puanı : 8025037
Rep Derecesi
ByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond repute
Thumbs up Bedava site kullananlar İşinize Yarayacak Harika Ötesi KodLaR


Sitenize MP3 Player Ekleyin

Kod:
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#666666; WIDTH: 160; COLOR: #00000; font-face: verdana; height:174" name="playlist" size="1"> <option value="0">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="1">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="2">Buraya üyelerinizin göreceği şarkı ismi </option> <option value="3">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="4">Buraya üyelerinizin göreceği şarkı ismi </option> <option value="5">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="6">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="7">Buraya üyelerinizin göreceği şarkı ismi </option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to play // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="şarkının url si " songs[1]="şarkının url si " songs[2]="şarkının url si " songs[3]="şarkının url si " songs[4]="şarkının url si " songs[5]="şarkının url si " songs[6]="şarkının url si " songs[7]="şarkının url si " if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script>
Not:Şarkılara URL oluşturabilmek için bu siteye üye olmanzı yeterli (www.filelodge.com)


Sitenize google Arama Motoru Ekleyin

Kod:
<!-- Search Google --> <center> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT TYPE=hidden name=hl value="en"> <INPUT type=submit name=btnG VALUE="Google Search"> </td></tr></TABLE> </FORM> </center> <!-- Search Google -->
İleri ve Geri Butonları

Kod:
<SCRIPT="Javascript"> <form> <INPUT TYPE="button" VALUE=" Geri " onClick="history.go(-1)"> <INPUT TYPE="button" VALUE="İleri" onClick="history.go(1)"> </FORM> </SCRIPT>
Bedava site kullananlar (FTP Desteği olmayanlar) İşinize yarayacak arşiv



Sitenize MP3 Player Ekleyin

Code:
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#666666; WIDTH: 160; COLOR: #00000; font-face: verdana; height:174" name="playlist" size="1"> <option value="0">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="1">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="2">Buraya üyelerinizin göreceği şarkı ismi </option> <option value="3">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="4">Buraya üyelerinizin göreceği şarkı ismi </option> <option value="5">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="6">Buraya üyelerinizin göreceği şarkı ismi</option> <option value="7">Buraya üyelerinizin göreceği şarkı ismi </option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p> </form> <script language="JavaScript"> <!-- var playstate = 1; shuffle = 1; // set to 0 to always play first song in list // set to 1 to randomly choose the first song to play // unlimited songs, just copy and paste the song line and change the number songs=new Array(); songs[0]="şarkının url si " songs[1]="şarkının url si " songs[2]="şarkının url si " songs[3]="şarkının url si " songs[4]="şarkının url si " songs[5]="şarkının url si " songs[6]="şarkının url si " songs[7]="şarkının url si " if (shuffle == 1) { var randsg = Math.floor(Math.random()*songs.length); document.darkplayer.FileName = songs[randsg]; document.darkplayer.scr = songs[randsg]; document.forms['form'].playlist.options[randsg].selected = true; } function play(list) { if (playstate == 2) { document.darkplayer.Play(); } else { var snum = list.options[list.selectedIndex].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script>



Not:Şarkılara URL oluşturabilmek için bu siteye üye olmanzı yeterli (www.filelodge.com)

Sitenize google Arama Motoru Ekleyin


Code:
<!-- Search Google --> <center> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT TYPE=hidden name=hl value="en"> <INPUT type=submit name=btnG VALUE="Google Search"> </td></tr></TABLE> </FORM> </center> <!-- Search Google -->


İleri ve Geri Butonları


Code:
<SCRIPT="Javascript"> <form> <INPUT TYPE="button" VALUE=" Geri " onClick="history.go(-1)"> <INPUT TYPE="button" VALUE="İleri" onClick="history.go(1)"> </FORM> </SCRIPT>


Tıklandığında Ana Sayfanın Kapanmasını Sağlayın

Kod:
<form> <p><input type="button" value="Kapat" onClick="window.close()"> </p> </form> <a href="javascript:window.close()"> <p>Tıklayın Kapatın</a> </p> </body> </html>
Sitenize Girenlere Karşılama Yapar

Kod:
<script> if (!confirm("Buraya karşılama metnini yazın")) window.location=history.go(-1) </script>
Arkaplan Rengini Herkes Kendi Seçsin

Kod:
<BODY> <CENTER> <!-- This script and many more are available online free at --> <!-- The JavaScript Source!! http://javascript.internet.com --> [<a href="/" onmouseover="document.bgColor='green'">Green</a>] [<a href="/" onmouseover="document.bgColor='greem'">Bright Green</a>] [<a href="/" onmouseover="document.bgColor='seagreen'">Sea Green</a>] [<a href="/" onmouseover="document.bgColor='red'">Red</a>]<BR> [<a href="/" onmouseover="document.bgColor='magenta'">Magenta</a>] [<a href="/" onmouseover="document.bgColor='fusia'">Fusia</a>] [<a href="/" onmouseover="document.bgColor='pink'">Pink</a>] [<a href="/" onmouseover="document.bgColor='purple'">Purple</a>]<BR> [<a href="/" onmouseover="document.bgColor='navy'">Navy</a>] [<a href="/" onmouseover="document.bgColor='blue'">Blue</a>] [<a href="/" onmouseover="document.bgColor='royalblue'">Royal Blue</a>] [<a href="/" onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR> [<a href="/" onmouseover="document.bgColor='yellow'">Yellow</a>] [<a href="/" onmouseover="document.bgColor='brown'">Brown</a>] [<a href="/" onmouseover="document.bgColor='almond'">Almond</a>] [<a href="/" onmouseover="document.bgColor='white'">White</a>]<BR> [<a href="/" onmouseover="document.bgColor='black'">Black</a>] [<a href="/" onmouseover="document.bgColor='coral'">Coral</a>] [<a href="/" onmouseover="document.bgColor='olivedrab'">Olive Drab</a>] [<a href="/" onmouseover="document.bgColor='orange'">Orange</a>] </CENTER>


Siteye Girenlere Hoşgeldiniz Mesajı


Kod:
<script language="javascript"> 
<!--  
alert("---Sitenizin Adı--- Hoşgeldiniz...") 
window.status="---Sitenizin Adı--- Sayfama Hoşgeldiniz..." 
--> 
</script>
Sitenizde Yanıp Sönen Yazı

Kod:
<body><!--Begin van het Script--> <script> farbbibliothek = new Array(); farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100"); farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00"); farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00"); farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040"); farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000"); farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF"); farbbibliothek[6] = new Array("#0000FF","#FFFF00"); /* 0 - Rood-Geel-overgang -Standaard 1 - Matrix-Effect 2 - Scanner 3 - Regenboog-effect 4 - Rood-Zwart-overgang 5 - Zebra 6 - Geel-Blauw-Stroboskoop */ farben = farbbibliothek[0]; // Geef hier aan ( met een getal tussen [0] zie voor uitleg hierboven ) welke kleur-overgang gebruiktmoet worden function farbschrift() { for(var i=0 ; i<Buchstabe.length; i++) { document.all["a"+i].style.color=farben[i]; } farbverlauf(); } function string2array(text) { Buchstabe = new Array(); while(farben.length<text.length) { farben = farben.concat(farben); } k=0; while(k<=text.length) { Buchstabe[k] = text.charAt(k); k++; } } function divserzeugen() { for(var i=0 ; i<Buchstabe.length; i++) { document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>"); } farbschrift(); } var a=1; function farbverlauf() { for(var i=0 ; i<farben.length; i++) { farben[i-1]=farben[i]; } farben[farben.length-1]=farben[-1]; setTimeout("farbschrift()",30); } // Zu Demonstrationszwecken***************** var farbsatz=1; function farbtauscher() { farben = farbbibliothek[farbsatz]; while(farben.length<text.length) { farben = farben.concat(farben); } farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001)); } setInterval("farbtauscher()",5000); //******************************************* </script> <p> <center> <p style="font-size: 20pt;"> <a href="http://forumeydani.fo.funpic.de/index.php" target=_new><!-- verander hier de url en de target --> <script> text= "NİCK_Mİ deneme"; //verander hier de tekst string2array(text); divserzeugen(); </script> </a> </p> </center>
__________________





ByMixture is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
Eski 03-08-2006, 11:54 AM   #2 (permalink)
 
Giriş Tarihi: May 2006
Konum: Je ne sais pas...
Mesaj: 11,267
Üye No: 2575
Cinsiyeti : Bay
İtibar Gücü: 509623
Rep Puanı : 50960870
Rep Derecesi
Zengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond reputeZengarî has a reputation beyond repute
Varsayılan


heval ma ne xos seyler yapmissan oyle spas dikim

__________________
Zengarî is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
Eski 03-08-2006, 12:03 PM   #3 (permalink)
 
Giriş Tarihi: May 2006
Konum: 500'ün üstünde Konum Var :)
Yaş: 5
Mesaj: 4,305
Üye No: 3646
Cinsiyeti : Bay
İtibar Gücü: 80258
Rep Puanı : 8025037
Rep Derecesi
ByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond repute
Thumbs up Durmak yok Devam Daha Süper ŞeyLer var............


Sitenize Canlı Yayın Hattı Yani Tv Kurun
Kod:
!-- izle.TV Canlı Tv Kod Başlangıcı --> <center><iframe src="http://www.izle.tv/webmaster_tv.asp" marginwidth="0" marginheight="0" scrolling="no" border="0" frameborder="0" width="512" height="414"></iframe></center> <!-- izle.TV Canlı Tv Kod Sonu -->

Günün Sözü

Kod:
<p align="center"><script language="JavaScript1.1" type="text/javascript"> 
<!-- 
quotes = new Array(11); 
quotes[0] = "Eline, diline, beline sahip ol ki, kötülükler senden uzak dursun."; 
quotes[1] = "Musibet zekayı eğitir."; 
quotes[2] = "Kişinin sözü, amelinden çok olursa aklı noksandır."; 
quotes[3] = "Ne kadar okursan oku, bilgine yakışır şekilde davranmazsan cahilsin demektir.(Sadi)"; 
quotes[4] = "Tek dostum kitaplarım, tek düşmanım cahil dostlarım. (Diderot)"; 
quotes[5] = "Felaketler, ayak seslerini duymayanlara geliyorum demez."; 
quotes[6] = "Harekette birlik olmazsa, fikirde bilgi faydasızdır. (Muhammed ikbal)"; 
quotes[7] = "Zalime, ancak, onu zulümden alıkoymak için yardım et."; 
quotes[8] = "Yarın, yorgun kimselerin değil, rahatlarına kıyabilenlerindir. (N. Atac)"; 
quotes[9] = "Kuvvetine güvenenler, korkutma küçüklüğünde bulunmazlar. (Abdulhamid Han)"; 
quotes[10] = "Tarihte her hareket hep bir kişinin ayağa kalkmasıyla başlar."; 
quotes[11] = "Kesilmis koyuna, derisini yüzülmesi elem vermez.";  
quotes[12] = "Kendini hak ile meşgul etmezsen, batıl seni işgal eder. (İmam Şafi)"; 
quotes[13] = "Herşeyi bilmek çok kötüdür."; 
quotes[14] = "Allah'a itaat etmekle, O'na şükretmiş olursunuz."; 
quotes[15] = "Akıllı olan Allah'tan korkar."; 
quotes[16] = "İlimsiz ibadette, tefekkürsüz Kur'an tilavetinde hayır yoktur. (Hz. Ali r.a.)"; 
quotes[17] = "Allah'tan korkmayandan korkulur."; 
quotes[18] = "El ağazına bakan karısını tez boşar."; 
quotes[19] = "Gercek dost, arkadaşının kusurunu görünce onu uyarır. Fakat bu kusurları başkalarına açıklamaz. (İmam Şafi)"; 
quotes[20] = "Şahsi gayret yuvayi, toplu gayret vatani ayakta tutar. (A. Aslan)"; 
quotes[21] = "Küçük insanların gururu büyük olur."; 
quotes[22] = "Kitap aklın ilacıdır."; 
quotes[23] = "Dost acı söyler."; 
quotes[24] = "Kardeş kardeşi atmış, yar başında tutmuş."; 
quotes[25] = "Islanmışın yağmurdan korkusu olmaz."; 
quotes[26] = "Dost ağlatır, düşman güldürür."; 
quotes[27] = "Ecel geldi cıhane, başağrısı bahane."; 
quotes[28] = "İslamiyeti yaşayan kimse, hem şahsi, hem ailevi ve hem de sosyal hayatında ibadet ediyor demektir. (Hekimoğlu İsmail)"; 
quotes[29] = "Gençliğine güvenme, ölen hep ihtiyarmı ?"; 
quotes[30] = "İnsan ne kadar yükselirse, gönlü o kadar alçalmalıdır."; 
quotes[31] = "Tecrübe bilgiyi artırır. Her şeye inanmak ise insanı yanıltır."; 
quotes[32] = "Küçük taş, baş yarar."; 
quotes[33] = "Haramdan uzak dur, ama mahremini gözet."; 
quotes[34] = "Nimetlerin en iyisi çalışarak kazanılan, arkadaşları en iyisi de Allah'ı hatırlatandır."; 
quotes[35] = "Bir kimseyi tanımak istiyorsan, arkadaşına bak. (Mevlana)"; 
quotes[36] = "El öpmekle dudak aşınmaz."; 
quotes[37] = "Ahmaklık, hatada israr etmektedir. (Abdulhakim Arvası)"; 
quotes[38] = "Nasihat tutmayanı musibet tutar."; 
quotes[39] = "Herkesi kendi gibi sanan aldanır."; 
quotes[40] = "Yerinde söz söylemesini bilen, özür dilemek zorunda kalmaz. (Fatih Sultan Mehmed)"; 
quotes[41] = "Özü doğru olanın sözü de doğru olur. (Hz. Ali (r.a.))"; 
quotes[42] = "Küçük bir delik, büyük bir gemiyi batırır."; 
quotes[43] = "(Siz'de güzel bir söz biliyorsanız bana yazın)"; 
quotes[44] = "Doğru sarsılır, ama yıkılmaz."; 
quotes[45] = "Adaletin bulunmadığı bir ülkede herkez suçludur."; 
quotes[46] = "Zeka, kafanın içindeki altın madenidir."; 
quotes[47] = "İteatsizlik şerlerin en kötüsüdür."; 
quotes[48] = "İnsan idare etme sanatına siyaset denir."; 
quotes[49] = "Kimsenin zenginliği seni değerlendirmez."; 
quotes[50] = "Fakir kişi, cimrilik yapan kişidir."; 
quotes[51] = "Zengin kişi iktisadı bilen kişidir."; 
quotes[52] = "Zengin, kalbi zengin olan kişidir."; 
quotes[53] = "Çok dinlememiz ve az konuşmamız için, iki kulağımız ve bir dilimiz vardır."; 
quotes[54] = "Mümin, sonu cennet oluncaya kadar, hiçbir hayırdan doymaz, geri kalmaz."; 
quotes[55] = "Dağa çıkan düz aramaz."; 
quotes[56] = "Adamın aynası arkadaşıdır."; 
quotes[57] = "Zihin arı, kitap çiçektir."; 
quotes[58] = "Danışan dağı aşmış, danışmayan düz yolda şaşmış."; 
quotes[59] = "Korkak dostun olacağına, cesur dostun olsun."; 
quotes[60] = "Dostlarını terkeden terkedilir."; 
quotes[61] = "Özlü konuşmanın yolu, yersiz sözleri bırakmaktır."; 
quotes[62] = "Destursuz bağa giren, hesapsız dayak yer."; 
quotes[63] = "İnsan, düşeceği yere çıkmamalıdır."; 
quotes[64] = "Kitap, donuk hayata renk katar."; 
quotes[65] = "İyiliğe iyilik her kişinin karı, kötülüğe iyilik ER kişinin karı."; 
quotes[66] = "Gözü haramdan korumak ne güzel şehvet perdesidir. (Hz. Osman)"; 
quotes[67] = "Dilencinin keyfi işlek caddede gelir."; 
quotes[68] = "Yanliş, iktidarı artmakla hiçbir zaman doğru hale gelmez."; 
quotes[69] = "İnsanlara ateşe dost olduğun gibi dost ol. Ondan faydalan. Fakat seni yakmasından sakın."; 
quotes[70] = "Kovandan çikmayan arı bal yapmaz."; 
quotes[71] = "Dünyada zulme uğrayanlar, kiyamette mutlaka kurtuluşa ulaşacaklardır. (Hz.Muhammed sav.)"; 
quotes[72] = "Ancak içinden aydınlanan, dışına ışık verir. (İsmet Özel)"; 
quotes[73] = "Adam adama yük değil, can gövdeye mülk değil."; 
quotes[74] = "Bize değer kazandıran şeyler, yaptığımız işlerdir."; 
quotes[75] = "Bir münafık, bir orduyu bozar."; 
quotes[76] = "Acıyan çok ama ekmek veren az."; 
quotes[77] = "İnsanların şahsiyetlerini, iktidarlı zamanlarında ölçmelidir."; 
quotes[78] = "İnsanın sözü hikmet, bakışı ibret ve susması ders olmalıdır."; 
quotes[79] = "Alimler İslamın bayraktarı, cennetin sakinleridir."; 
quotes[80] = "Her deliğe elini sokma, ya yılan çıkar ya ciyan."; 
quotes[81] = "Tarih tekerrürden ibarettir."; 
quotes[82] = "Sözlerin en güzeli vahiydir."; 
quotes[83] = "Birlik olmayan yerde, dirlik olmaz."; 
quotes[84] = "Sükut kavgayı keser, fitneyi önler."; 
quotes[85] = "İffet, güzelliğin zekatıdır."; 
quotes[86] = "Hiç bir zafere çiçekli yollardan gidilmez."; 
quotes[87] = "Fitne aslında uykudadır, Allah (cc) onu uyandıranlara lanet eder. (Hz.Muhammed sav.)"; 
quotes[88] = "Bedava sirke, baldan tatlıdır."; 
quotes[89] = "Kalbin gıdası iman, aklın gıdası faydalı ilimdir."; 
quotes[90] = "Gözyaşı, kalp te olan ateşe delildir."; 
quotes[91] = "Merhamet etmeyene merhamet edilmez."; 
quotes[92] = "Alışmış, kudurmuştan beterdir."; 
quotes[93] = "Akıllı insan tüm yumurtalarını aynı sepete koymaz."; 
quotes[94] = "Buldum bilemedim, bildim bulamadım."; 
quotes[95] = "Ölümü hatırlamak, hırs ateşini söndürür."; 
quotes[96] = "Ne mutlu! Aklı işine bekci, kendi sözünü kendi tenkitci olana."; 
quotes[97] = "Cahil, yaşlı dahi olsa küçüktür, Alim, küçük de olsa büyüktür."; 
quotes[98] = "Gençlikte vaktini geçiren sefa ile, ihtiyarlikta ömrünü geçirir cefa ile."; 
quotes[99] = "Hicretin en faziletlisi, Allah'ın sevmediği şeyleri terk etmektir. (Hz.Muhammed sav)"; 
 
//calculate a random index 
index = Math.floor(Math.random() * quotes.length); 
 
//display the quotation 
document.write("<hr><H3>Günün Sözü: <br> " + "\"" + quotes[index] + "\"\n <\/H3>") 
document.write("Daha fazlasini okumak istiyorsaniz, asagida (Güzel Sözler)'e tiklayin. <hr>"); 
 
// --> 
</script> </p>




Ziyaretçiyi Tanımlama

Kod:
<script> 
<!-- 
// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved. 
// Permission given to use the script provided that this notice remains as is. 
// Additional scripts can be found at http://www.javadepo.com 
 
// Boolean variable specified if alert should be displayed if cookie exceeds 4KB 
var caution = false 
 
// name - name of the cookie 
// value - value of the cookie 
// [expires] - expiration date of the cookie (defaults to end of current session) 
// [path] - path for which the cookie is valid (defaults to path of calling document) 
// [domain] - domain for which the cookie is valid (defaults to domain of calling document) 
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission 
// * an argument defaults when it is assigned null as a placeholder 
// * a null placeholder is not required for trailing omitted arguments 
function setCookie(name, value, expires, path, domain, secure) { 
var curCookie = name + "=" + escape(value) + 
((expires) ? "; expires=" + expires.toGMTString() : "") + 
((path) ? "; path=" + path : "") + 
((domain) ? "; domain=" + domain : "") + 
((secure) ? "; secure" : "") 
if (!caution || (name + "=" + escape(value)).length <= 4000) 
document.cookie = curCookie 
else 
if (confirm("Cookie exceeds 4KB and will be cut!")) 
document.cookie = curCookie 
} 
 
// name - name of the desired cookie 
// * return string containing value of specified cookie or null if cookie does not exist 
function getCookie(name) { 
var prefix = name + "=" 
var cookieStartIndex = document.cookie.indexOf(prefix) 
if (cookieStartIndex == -1) 
return null 
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length) 
if (cookieEndIndex == -1) 
cookieEndIndex = document.cookie.length 
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)) 
} 
 
// name - name of the cookie 
// [path] - path of the cookie (must be same as path used to create cookie) 
// [domain] - domain of the cookie (must be same as domain used to create cookie) 
// * path and domain default if assigned null or omitted if no explicit argument proceeds 
function deleteCookie(name, path, domain) { 
if (getCookie(name)) { 
document.cookie = name + "=" +  
((path) ? "; path=" + path : "") + 
((domain) ? "; domain=" + domain : "") + 
"; expires=Thu, 01-Jan-70 00:00:01 GMT" 
} 
} 
 
// date - any instance of the Date object 
// * you should hand all instances of the Date object to this function for "repairs" 
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming" 
function fixDate(date) { 
var base = new Date(0) 
var skew = base.getTime() 
if (skew > 0) 
date.setTime(date.getTime() - skew) 
} 
 
var now = new Date() 
fixDate(now) 
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000) 
var name = getCookie("name") 
if (!name) 
name = prompt("Lütfen isminizi yazın:", "Adınız(site sizi bu isimle hatırlıycak.") 
setCookie("name", name, now) 
document.write(" " + name + "") 
//--> 
</script>
Kullanıcılar Sitenizi Sık Kullanılanlara Ekleyebilsin


Kod:
<SCRIPT language=JavaScript> 
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) { 
 
var url="http://www.gezginler.net"; 
var title="GEZGİNLER.NET"; 
var bookmarkicon="favicon.ico" 
document.write('<A HREF="javascript:window.ext'); 
document.write('ernal.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>

Üyeler Sitenizi Ana Sayfa Yapsın

Kod:
<A href="http://www.gezginler.net/"  
onClick="this.style.behavior='url(#default#homepage)'; 
this.setHomePage('http://www.gezginler.net');"><FONT  
color=#000066 size=2>Giriş Sayfası Yap</A> 
<!--- KAYNAK: http://www.gezginler.net --->
Sağ Tuş YasakLama Kodu

Kod:
     <SCRIPT language=JavaScript>curPage=1; 
document.oncontextmenu = function(){return false} 
if(document.layers) { 
   window.captureEvents(Event.MOUSEDOWN); 
   window.onmousedown = function(e){ 
      if(e.target==document)return false; 
   } 
} 
else { 
   document.onmousedown = function(){return false} 
}</SCRIPT>
Forum Şifreleme

Kod:
<!---<head> Başlangıcı  ---><script language="JavaScript"> 
<!-- 
 
var username = prompt("Kullanıcı adınızı giriniz","") 
var password = prompt("Şifrenizi giriniz","") 
 
if (username !="gezgin" || password !="12345") 
 
{ top.location="./yasak.html" } 
//--> 
</script> 
<!---</head> Bitişi  --->




__________________
ByMixture is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
Eski 03-08-2006, 12:04 PM   #4 (permalink)
 
Giriş Tarihi: May 2006
Konum: 500'ün üstünde Konum Var :)
Yaş: 5
Mesaj: 4,305
Üye No: 3646
Cinsiyeti : Bay
İtibar Gücü: 80258
Rep Puanı : 8025037
Rep Derecesi
ByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond reputeByMixture has a reputation beyond repute
Arrow Devam Daha Bitmedi..................................


Sitenize Tüm Dünya Saatlerini Koyun


Kod:
<div align="center"> <form name="where"> <select style="background-color=lightgreen; color=#000066;" name="city" size="1" onchange="updateclock(this);"> <option value="" selected>Yerel saat</option> <option value="0">London GMT</option> <option value="1">Rome</option> <option value="7">Bangkok</option> <option value="8">Hong Kong</option> <option value="9">Tokyo</option> <option value="10">Sydney</option> <option value="12">Fiji</option> <option value="-10">Hawaii</option> <option value="-8">San Francisco</option> <option value="-5">New York</option> <option value="-3">Buenos Aires</option> </select><br><br> <script language="JavaScript">
/*Drop Down World Clock-Portions of code by Kurt @ http://www.btinternet.com/~kurt.grigg/javascript*/
if (document.all||document.getElementById) document.write('<span id="worldclock" style="font:bold 16px Arial;" ></span><br>')
zone=0; isitlocal=true; ampm='';
function updateclock(z){ zone=z.options[z.selectedIndex].value; isitlocal=(z.options[0].selected)?true:false; }
function WorldClock(){ now=new Date(); ofst=now.getTimezoneOffset()/60; secs=now.getSeconds(); sec=-1.57+Math.PI*secs/30; mins=now.getMinutes(); min=-1.57+Math.PI*mins/30; hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone); hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360; if (hr < 0) hr+=24; if (hr > 23) hr-=24; ampm = (hr > 11)?"PM":"AM"; statusampm = ampm.toLowerCase();
hr2 = hr; if (hr2 == 0) hr2=12; (hr2 < 13)?hr2:hr2 %= 12; if (hr2<10) hr2="0"+hr2
var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;
if (document.all) worldclock.innerHTML=finaltime else if (document.getElementById) document.getElementById("worldclock").innerHTML=finaltime else if (document.layers){ document.worldclockns.document.worldclockns2.document.write(finaltime) document.worldclockns.document.worldclockns2.document.close() }
setTimeout('WorldClock()',1000); }
window.onload=WorldClock //--> </script>
<!--Place holder for NS4 only--> <ilayer id="worldclockns" width=100% height=35><layer id="worldclockns2" width=100% height=35 left=0 top=0 style="font:bold 16px Arial;"></layer></ilayer> </form> </div>
Mouse'un etrafında yarasalar uçsun


Kod:
<body bgcolor=black onLoad="pRe();Animate()"> <script language="JavaScript"> <!-- bats script by kurt.grigg@virgin.net amount=5; //en az 3 !! function pRe(){ Img0=new Image(); Img0.src="bat1.gif"; Img1=new Image(); Img1.src="bat2.gif"; Img2=new Image(); Img2.src="bat3.gif"; setTimeout('pRe()',3000) } brwsr=(document.layers)?1:0; if (brwsr){ window.captureEvents(Event.MOUSEMOVE); for (i=0; i < amount; i++) document.write("<LAYER NAME=n"+i+" LEFT=0 TOP=-50><IMG SRC='http://wwww.gezginler.net/modules/javascripts/ornek/bat1.gif' NAME='nsi'></LAYER>"); } else{ document.write('<div id="ie" style="position:absolute;top:0;left:0"><div style="position:relative">'); for (i=0; i < amount; i++) {document.write('<img name="msieBats" src="bat1.gif" style="position:absolute;top:-50;left:0">')} document.write('</div></div>'); } bats=new Array('bat2.gif','bat3.gif','bat2.gif') Xpos=0; Ypos=-50; yBase=0; xBase=0; step=0.5; currStep=0; a_count=0; b_count=1; c_count=2; move=1; if (brwsr){ function NsMouseFollow(evnt){ Xpos = evnt.pageX; Ypos = evnt.pageY; } window.onMouseMove = NsMouseFollow; } else{ function MsieMouseFollow(){ Xpos = event.x; Ypos = event.y; } document.onmousemove = MsieMouseFollow; } function Swirl(){ if (!brwsr)ie.style.top=document.body.scrollTop; yBase=(document.layers)?window.innerHeight/3:window.document.body.offsetHeight/3; xBase=(document.layers)?window.innerWidth/7:window.document.body.offsetWidth/7; for (i=0; i < amount; i++){ var layer=(document.layers)?document.layers["n"+i]:msieBats.style; layer.top = Ypos+yBase*Math.sin(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/20) layer.left =Xpos+xBase*Math.cos(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/62) } currStep+=step; } function Animate(){ if (a_count == bats.length) a_count=0; if (b_count == bats.length) b_count=0; if (c_count == bats.length) c_count=0; if (brwsr){ document.layers['n'+0].document.images['nsi'].src=bats[a_count]; document.layers['n'+1].document.images['nsi'].src=bats[b_count]; document.layers['n'+2].document.images['nsi'].src=bats[c_count]; } else{ msieBats[0].src=bats[a_count]; msieBats[1].src=bats[b_count]; msieBats[2].src=bats[c_count]; } if (amount > 2) { for (i=3; i < amount; i++) { if (brwsr) document.layers['n'+i].document.images['nsi'].src=bats[b_count]; else [i] msieBats.src=bats[b_count]; } } a_count+=move; b_count+=move; c_count+=move; Swirl(); setTimeout('Animate()',30) } //--> </script>
[i]Günün Komik Resmi

Kod:
<iframe src="http://www.maviok.com/komik/kart/komik.asp" width="187" scrolling="no" frameborder="0" height="158" ></iframe>
Bi aralar sitem varken bunu bende kullanıodum


Sitenizde Kayan Yazılar

Kod:
<marquee class="kyazi" onmouseover="this.stop()" onmouseout="this.start()">Ne yazmak istiyosan buraya yaz</marquee>"
Sitenize Hava Durumu Ekleyin

Kod:
<iframe src="http://www.maviok.com/kod/report.asp" width="180" scrolling="no" frameborder="0" height="290" ></iframe>
Ben BunLardan Komik resimLeri ve Günün Sözünü Kullanırdım Sitem Varken Ama Hepsi Müthiş

Önemli Not:Bunlar ftp desteği olmayan siteler için de geçerlidir.(Örn. bir foruma yeni bölüm gibi açabilirsiniz veya forumdaki anasayfaya koyduğunuz herhangi bir yazının yanına koyabilirsiniz.

__________________
ByMixture is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
Eski 22-08-2006, 11:37 PM   #5 (permalink)
 
Giriş Tarihi: Jun 2006
Konum: etken fiillerin çatılarından
Mesaj: 998
Üye No: 4867
Cinsiyeti : Bay
İtibar Gücü: 729
Rep Puanı : 72528
Rep Derecesi
filitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond reputefilitoxalo has a reputation beyond repute
Varsayılan


sağlıklı bi iş..sağol...deneyeceğim..

filitoxalo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook
 


Konu Araçları
Mod Seç

Gönderme Kuralları
Yeni konular açabilirsiniz --> izin yok
Yanıtlar gönderebilirsiniz --> izin yok
Eklentiler gönderebilirsiniz --> izin yok
Mesajlarınızı düzenleyebilirsiniz --> izin yok

vB koduAçık
SimgelerAçık
[IMG] kodu Açık
HTML kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Kapalı

Benzer Konular

Konu Konuyu Başlatan Forum Yanıt Son Mesaj
YOK YOK | WebmasterLar İçeri Lütfen| ByMixture Web Tasarımı / Php, Asp, Perl, Cgi Scriptler 20 22-12-2008 03:47 PM
Yararlı Program siteleri ve Toplu Program Paylaşımları bavertunc Program Download 16 16-01-2008 09:49 PM
Bedava Sms Gönderebiliceğiniz Siteler bavertunc Msn, Icq, Yahoo, Gmail 6 14-05-2007 02:39 PM
Bedava site kullananlar (FTP Desteği olmayanlar) İşinize yarayacak arşiv Bedirxan Web Tasarımı / Php, Asp, Perl, Cgi Scriptler 4 07-12-2006 03:59 PM
Active Directory Replication Yöntemi bereday21 Bilgisayar Yazılım ve İşletim Sistemleri 3 03-12-2006 11:12 PM


Forum saati Türkiye saatine göredir. GMT +2. Şuan saat: 09:18 AM .
(Türkiye için GMT +2 seçilmelidir.)


Powered by vBulletin Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Copyright ©2006 - 2008 Bydigi Forum ®, All Rights Reserved



Bir Forum sitesi olduğumuzdan, kullanıcılar önceden onay almadan her türlü görüşlerini yazabilmektedir.
Yazılanlardan dolayı oluşabilecek her türlü yasal sorumluluk, yazan kullanıcılara aittir.
Yinede sitemizde yasalara aykırı herhangi bir durum görürseniz; Lütfen, bydigi@gmail.com'a yada İletişim'e bildiriniz.
Mesajınız incelenip, kısa bir süre içerisinde gereken müdahale yapılacaktır.