MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
dialog-dns EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
dialog-dns EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
dialog-dns EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
dialog-dns EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
dialog-dns EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
dialog-dns EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
dialog-dns EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
dialog-dns EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
dialog-dns EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


dialog-dns

Go down

dialog-dns Empty dialog-dns

Post  Admin Thu Dec 08, 2011 9:33 pm

Code:

dialog dnsinfo {
  title "Requested DNS Information"
  size -1 -1 151 74
  option dbu
  box "DNS Info", 1, 0 0 151 59
  edit %dns.nick, 2, 32 9 116 10, read autohs
  text "Nickname:", 3, 3 10 26 9
  text "IP:", 4, 3 22 22 9
  edit %dns.ip, 5, 32 21 116 10, read autohs
  text "Hostmask:", 6, 3 34 28 9
  edit %dns.hostmask, 7, 32 33 116 10, read autohs
  text "Resolved:", 8, 3 46 25 9
  button "Cancel / Dismiss", 11, 78 61 72 12, cancel
  button "OK / Copy IP to clipboard", 12, 1 61 76 12, default ok
  edit %dns.resolved, 13, 32 45 116 10, read autohs
}
alias displaydns {
  dialog -m DNSi $+ $rand(1,10) dnsinfo
}
alias dns {
  .dns $1-
}
alias -l cleanup {
  unset %dns.*
}
 
alias dns_begin {
  dns $$1
}
 
on *:DNS: {
  set %dns.nick $iif($nick,$nick,Nickname Not Specified)
  set %dns.ip $iif($iaddress,$iaddress,No IP resolved)
  set %dns.hostmask $iif($naddress,$naddress,No Hostmask Available)
  set %dns.resolved $iif($raddress,Yes!,Not Resolved)
  displaydns
  .halt
}
 
on *:dialog:DNSi*:SCLICK:*: {
  if ($did == 12) { clipboard $did($dname,5) | cleanup }
  if ($did == 11) { cleanup }
}
menu nicklist {
  Dns:/dns_begin $$1
}
Admin
Admin
Admin

מספר הודעות : 269
Join date : 2009-09-12
Age : 43
מיקום : mIRCX IRC Network

https://mircx.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum