Personal Infomation Script.

By Repz on Dec 25, 2005

Info:
I made this script so users who needed infomation or just wanted to look at infomation about their PC mIRC time date etc they could do it easily, I have been in a situation before when I have needed my IP adress and have had to //say $ip to a whole channel to get it, This way every thing you look at stays personal.

How to use:
Type: /Info-All - you can view all this scripts info
Type: /Info-Basic - you can view basic infomation
Type: /Info-Other - you can view time & dates
Type: /Info-mIRC - you can view mIRC's infomation
Type: /Info-PC - you can view infomation about the pc
Type: /Info-Personal - you can view personal info

I recommend you do not show a channel user the 'Personal Info' part of the script as it show's your $IP and your $HOST.

alias INFO-ALL {
    echo -a ------------------------------------
    echo -a Current nickname: $me
    echo -a Current Server $server
    echo -a Current Network $network
    echo -a ------------------------------------
    echo -a Other Info:
    echo -a Current Day: $day 
    echo -a Current Time: $time
    echo -a Current Date: $date
    echo -a Fulldate: $fulldate
    echo -a -----------------------------------
    echo -a mIRC Infomation:
    echo -a Version: $Version
    echo -a I have $Script(0) Scripts Loaded
    echo -a mIRC uptime is $uptime(mirc,1)
    echo -a -----------------------------------
    echo -a PC Infomation:
    echo -a I use $os
    echo -a System uptime is $uptime(system,1)
    echo -a -----------------------------------
    echo -a PERSONAL INFOMATION:
    echo -a My Host is: $host
    echo -a My IP is: $ip
    echo -a -----------------------------------
} 
Alias INFO-BASIC {
    echo -a ------------------------------------
    echo -a Current nickname: $me
    echo -a Current Server $server
    echo -a Current Network $network
    echo -a ------------------------------------
}
Alias INFO-OTHER {
    echo -a ------------------------------------
    echo -a Other Info:
    echo -a Current Day: $day 
    echo -a Current Time: $time
    echo -a Current Date: $date
    echo -a Fulldate: $fulldate
    echo -a -----------------------------------
}
Alias INFO-MIRC {
    echo -a -----------------------------------
    echo -a mIRC Infomation:
    echo -a Version: $Version
    echo -a I have $Script(0) Scripts Loaded
    echo -a mIRC uptime is $uptime(mirc,1)
    echo -a -----------------------------------
}
Alias INFO-PC {
    echo -a -----------------------------------
    echo -a PC Infomation:
    echo -a I use $os
    echo -a System uptime is $uptime(system,1)
    echo -a -----------------------------------
}
Alias INFO-personal {
    echo -a -----------------------------------
    echo -a PERSONAL INFOMATION:
    echo -a My Host is: $host
    echo -a My IP is: $ip
    echo -a -----------------------------------
}

Comments

Sign in to comment.
No0ne   -  Dec 27, 2005

Snippets today are all about results.

 Respond  
KuTsuM   -  Dec 27, 2005

This snippet is overrated. Why use multiple snippets for echoing the same basic information?

 Respond  
Yoinx   -  Dec 27, 2005

something I like to do with snippets is just use the script as the text file..

alias example play -ctexampe $+(\",$script,\")
[example]
example BlaBlaBla
exampleline2 blablabla

But thats just me. and if there isnt really a need for a file.

 Respond  
Repz   -  Dec 27, 2005

Thaks Whatever, OK xDaeMon, I will try what you said, I will update this script as soon as i can, Thanks for the tips ;)

 Respond  
xDaeMoN   -  Dec 27, 2005

Command should be /play -ct file.txt. Also you would still include the \"echo -a\" in the text file so the identifiers ($ip, $host,...) would be evaluated properly.

 Respond  
xDaeMoN   -  Dec 27, 2005

You could also use a text file then separate each information by topics (personal, basic...) then use /play -t file.txt.

See /help /play

 Respond  
Whatever   -  Dec 27, 2005

Pretty useful. Nice work. =)

 Respond  
Repz   -  Dec 26, 2005

OK, I have updated this script. Thanks for the pointers Yoinx :)

(- I Have Been Doing Some Research And I will be Adding Some More Stuff Onto This Script, I Will Also Try And Do The Popups Like raichu recomended-)

 Respond  
Yoinx   -  Dec 26, 2005

personally, its an echo, I wouldnt bother with the timers... they get in the way

 Respond  
Raichu   -  Dec 26, 2005

Now we just need POPUPS for this text. Not bad but not the best *u need popups as its good to have with these kind of script_

 Respond  
`Kazuma   -  Dec 25, 2005

Whoa! Nice job. :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.