Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
sitene daktilo yazı kodu Hk4d36vg

Kayıt Olmak İçin Kayıt Ol Butonuna Basınız.

Giriş Yapmak İçin Giriş Yap Butonuna Basınız.

Butonu Kapatmak İçin Do Not Display Again Butonuna Basınız.
Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
sitene daktilo yazı kodu Hk4d36vg

Kayıt Olmak İçin Kayıt Ol Butonuna Basınız.

Giriş Yapmak İçin Giriş Yap Butonuna Basınız.

Butonu Kapatmak İçin Do Not Display Again Butonuna Basınız.
Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
 
AnasayfaAnasayfa  AramaArama  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  
Son Konular / Mesajlar
ikariam eklenti paketi
Anında .com lu .org veya .net li domain alın Bedavaya Kolay Yöntem
Counter-Strike: Condition Zero tek link full indir
sitene üye ol resimleri
Sitenizde Ps
Mail linki verme kodu
BU KOD SÜPPERRR DENEMEDEN GEÇMEYİNNNN....
Secret World |www.secretworld.forummum.net
Güzel Bir Hızlı Erişim Menüsü
YÜZLERCE HTML KODU SÜPER BU KONUDA koş koş
Salı Mayıs 21, 2013 7:30 am
Perş. Mayıs 03, 2012 5:29 pm
Salı Mayıs 01, 2012 9:21 am
Perş. Eyl. 01, 2011 6:37 am
Perş. Eyl. 01, 2011 6:36 am
Perş. Eyl. 01, 2011 6:35 am
Perş. Eyl. 01, 2011 6:34 am
Perş. Eyl. 01, 2011 6:34 am
Perş. Eyl. 01, 2011 6:33 am
Perş. Eyl. 01, 2011 6:32 am











1 sayfadaki 1 sayfası |

sitene daktilo yazı kodu

Yazar
Efastus
Güncel-TRAdmin
Güncel-TRAdmin
12
Efastus
34
Mesaj Sayısı Mesaj Sayısı : 2587
Rep Gücü Rep Gücü : 1162321
Teşekkür Puanı Teşekkür Puanı : 61
Kayıt tarihi Kayıt tarihi : 26/11/08
Yaşı Yaşı : 40
http://www.gunceltr.forum.st
sitene daktilo yazı kodu Vide
MesajKonu: sitene daktilo yazı kodu
Kod:
<p id='anima' style="position: absolute; font-size: 12; left: 20; top: 0; width: 215; height: 20">
                        </font></p>
                        <script LANGUAGE="Javascript">
                        text = " [Linkleri görebilmek için üye olun veya giriş yapın.] ve Eğlence Merkezi"
                        word = text.split('.')
                        i = 0;          //letter count
                        j = 0;            //which word in array is to be spelled
                        start = 0;      //variable to hold cycles of the blink
                        scount = 0;  //variable to hold cycles of the mispell
                        function checkIt() {
                        with(document.all.anima) {
                        if(innerText.charAt(innerText.length-1) == "_") {
                        innerText = innerText.substring(0, innerText.length - 1);
                        return true;
                        }
                        else {
                        innerText = innerText + "_";
                        return false;
                        }
                        }
                        }
                        function blinkfor(count, timing) {
                        with(document.all.anima) {
                        if(start < count) {
                        if(checkIt()) {
                        start++;
                        }
                        mistake = 'blinkfor('+count+','+timing+')';
                        setTimeout('eval(mistake)', timing);
                        }
                        else {
                        start = 0;
                        i++;
                        call_It();
                        }
                        }
                        }
                        function mispell(offset,correction) {
                        with(document.all.anima) {
                        if(scount < offset) {
                        if(!checkIt()) {
                        innerText = innerText.substring(0, innerText.length-2) + "_";
                        scount++;
                        }
                        mistake = 'mispell(' + offset + ', "' + correction + '")';
                        setTimeout("eval(mistake)", 150);
                        }
                        else {
                        if(correction == '' && scount == offset ) {
                        i = i - offset;
                        scount++;
                        }
                        if(offset > 0) {
                        if(checkIt()) {
                        innerText += correction.charAt(correction.length - offset) + "_";
                        offset--;
                        }
                        mistake = 'mispell(' + offset + ',"' + correction + '")';
                        setTimeout("eval(mistake)", 150);
                        }
                        else {
                        scount = 0;
                        j++;
                        innerText = innerText.substring(0, innerText.length - 1);
                        call_It();
                        }
                        }
                        }
                        }
                        function spellit(string) {
                        with(document.all.anima) {
                        if(i <= string.length) {
                        if(string.charAt(i) == '/') {
                        NumErrs = string.charAt(i + 1);
                        NewLets = string.substring(i + 2, i + NumErrs);
                        mispell(NumErrs,NewLets);
                        }
                        else if(i <= string.length - 1) {
                        i++;
                        innerText = string.substring(0,i) + "_";
                        mistake = 'spellit("' + string + '")';
                        setTimeout("eval(mistake)", 150);
                        }
                        else {
                        innerText = string.substring(0, i);
                        j++;
                        call_It();
                        }
                        }
                        }
                        }
                        function call_It() {
                        with(document.all) {
                        if(i == -1){
                        blinkfor(4, 150);
                        }
                        else if(j <= word.length - 1) {
                        spellit(anima.innerText + " " + word[j]);
                        }
                        else {
                        blinkfor(100,230);
                        }
                        }
                        }
                        if(document.all) {
                        call_It();
                        }
                        //  End -->
                        </script>
                       
Hızlı Cevap


« önceki Konu | sonraki Konu »

Yetkileriniz
Üyeler mesaj yazabilirler.
Üyeler konu açabilirler.
Üyeler mesaj düzenleyebilirler.
Üyeler link ve resimleri görebilirler.
Bu forumdaki mesajlara cevap veremezsiniz


BB code Açık
Smileler Açık
[IMG] Kodları Açık
HTML Kodları Kapalı

Forum Kuralları