advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
IE SPY: Monitor and Log each URL visited by Internet Explorer

Author: Anonymous
Category: Network/Internet
Type: Applications
Difficulty: Advanced

Version Compatibility:  Visual Basic 6  

More information: I needed an application for my LAN users so I could see where they were surfing to without buying a third-party app. This will do just that with the ability for all users to write to one log file on the LAN. By design, the log file writes out the URL, HTML TITLE tag, Computer name, User Name and date/time. Is the concept original? No, however it is quite functional and I think may be a good learning tool for someone out there. The code is commented pretty thoroughly so please read the comments - especially those in the *.bas file. I have been using FreeVBCode for a few years now and decided I should give something back. Please send comments/feedback to me via email at DunoNuthin@REMOVEME.yahoo.com.

-- I have only tested this on Win2k with VB6.

-- Before running the code, you must copy the EBCrypt.dll into your System32 directory and register it. If you don't you'll get errors. (Rename the DLL once downloaded or you can obtain a copy from http://www.freevbcode.com/ShowCode.Asp?ID=3779)

This code has been viewed 57129 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

source/IESpy.zip

Sponsored Links