mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#30724 19/06/03 01:22 AM
D
dave88
dave88
D
Hi
I don't know how to create a script but I know how to program in other (real) languages so I don't want to learn the mirc scripting language just for one tiny little feature that I need. So I am hoping that one of u can make me this little script.
What I need is this
-keep a record of the IP/hostname of everyone I am in a private message chat with
-everytime I chat to a new nick name (in private message) the script should warn me if the persons IP/hostname is the same or in the same subnet as somone the script has made a record of
-associate all downloaded files wit a persons nickname so I can right click there name and get a list of all there files and open them.

#30725 19/06/03 02:51 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
For the first look for..

/help on text (lookmup the ? parameter)
/help $address (to get the ip in hostmask
/help /write (to write to a test file
/help $read (to read from a text file. Also has parameters like s and w to search for text in the file)

As for the third--a list of files already downloaded, or like AIM's ability to "view files" from a person and download those u chose to?

#30726 19/06/03 09:06 AM
P
pheonix
pheonix
P
i havent got time to test this but..........

on *:TEXT:*:?:{
var %i 1
while ($read(iplog.txt,%i) != $null) {
$iif($address($nick,1) iswm $read(iplog.txt,%i),//echo -a $nick $+ 's address is logged in private message ip log!, /write iplog.txt $address($nick,1))
inc %i
}
}

#30727 19/06/03 10:04 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
yet u have time to post about 7 other posts tot he board? hmm.... grin

#30728 19/06/03 10:08 AM
P
pheonix
pheonix
P
i dont have time to test it because im im the middle of a virus scan so, i dont want to do anything that will make me freeze worse than i already am smile

#30729 19/06/03 10:10 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
so close IE?? $10 says mirc is running >:D

#30730 19/06/03 10:19 AM
P
pheonix
pheonix
P
id rather stay on ie, than close ie to test a script on mirc then close mirc to come back on and give him the script when i could simply wait 20 minutes and open both :tongue:

#30731 19/06/03 10:26 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
you know if you were more careful about what you downloaded, you wouldn't need an antivirus >:D I haven't have an antivirus for 6 years, and not one virus in that diration. >:D Its called the "not download everything under the sun prevention method" Also, was it you on a forum that said "I don't execute it, i just extract it? If it were, just wanted to say that is one in the same. Something has to execute to extract, and something is just enough for a macro or two to run like mp3 exploit are handled. grin

#30732 19/06/03 10:28 AM
P
pheonix
pheonix
P
nah the werent me :tongue:

i dont download everything under the sun, but im thinking about complaining to bullguard for its "safe p2p search"

#30733 19/06/03 05:41 PM
D
dave88
dave88
D
thanx for replies I will give this a try.

EDIT
When I was talking about having a list of files I meant I want to be able to right click a persons nick and get a list of all files I have received from that person, is this possible.

Last edited by dave88; 19/06/03 05:50 PM.
#30734 19/06/03 06:22 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Yes, but you'd either have to name the file after them or keep a list of files gotten from them in a text. Then use $submenu to list them.

#30735 19/06/03 06:40 PM
P
pheonix
pheonix
P
besides, most viruses are lame, and im rid of them within 5 minutes, cept for the 1st 1 i got which attempted to remove my hard drive :tongue:

#30736 19/06/03 06:55 PM
Joined: Dec 2002
Posts: 1,214
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,214
Just wait til you get 7,024 different variations of the same trojan (duplicated itself) that eats away at the major files that runs windows and eats up every other file such as mp3's vids, pics, and anything else...which forces you to reformat your entire PC (personal confuser) Come talk to me when that happens and you will have a whole new outlook on downloading every thing in sight....I learned my lesson a while ago...

#30737 19/06/03 06:59 PM
Joined: Dec 2002
Posts: 2,884
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,884
If you have no AV software how can you say you haven't had a virus for the last 6 years? You could have been part of a botnet for the last 6 years, participating in attacks on dozens of servers, and have no clue about it. The idea of "if you know what you're doing like I do you don't need protection" is more than a little arrogant don't you think?

#30738 19/06/03 07:09 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
because i netstat frequently checking for open connections, i have a visible monitor on cpu resources, I always am checking msconfig for a new startup device, and i don't download a lot--just game really. I also instal things from OEM cd's, not the web >:D

#30739 19/06/03 07:20 PM
P
pheonix
pheonix
P
that wouldnt be too much of a problem because every time i download something new, and i am 100% sure it is clean(no viruses) i add it to my disk with the rest of my files :tongue:

#30740 19/06/03 07:36 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Quote:
and i am 100% sure it is clean(no viruses)


Yet you've still managed to have 6 viruses..

#30741 19/06/03 07:40 PM
Joined: Dec 2002
Posts: 1,214
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,214
Not quite 100% is it? LOL

#30742 19/06/03 07:42 PM
P
pheonix
pheonix
P
read it carefully smile
I ADD TO DISK WHEN ITS CLEAN(soz bout caps, just makin sure ya see it this time)
but when i download the file, if i get a virus, i obviously dont add it to disk.

#30743 19/06/03 07:50 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
You know proper punctuation and putting cammas in the right spt would emphasize pausing points, and make your statements really clear.

I'm not an idiot you know.
(Meaning im noone you know (a stranger) but I am still an idiot)
I'm not an idiot, you know.
(Meaning you realize i am not an idiot)

One lil comma.... works wonders.

Page 1 of 2 1 2

Link Copied to Clipboard