What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Xniff help

Xniff help
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Xniff help
As the error states, it is on the first line:

var xniff = new ActiveXObject( "w00t.Xniff" );

The only thing which can be wrong with it is that the ActiveX is _not_ properly registered.

Locate the Xniff ActiveX ocx and then register it using regsvr32 as SpunkyLoveMuff said.

regsvr32 "C:\path_to_xniff\xniff.ocx"


PS:
quote:
Originally posted by SpunkyLoveMuff
Make sure you have the file in the right folder
It does not matter where ActiveX DLLs or OCXs are located. Partially the point in them needing to be registered is that they can be located elsewhere. Registering such an ActiveX adds an entry in the registry to the location of the ActiveX. So it can well be located anywhere on your hard disk, it doesn't need to be in the same directory as the program it uses.
.-= A 'frrrrrrrituurrr' for Wacky =-.
12-11-2006 02:22 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Xniff help - by effection on 12-10-2006 at 12:15 AM
RE: Xniff help - by brian on 12-10-2006 at 12:51 AM
RE: Xniff help - by Spunky on 12-10-2006 at 05:03 AM
RE: Xniff help - by effection on 12-10-2006 at 10:52 AM
RE: Xniff help - by Spunky on 12-10-2006 at 01:01 PM
RE: Xniff help - by effection on 12-10-2006 at 04:08 PM
RE: Xniff help - by CookieRevised on 12-11-2006 at 02:22 AM
RE: Xniff help - by Spunky on 12-11-2006 at 03:20 AM
RE: Xniff help - by effection on 12-11-2006 at 06:41 PM


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