PHP Warning: log10() expects parameter 1 to be double, string given in ..../includes/class_postbit.php(294) : eval()'d code on line 47
Genel Forumlar Haylazforum.Net - Tekil Mesaj gösterimi - Unreal giriş kod çözücü
Tekil Mesaj gösterimi
Alt 01.Ocak.2019   #1
Aytac
Guest
Üye No:
Şehir:
Mesaj Sayısı: n/a
Konu Sayısı: 1375
Beğendikleri:
Alınan Beğeni:

HF Ticaret Yüzdesi: (%)
Ruh Hali
Kan Grubum:

Standart Unreal giriş kod çözücü

Kod:
raw 009:*: {
  var %kod1 $token($2-,2,$asc(|)), %kod2 $token($2-,4,$asc(|)), %kod3 $token($2-,6,$asc(|)), %kod4 $token($2-,8,$asc(|))
  set %kod1toplam $calc( %kod1toplam + $len($token(%kod1,2,44)))
  set %kod2toplam $calc( %kod2toplam + $len($token(%kod2,2,44)))
  set %kod3toplam $calc( %kod3toplam + $len($token(%kod3,2,44)))
  set %kod4toplam $calc( %kod4toplam + $len($token(%kod4,2,44)))
}
on *:disconnect: {
  unset %kod*
}
on *:snotice:*: {
  if */*g*i*r*i*s*  iswm $strip($1-) {
    echo -s GIRIS $+($sayi(%kod1toplam),$sayi(%kod2toplam),$sayi(%kod3toplam),$sayi(%kod4toplam))
  }
}
 
alias sayi {
  if $1 == 31 { return 1 }
  if $1 == 29 { return 2 }
  if $1 == 30 { return 3 }
  if $1 == 7 { return 4 }
  if $1 == 33 { return 5 }
  if $1 == 35 { return 6 }
  if $1 == 5 { return 7 }
  if $1 == 45 { return 8 }
  if $1 == 55 { return 9 }
}

  Alıntı