|
|
TammyG
|
TammyG
|
Hi maybe someone here can help me. I used to be able to see the IP's of people when they send me a file example
[12:40:41:am] -Tammy- DCC Send 3 Doors Down - Seventeen Days - 06 - The Real Life.mp3 (24.150.228.***) I removed last 3 digits
But problem is sinse I got my new computer I am not able to see them now. Does anyone know how I can fix this? I'm running mirc 6.16
|
|
|
|
Joined: Aug 2004
Posts: 7,168
Hoopy frood
|
Hoopy frood
Joined: Aug 2004
Posts: 7,168 |
Normally only IRCops can see a person's true IP, unless the person that has that IP sends it along. The fact that you can't see it any longer may simply mean that the server isn't sending that information any longer. The fact that you're using mIRC 6.16 is irrelevant.
|
|
|
|
DaveC
|
DaveC
|
Off the top of my head, that is a notice, that is sent by the sender of the file just prior to them sending the file. So you likely have turned off showing notices in active channel alt-o/irc/show in active:[notices]
you can also however actually tap the DCC send message itself for the IP (which might be different from the notice (can happen but not often)) alt-r/file/new/enter following line CTCP *:DCC SEND*:?:{ echo -at ATTENTION: $nick is sending you a file called $nopath($filename) from $longip($getok($1-,-3,32)) ip. }
|
|
|
|
mIRCManiac
|
mIRCManiac
|
I think even with showing notices in active, the DCC Send & Chat notices will still show only in status. Fserve, which is a later addition shows in active or status, following the setting. I always thought that should have been changed to behave like the Send and Chat notices do.
|
|
|
|
TammyG
|
TammyG
|
My other mirc do show the Ip when I am getting a dcc file Just this mirc isn't and no clue why it stopped I did CTCP *:DCC SEND*:?:{ echo -at ATTENTION: $nick is sending you a file called $nopath($filename) from $longip($getok($1-,-3,32)) ip. } and got [02:06:45:pm] ATTENTION: Uno_Me is sending you a file called 3_Doors_Down_-_The_Better_Life_-_201_-_Loser_(live).mp3 from ip. Still won't show ip I have no idea how to fix this please help
|
|
|
|
DaveC
|
DaveC
|
I think even with showing notices in active, the DCC Send & Chat notices will still show only in status. hmmm your right, i just never noticed it. 
|
|
|
|
DaveC
|
DaveC
|
No idea why that didnt work, maybe the dcc send is corrupt, try this then report what info is returned.
CTCP *:DCC SEND*:?:{ echo -at ATTENTION: $nick is sending you a file called $nopath($filename) from $longip($getok($1-,-3,32)) ip. ... RAWDATA $1- }
|
|
|
|
Joined: Mar 2006
Posts: 392
Pan-dimensional mouse
|
Pan-dimensional mouse
Joined: Mar 2006
Posts: 392 |
Just a small idea... Try the first one, But instead of $getok, try using $gettok - The funny thing is everyone after that used $getok, maybe we should ask Khalid to change the identifer name? lmao, Sorry, I just think its a lil funny, But yeh, give it a go  (I'm not tryna be an ass)
[02:16] * Titanic has quit IRC (Excess Flood)
|
|
|
|
anss
|
anss
|
good eye 
|
|
|
|
mIRCManiac
|
mIRCManiac
|
lol Dave must've been drinkin' again 
|
|
|
|
DaveC
|
DaveC
|
I'ss nots beenss dinking slots anz mores! lol i looked at it like for 30 seconds even compared it to my one i use, read mine it said ($1-,-3,32) so i was like, well all looks right to me. didnt erven notice the missing t 
|
|
|
|
TammyG
|
TammyG
|
[01:34:20:am] ATTENTION: Uno_Me is sending you a file called 3_Doors_Down_-_05_-_Away_From_The_Sun_-_Running_Out_Of_Days.mp3 from 24.150.228.252 ip. ... RAWDATA DCC SEND 3_Doors_Down_-_05_-_Away_From_The_Sun_-_Running_Out_Of_Days.mp3 412542204 1024 3379200
It worked when I checked it to gettok thank you very much for all your help
|
|
|
|
TammyG
|
TammyG
|
is there a way to make the notice go to status window only?
|
|
|
|
anss
|
anss
|
replace
echo -at
with
echo -s
|
|
|
|
TammyG
|
TammyG
|
Thank you do much everyone. It worked like a charm.
|
|
|
|
TammyG
|
TammyG
|
ATTENTION: Uno_Me is sending you a file called 25_Greatest_Rock_'n_Roll_Hits_-_Vol._2_-_04_-_Chuck_Berry_-_Sweet_Little_Sixteen.mp3 from 24.150.228.252 ip. ... RAWDATA DCC SEND 25_Greatest_Rock_'n_Roll_Hits_-_Vol._2_-_04_-_Chuck_Berry_-_Sweet_Little_Sixteen.mp3 412542204 1027 2874681
Did i do something wrong? it's telling me the info twice sorta giving song name or file name twice
|
|
|
|
DaveC
|
DaveC
|
thats becuase your using the second script i told you to use this was becuase I couldnt see the mistake in the first one, so i had it dumping the rawdata as well as a nicely formated one, i expected with seeing the raw data i would have spotted what was wrong, it was however a simple typo in missing the t in gettok, so with that said, you simply needed to return to the first script and repear the getok to gettok, also since i see you wanted the status window, so this should do ya
CTCP *:DCC SEND*:?:{ echo -st ATTENTION: $nick is sending you a file called $nopath($filename) from $longip($gettok($1-,-3,32)) ip. }
PS: if u dont want the time inclused then change "echo -st" to "echo -s" in the above.
|
|
|
|
TammyG
|
TammyG
|
thank you for all your help
|
|
|
|
|
|