IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Hazır Kodlar (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/)
-   -   Bağlantı Menüsü (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/523881-baglanti-menusu.html)

KiLLed 17 Şubat 2013 12:59

Bağlantı Menüsü
 
Selamun aleykum arkadaşlar
bugun paylaşacağım kod Mirc Bağlantı menüsü
çok kapsamlı bir kod lafı uzatmadan bir resimle sizlere sunuyorum
kod Görüntüsü
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
PHP- Kodu:

##############################
#      Coder By KiLLed       #
##############################
menu status,channel {
  -
  
» Bağlantı Menüsü:.killed12
  
-
}
on *:start:{ KiLLed12 }
alias KiLLed12 dialog -m KiLLed12 KiLLed12 }
dialog KiLLed12 {
  
title "KiLLed Script Bağlantı Menüsü"
  
size --1 186 150
  option dbu
  box 
""12 1 182 118
  text 
" Nickiniz"26 9 26 10
  edit 
""338 9 51 10, return autohs
  text 
" Identiniz"46 23 26 10
  edit 
""538 22 51 10, return autohs
  text 
" Yedeknick"66 37 26 10
  edit 
""738 37 51 10, return autohs
  text 
" Fullname"86 51 26 10
  edit 
""938 51 51 10, return autohs
  edit 
""10104 9 76 10, return autohs
  button 
"Server Ekle"11104 23 36 10
  button 
"Server Sil"12144 23 36 10
  button 
"Kapat"136 196 83 16,ok
  text 
" Şifreniz"146 65 26 10
  edit 
""1738 65 51 10, return autohs pass
  text 
" Port"186 79 26 10
  edit 
""1938 79 51 10
  text 
" Oto Şifre"216 93 26 10
  check 
""2238 93 6 10
  text 
" Aç / Kapat"2444 93 45 10
  text 
" irc.sunucu.com Şeklinde Ekleyin"236 107 83 8
  
list 15104 37 76 54size
  edit 
"KiLLed Bağlantı"206 124 174 20read center
  button 
"Listeden Sunucu Seç Bağlan"16104 94 76 20
}
on *:dialog:KiLLed12:sclick:*: {
  if (
$did(22).state == 1) { .enable #sfr } | else { .disable #sfr }
  
if ($did == 11) { write server.txt $did(10) | did -a KiLLed12 15 $did(10) | did -r $dname 10 }
  if (
$did == 12) { write -dl $did(15).sel server.txt did -d KiLLed12 15 $did(15).sel }
  if (
$did == 16) { .nick $did(3) | .emailaddr $did(5) | .setname $did(9) | .server $did(15).seltext $+ : $+ $did(19) | .dialog -x KiLLed12 KiLLed12 
    
else {
      .
nick $did(3) | .emailaddr $did(5) $+ @ | .setname $did(9) | .server $did(15).seltext $+ : $+ $did(19) | .dialog -x KiLLed12 KiLLed12
    
}
  }
}
on *:dialog:KiLLed12:init:*: {
  
mdx SetMircVersion $version 
  mdx MarkDialog $dname
  mdx SetBorderStyle 2
,4,6,8,14,18,20
  mdx SetDialog 
$dname bgcolor $rgb(28,96,113) ]
  
mdx SetColor 2,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 textbg $rgb(0,0,0) ]
  
mdx SetColor $dname 2,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 text $rgb(28,96,113
  
mdx SetFont $dname 20 Turkish 36 750 Arial
  mdx SetColor 2
,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 background $rgb(0,0,0) ]
  
did -a $dname 3 $me
  did 
-a $dname 5 $emailaddr
  did 
-a $dname 7 $anick
  did 
-a $dname 9 $fullname
  did 
-ra $dname 17 %n-pass
  did 
-a $dname 19 $port
  
