What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Preview / Alpha] Who Sent It 0.7.1

Pages: (3): « First « 1 [ 2 ] 3 » Last »
[Preview / Alpha] Who Sent It 0.7.1
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
O.P. RE: [Preview / Alpha] Who Sent It
quote:
Originally posted by john-t
Suggestion: Know the viruses that say:

Check out my new pc.

Then sends a file?

Well what would be great is a protection that cancels all files that has one of the phrases before that.
yea thats a good idea, maybe for a different script though.

quote:
Originally posted by mynetx
Yes, wireless card => router => cable modem => web
Hmm well I think packet sniffing on wireless connections is a bit dependent on the drivers etc, as it works for me on my wireless connection
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
03-04-2008 06:27 PM
Profile E-Mail PM Web Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [Preview / Alpha] Who Sent It
code:
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize


Who Sent It? Debug
loading new xniff
Error in new xniff:   [object Error]
Error registering xniff:   [object Error]
GetIP
Error in GetIP:   [object Error]
DoInit Returned Errors

Who Sent It Startup Failed
Function called: OnGetScriptMenu

Vista 32bit with Wireless Network

This post was edited on 03-04-2008 at 06:42 PM by Ezra.
[Image: 1-0.png]
             
03-04-2008 06:40 PM
Profile PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Preview / Alpha] Who Sent It
xniff... so this won't work with wireless networks then
03-04-2008 06:54 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
O.P. RE: [Preview / Alpha] Who Sent It
quote:
Originally posted by aNILEator
xniff... so this won't work with wireless networks then
Yea it can do, depends on if its built-in or external and drivers used etc, my wireless works
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
03-04-2008 07:23 PM
Profile E-Mail PM Web Find Quote Report
Quantum
Disabled Account
*****

Away.

Posts: 1055
Reputation: -17
30 / Male / Flag
Joined: Feb 2007
RE: [Preview / Alpha] Who Sent It
quote:
Originally posted by Dempsey
quote:
Originally posted by aNILEator
xniff... so this won't work with wireless networks then
Yea it can do, depends on if its built-in or external and drivers used etc, my wireless works

Same, great script.
No longer here.
03-04-2008 07:32 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [Preview / Alpha] Who Sent It
I have a built-in wireless card

code:
Intel(R) Wireless WiFi Link 4965AGN

This post was edited on 03-04-2008 at 07:49 PM by Ezra.
[Image: 1-0.png]
             
03-04-2008 07:48 PM
Profile PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Preview / Alpha] Who Sent It
I'll test it when I get back within the next 2 hours. I'm on wired now, but I'll retest my wireless as I'm pretty certain it works with Xniff. Got some ideas to try out on it as well, but I'll just post this here to remind me what they are, and then I'll D/L this version to try them out in
<Eljay> "Problems encountered: shit blew up" :zippy:
03-04-2008 09:02 PM
Profile PM Find Quote Report
riahc4
Veteran Member
*****


Posts: 1073
Reputation: -18
– / Male / Flag
Joined: Aug 2004
Status: Away
RE: [Preview / Alpha] Who Sent It
We have to add each contact?

It would be nice if this plugin is activated, it does it itself.
03-10-2008 12:33 AM
Profile PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Preview / Alpha] Who Sent It
No, it does one action by default, but you can still specify per contacts sorting methods if desired.
<Eljay> "Problems encountered: shit blew up" :zippy:
03-10-2008 12:49 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [Preview / Alpha] Who Sent It
Xniff? ai...  :(

It has troubles with Vista and it contains a big bug where it will internally crash Plus!/Messenger on exit. See notes: CookieRevised's reply to [Release] Xniff (ActiveX Packet Sniffer) - Examples inside

And it does crash Messenger/Plus! internally when you try to update Plus!.

Also, when people have other scripts with Xniff, they can even get in trouble when they simply uninstall some of those scripts (since you can only register one file at the time. All other scripts will start using that file in the new location. Removing that file means that all other scripts will stop working and will produce errors).

And, what about: CookieRevised's reply to Protocol (Using Xniff)?

anyways, background reading material for people having problems:
Packet sniffer that supports all wirelless connections.


-----------------



As for the script (not considering the problems with Xniff itself).

The method for starting up is a faulty. So even if the rest of the script works 100% already, it wouldn't even start properly...

The error checks you do in OnEvent_Initialize aren't done in OnEvent_SignInReady. However, the checks in OnEvent_Initialize are not executed when the user starts Messenger (since he didn't signed in yet). For example DoInit is never called (unless the user installs or actually restarts the script while he is signed in), which is the most crucial function for this script.

Maybe you better put everything (all the error checking and initializing and calling DoInit) in OnEvent_SignInReady and simply direct OnEvent_Initialize to OnEvent_SignInReady (or don't even use OnEvent_Initialize since it makes no sense to use this script while you're signed out anyways).

thus:
quote:
Originally posted by Dempsey
quote:
Originally posted by vikke
mynetx: Register the Xniff.dll using regsvr32.
It doesn't need registering, the script tries that itself if it has an error loading xniff.
It was intended to do that, but unfortunatly it doesn't.

-----------------

PS: though, I very much like it that you don't force the file to be registered (eg: by using ScriptInfo.xml) and first try to initialize the ActiveX in case it is already present somewhere and already registered in another location (y). Everybody should do this in their scripts since it will partially prevent some problems talked about above



PS: the hardlink creation is a nice touch, although I would personally rather see this as an option.

It can create difficulties/confusions when the user decides to remove a file and later decides to place it back, or move a file or something, expecting the link to be intact, which it wouldn't.

Or device a scheme where the hardlink is only there as long as the conversation window is open or something. In that way the user doesn't loose the ability to open the file from the conversation window, and his recieved folder doesn't get cluttered with filenames (wasn't that one of the goals of this script in the first place? To releave the folder of cluttered files)... or something.

;)

And I dunno how 3rd party programs like some file schredders for example react on removing a file which is hard linked; maybe some will actually overwrite the file contents even if the reference count is not 0, leaving the other copy link useless, while the user thinks he has still a perfect copy of the file. Such 3rd party programs are not the problem of this script, but something to consider when your program makes use of hard links and such stuff...

And IIRC hard links can only be created on the same volume. So if the user decides to have directories on another volume (to save space?) than Messenger's recieved files folder, the link can't be created

(plus it is not supported on fat32 of course).


EDIT: Oh, and the Windows API for creating a hardlink is CreateHardlink(). It works  as easy (if not easier) than using a DOS Shell to FSutils. ;)


This post was edited on 03-14-2008 at 04:08 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-10-2008 01:27 AM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On