Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

Si te bllokojme adresat (linket) e faweve neper dhomat e chatit.

P

Pansophia

Guest
Scripti i mëposhtëm ndalon hedhjen e adresave me faqe të ndryshme në dhomat ku jeni operator.
Vendoseni kodin te Scripts Editor==>Remote.

Code:
on $@*:text:*:#cshubtv:{
  if ($regex($1-,/.+\.(com|co|uk|net|org|gov|tv|edu|fm|st|tk|gg|ac|uk|xxx|web|us|me|llc|de|be|dk|hu|pl|se)/iS) && ($nick !isop $chan)) {
    if (!$istok(%permit,$nick,32)) {
      msg $chan $nick - Ju lutem kërkoni ndihmë te moderatorat para se të hidhni adresa faqesh!
      /timerban 1 1 msg # /timeout $nick 5
    }
  }
  noop $regex($1-,/^!(del|whitelist|permit)\s(\S+)/iS) {
    if ($regml(1) == whitelist) && ($nick isop $chan) {
      if ($istok(%permit,$regml(2),32)) {
        msg $chan $regml(2) is already on the whitelist.
      }
      else {
        set %permit $addtok(%permit,$regml(2),32)
        msg $chan $nick has added $regml(2) to the whitelist.
      }
    }
    if ($regml(1) == permit) && ($nick isop $chan) {
      set %permit $addtok(%permit,$regml(2),32)
      .timerunset 1 120 set %permit $remtok(%permit,$regml(2),1,32)
      msg $chan $regml(2) Keni 120 sekonda për të shkruar adresen e faqes .
    }
    if ($regml(1) == del) && ($nick isop $chan) {
      if ($istok(%permit,$regml(2),32)) {
        set %permit $remtok(%permit,$regml(2),1,32)
        msg $chan $nick has removed $regml(2) from the whitelist.
      }
      else {
        msg $chan $regml(2) is not on the whitelist.
      }
    }
  }
}
 

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.