if ($group(#sfr) == on) { did -c KiLLed12 22 }
  
var %he 1
  
while %he <= $lines(server.txt) {
    
did -a KiLLed12 15 $read(server.txt,%he)
    
inc %he
  
}
}
on *:dialog:KiLLed12:edit:*:{
  if (
$did == 17) { set %n-pass $did(17) }
}
#sfr on
on *:notice:*:*:{
  if (
$nick == NickServ) { 
    if (*
Nickserv*IDENTIFYiswm $1-) || (*Kayıt*nickiswm $1-) {
      .
ns identify %n-pass
    
}
  }
}
#sfr end 


KiLLed 17 Şubat 2013 21:57

Cevap: Bağlantı Menüsü
 
ufak bir hata gözden kaçmıştır
kodu yeniden veriyorum yetkili arkadaşlardan ricam ilk verdiğim kodun silinmesidir bir kelimede hata oluşmuş.
görüntü
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
PHP- Kodu:

##############################
#      Coder By KiLLed       #
##############################
menu status,channel {
  -
  
H » Bağlantı Menüsü:.killed12
  
-
}
on *:start:{ KiLLed12 }
alias KiLLed12 dialog -m KiLLed12 KiLLed12 }
dialog KiLLed12 {
  
title "KiLLed Script Bağlantı Menüsü"
  
size --1 186 150
  option dbu
  box 
""12 1 182 118
  text 
" Nickiniz"26 9 26 10
  edit 
""338 9 51 10, return autohs
  text 
" Identiniz"46 23 26 10
  edit 
""538 22 51 10, return autohs
  text 
" Yedeknick"66 37 26 10
  edit 
""738 37 51 10, return autohs
  text 
" Fullname"86 51 26 10
  edit 
""938 51 51 10, return autohs
  edit 
""10104 9 76 10, return autohs
  button 
"Server Ekle"11104 23 36 10
  button 
"Server Sil"12144 23 36 10
  button 
"Kapat"136 196 83 16,ok
  text 
" Şifreniz"146 65 26 10
  edit 
""1738 65 51 10, return autohs pass
  text 
" Port"186 79 26 10
  edit 
""1938 79 51 10
  text 
" Oto Şifre"216 93 26 10
  check 
""2238 93 6 10
  text 
" Aç / Kapat"2444 93 45 10
  text 
" irc.sunucu.com Şeklinde Ekleyin"236 107 83 8
  
list 15104 37 76 54size
  edit 
"KiLLed BagLanti"206 124 174 20read center
  button 
"Listeden Sunucu Seç Bağlan"16104 94 76 20
}
on *:dialog:KiLLed12:sclick:*: {
  if (
$did(22).state == 1) { .enable #sfr } | else { .disable #sfr }
  
if ($did == 11) { write server.txt $did(10) | did -a KiLLed12 15 $did(10) | did -r $dname 10 }
  if (
$did == 12) { write -dl $did(15).sel server.txt did -d KiLLed12 15 $did(15).sel }
  if (
$did == 16) { .nick $did(3) | .emailaddr $did(5) | .fullname $did(9) | .server $did(15).seltext $+ : $+ $did(19) | .dialog -x KiLLed12 KiLLed12 
    
else {
      .
nick $did(3) | .emailaddr $did(5) $+ @ | .fullname $did(9) | .server $did(15).seltext $+ : $+ $did(19) | .dialog -x KiLLed12 KiLLed12
    
}
  }
}
on *:dialog:KiLLed12:init:*: {
  
mdx SetMircVersion $version 
  mdx MarkDialog $dname
  mdx SetBorderStyle 2
,4,6,8,14,18,20
  mdx SetDialog 
$dname bgcolor $rgb(28,96,113) ]
  
mdx SetColor 2,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 textbg $rgb(0,0,0) ]
  
mdx SetColor $dname 2,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 text $rgb(28,96,113
  
mdx SetFont $dname 20 Batı 36 750 Old English Text MT
  mdx SetColor 2
,3,4,5,6,7,8,9,10,14,15,17,18,19,20,21,22,23,24 background $rgb(0,0,0) ]
  
did -a $dname 3 $me
  did 
-a $dname 5 $emailaddr
  did 
-a $dname 7 $anick
  did 
-a $dname 9 $fullname
  did 
-ra $dname 17 %n-pass
  did 
-a $dname 19 $port
  
if ($group(#sfr) == on) { did -c KiLLed12 22 }
  
var %he 1
  
while %he <= $lines(server.txt) {
    
did -a KiLLed12 15 $read(server.txt,%he)
    
inc %he
  
}
}
on *:dialog:KiLLed12:edit:*:{
  if (
$did == 17) { set %n-pass $did(17) }
}
#sfr off
on *:notice:*:*:{
  if (
$nick == NickServ) { 
    if (*
Nickserv*IDENTIFYiswm $1-) || (*Kayıt*nickiswm $1-) {
      .
ns identify %n-pass
    
}
  }
}
#sfr end 


leon216 17 Şubat 2013 22:34

Cevap: Bağlantı Menüsü
 
Kanka ellerıne sagLıq ama dedıgımı dusun bence oper pass ekle en alta acıklamalıq bısı yoq zaten :)

aspawa 18 Şubat 2013 01:03

Cevap: Bağlantı Menüsü
 
Güzel bir bağlantı menüsü menü için öneride bulunayım diyicem ama aslında benim isteklerim :)
serverler listesinin yanına -m ile bağlanmak için bir kutucuk koyarsanız kullanışlı olur
birde yeni server eklediğimizde o server için kullandıgımız ident bilgilerinide hafızasında tutsun
en alttaki KiLLed BagLanti menüsü yazan kısma sabit bağlantı kullansak iyi olurdu


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 06:15.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk