This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 3 matches

by p0rn0saurus
Wed May 10, 2006 1:14 am
Forum: Script Requests
Topic: need help with script lookup
Replies: 5
Views: 5192

im not sure what you are saying, in unix if i type nslookup www.yahoo.com i get the following, nslookup www.yahoo.com Server: localhost Address: 127.0.0.1 Non-authoritative answer: Name: www.yahoo.akadns.net Addresses: 66.94.230.32, 66.94.230.36, 66.94.230.40, 66.94.230.46 66.94.230.37, 66.94.230.39...
by p0rn0saurus
Wed May 10, 2006 1:02 am
Forum: Script Requests
Topic: need help with script lookup
Replies: 5
Views: 5192

heh maybe i should go into details. i saw this nslookup script which is NOT written by me proc msg_nslookup {nick uhost hand arg} { global nsl_path set input [open "|$nsl_path $arg" r] while {![eof $input]} { catch {set contents [gets $input]} if {[string first "Name:" $contents]...
by p0rn0saurus
Wed May 10, 2006 12:21 am
Forum: Script Requests
Topic: need help with script lookup
Replies: 5
Views: 5192

need help with script lookup

I was wondering if anyone got a script that will do a shell command and return the value to the user. command such as !uptime, etc