943,771 Members | Top Members by Rank

Ad:
Aug 23rd, 2008
1

how can i get Internet history

Expand Post »
How can I get internet history with a vb4/5/6 program? In a period of time I have to get the user accessed web pages even if he is using other than internet explorer. A keyloger will collect all the unnecessary things. Would you please help me?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wescode is offline Offline
2 posts
since Aug 2008
Aug 24th, 2008
0

Re: how can i get Internet history

Make your program to access temporary internet file folder and list all file there
"documents and settings\%username%\local settings\temporary internet files\ "
And check this registry keys from "HKCU\Software\Microsoft\Internet Explorer\TypedURLs"
Last edited by Jx_Man; Aug 24th, 2008 at 1:42 pm.
Reputation Points: 1182
Solved Threads: 392
Posting Sensei
Jx_Man is offline Offline
3,138 posts
since Nov 2007
Aug 27th, 2008
0

Re: how can i get Internet history

Yes this information was helpful

But the thing is that
I am trying to make a vb project to get the internet history
ie visited urls, url ping time and last accessed time.
I got a small program from the net, but it shows lot many other things which I don’t want (Expired time, Hit rate, day, date, temp files and cookies)
And in visited websites it shows "Visited: Name@http://www.google.com"
How can I avoid this "Visited: Name@” from my list
i am attaching the zip file i got from the net.
Attached Files
File Type: zip internet history,cookies viewer.zip (5.6 KB, 254 views)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
wescode is offline Offline
2 posts
since Aug 2008
Jun 18th, 2009
0

Re: how can i get Internet history

This may not work in Vb 6 as I found this out in vb 2008

Hows about putting a Combo Box in and Putting the Auto Compete Sorce Propety to History List

Put the Drop Down Style to Simple and Whola! This may solve the thread on my first post!

Update: Put Auto Compete Mode to Suggest.

If you don't do anything, You'll never make mistakes.
Last edited by Micheal_2009; Jun 18th, 2009 at 3:47 am. Reason: An Correction
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Micheal_2009 is offline Offline
4 posts
since Jun 2009
Jun 18th, 2009
0

Re: how can i get Internet history

Sorry Michael, that is .NET only and won't work in VB6.

Once you have the path to the temporary internet folder and if you can enumerate through its files by using DIR/FSO/FindFirstFile-FindNextFile/DriveListBox-DirListBox-FileListBox then you can use the FreeFile Function-Open Statement-Input Function-Line Input Function- and the close statement to read the contents of the cookie files (since they are text files).

Good Luck
Reputation Points: 156
Solved Threads: 296
Posting Virtuoso
vb5prgrmr is offline Offline
1,670 posts
since Mar 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: vb recordset problem
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: pulling all records from sql server to existing excel worksheet(not working)





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC