mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 3 1 2 3
#30222 16/06/03 08:12 PM
P
pheonix
pheonix
P
your zip file had no files to extract :tongue: , also it said the folder may have been modified or corrupted

#30223 16/06/03 09:25 PM
M
MTech
MTech
M
well it screwed up d/ling then i can extract it fine on my pc...

#30224 17/06/03 01:21 AM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
pheonix ...... how do u think i got his code ??? there were infact files there and they were intact and operable ...... maybe u just got a bad download

#30225 17/06/03 07:40 AM
P
pheonix
pheonix
P
nah, (my bad m-tech blush) it was just a killer virus that had already destroyed winzip my antivirus and various other programs, nothing to worry about tho :tongue:

#30226 17/06/03 03:29 PM
M
MTech
MTech
M
smile its ok

#30227 17/06/03 03:32 PM
M
MTech
MTech
M
another thing:
how can a virus in a zip file do anything?

#30228 17/06/03 04:33 PM
P
pheonix
pheonix
P
i know it cant but i just found it suspicious that you wouldnt check the zip was ok 1st, but as i said i made a big mistake frown

#30229 17/06/03 05:02 PM
C
codemastr
codemastr
C
Umm it sure can. With new virus technologies ANY file can contain a virus, there was one that I can't remember the name off hand, that made it so .jpg files can contain viruses.

#30230 17/06/03 05:34 PM
M
MTech
MTech
M
never heard of stuff like that, only exes

but i check everything i send out to anything and anything i get from people

some people like to know that i check stuff, some like that guy think its suspicious

#30231 17/06/03 05:37 PM
S
ScatMan
ScatMan
S
i don't really know but i think that a virus start working on your computer only when u RUN the file so just don't run it

#30232 17/06/03 05:55 PM
M
MTech
MTech
M
i never run zips i only extract them

#30233 17/06/03 05:59 PM
P
pheonix
pheonix
P
well ive had 3 from txts,7 from exes,4 from internet sites,n 1 that i didnt know of

#30234 17/06/03 07:49 PM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
wow in the last 6 yrs ive only ever gotten one virus ...... you must be really in need of watching where ur downloading from

#30235 17/06/03 08:06 PM
M
MTech
MTech
M
i got a trojan from a warez site but my avs caught it and i erased it, no harm done smile

#30236 17/06/03 08:33 PM
P
pheonix
pheonix
P
i know, its because i normally improve on my scripting by learning from others code, so i perform a google search every time i think of something i want to see, ive got 4 viruses from doing that :tongue:

#30237 18/06/03 06:32 PM
N
nitestarzz
nitestarzz
N
Code:
 
alias nicktt {
  if ($1 == color) {
    if ($3 == $me) return %nl.owntext
    elseif ($istokcs(%nl.specialnicks,$3,44)) return %nl.specialtext
    elseif ($3 ishop $active) return %nl.halftext
    elseif ($3 isop $active) return %nl.optext
    elseif ($3 isvoice $active) return %nl.voicetext
    return %nl.regtext
  }

  if ($1 == tooltip) {
    return Nickname: $3 $+ $crlf $+ Address: $address( $+ $3 $+ ,1) $+ $crlf $+ Status: $getStatus($3,$active)
  }
}


this code is from Custom Nicklist by l0n3R in mircscripts.org
and to tell u i'm l0n3R

with reference to u wanting to return the idle time which i had try but it wont work

cause when the dll sense its a tooltip it call for the nicktt alias
the dll perform the alias and it places the command on hold till the dll request it to display to the screen

so even u do a whois nick
it wont return the current nick that is rollover it will only return the result of the previous nick that is rollover

#30238 18/06/03 07:19 PM
M
MTech
MTech
M
oh
ok ty, maybe try to fix this somehows? it would be cool if it can be done

#30239 18/06/03 08:02 PM
Joined: Dec 2002
Posts: 1,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
if that is his code mtech ..... hes saying that what your trying to accomplish was attemtped ,,,,, but due to the time it takes to get the info and the time the tooltip has to fire ....... it just wont perform it corectly ..... stick with the way i showed u or just dont mess with it at all ..... your just trying to give yourself a huge headache

#30240 19/06/03 01:59 AM
M
MTech
MTech
M
ill try to delay the popup..

#30241 19/06/03 05:04 AM
N
nitestarzz
nitestarzz
N
its not how late the delay of the tooltip came out

but its its already on hold the result than when the tooltip is call to be display it will just display the result that is on hold

Page 2 of 3 1 2 3

Link Copied to Clipboard