mIRC Home    About    Download    Register    News    Help

Print Thread
#2720 20/12/02 02:03 PM
Joined: Dec 2002
Posts: 27
NeX Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Dec 2002
Posts: 27
Hi
A person knows the raw of the dns, and his reply ?

Or do you have a list of raws ?

Thx

NeX smirk

PS : (My english isn't perfect lol)


__NeX¯¯¯ smirk
#2721 20/12/02 02:09 PM
Joined: Dec 2002
Posts: 75
wyx Offline
Babel fish
Offline
Babel fish
Joined: Dec 2002
Posts: 75


-= Win 95 Virusses =-
-= Try To Infecting Virus =-
#2722 20/12/02 02:20 PM
Joined: Dec 2002
Posts: 27
NeX Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Dec 2002
Posts: 27
thx


__NeX¯¯¯ smirk
#2723 20/12/02 02:21 PM
Joined: Dec 2002
Posts: 75
wyx Offline
Babel fish
Offline
Babel fish
Joined: Dec 2002
Posts: 75
No ProBlem Guy's
Nice To Meet You NEX !!!! smile


-= Win 95 Virusses =-
-= Try To Infecting Virus =-
#2724 20/12/02 02:58 PM
Joined: Dec 2002
Posts: 27
NeX Offline OP
Ameglian cow
OP Offline
Ameglian cow
Joined: Dec 2002
Posts: 27
Lol the dns commands aren't raws but syntaxes on DNS



__NeX¯¯¯ smirk
#2725 21/12/02 09:45 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Mate, I think this is what you need...

Code:
ON *:DNS: {
  if ( $raddress == $null ) {
    echo $colour(info2) DNS lookup was unsuccessful
    halt
  }
  if ( $raddress != $null ) {
    echo $colour(info2) The DNS lookup you requested is successful
    if ($nick != $null) {
      echo $colour(info2) Nickname of DNS lookup:14 $nick
    }
    if ($nick == $null) {
      echo $colour(info2) Nickname of DNS lookup:14 Not applicable
    }
    echo $colour(info2) Named address:14 $naddress
    echo $colour(info2) IP address:14 $iaddress
    echo $colour(info2) Resolved address:14 $raddress
  }
  haltdef
} 


Link Copied to Clipboard