Neler yeni
MEGAForum - Teknoloji Forumu

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı yada giriş yapmalısınız. Forum üye olmak tamamen ücretsizdir.

Notice Window

SaNCaK

MFC Üyesi
  • Üyelik Tarihi
    7 Kas 2017
  • Mesajlar
    35
  • MFC Puanı
    0
PHP:
on *:load: { 
  .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Notice Window $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 03 28 2014 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Notice Window $chr(40) $+ v5.4 $+ $chr(41))
  .echo -s _____________________________________________________
  .echo -s 0,1 Loading Notice Window Add-On... 
  .echo -s 0,1 You are running mIRC $version on $os  $+ .
  .echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: { 
  .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Notice Window $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 03 28 2014 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Notice Window $chr(40) $+ v5.4 $+ $chr(41))
}
menu status,menubar {
$iif(%noticepen,$style(1)) Notice Window ( $+ $iif(%noticepen,On,Off) $+ ) {
    if (%noticepen) { unset %noticepen | .disable #noticepen | echo -a $timestamp 2,15Notice Window 4CLOSE }
    else { set %noticepen ON | .enable #noticepen | echo -a $timestamp 2,15Notice Window 3OPEN }
  }
}

#noticepen on
on ^*:NOTICE:*:?: { 
  if (%noticepen == ON) {
    if ($window(@NoticePencere) != $null) { echo @NoticePencere $timestamp 0,3 Notice 1,15 $nick 3,3 1,15  $1- 3,3  | haltdef } 
    else { window -nke @NoticePencere -1 -1 500 | titlebar @NoticePencere -  § â ñ ¢ â K Notice | echo @NoticePencere $timestamp 0,3 Notice 1,15 $nick 3,3 1,15  $1- 3,3  | haltdef }
  } 
}
on ^*:NOTICE:*:#: { 
  if (%noticepen == ON) {
    if ($window(@NoticePencere) != $null) { echo @NoticePencere $timestamp 0,3 $chan 1,15 $nick 3,3 1,15 $1- 3,3  | haltdef } 
    else { window -nke @NoticePencere -1 -1 500 300 | titlebar @NoticePencere -  § â ñ ¢ â K Notice | echo @NoticePencere $timestamp 0,3 $chan 1,15 $nick 3,3 1,15  $1- 3,3  | haltdef }
  } 
}
#noticepen end

Kodların miRC sisteminize eklenmesi;
Eklenecek kodu kopyalıyoruz. (Kısayol Tuşu Ctrl + C) Ardından mIRC'imizi açıyoruz ve herhangi bir ekranda Alt + R tuşlarına basıyoruz. mIRC Scripts Editörü açılıyor.
[Aliases] [Popups] [Remote] [Users] [Variables] tablarından [Remote] sekmesini tıklıyoruz sonrasında Sol üst menümüzden;
|Dosya (ingilizce için File)
|Yeni (ingilizce için New)
Sekmelerine tıklıyoruz boş bir ekran karşımızda, ekrana sağ tıklayıp yapıştırı tıklıyoruz. (Kısayol Tuşu Ctrl + V) Son Olarak Tamam [OK] butonuna tıklıyoruz ve kodumuzu eklemiş oluyoruz.
 
Üst Alt