how can i get Internet history

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Aug 2008
Posts: 2
Reputation: wescode is an unknown quantity at this point 
Solved Threads: 0
wescode wescode is offline Offline
Newbie Poster

how can i get Internet history

 
0
  #1
Aug 23rd, 2008
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?
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: how can i get Internet history

 
0
  #2
Aug 24th, 2008
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.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 2
Reputation: wescode is an unknown quantity at this point 
Solved Threads: 0
wescode wescode is offline Offline
Newbie Poster

Re: how can i get Internet history

 
0
  #3
Aug 27th, 2008
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, 34 views)
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 4
Reputation: Micheal_2009 is an unknown quantity at this point 
Solved Threads: 1
Micheal_2009 Micheal_2009 is offline Offline
Newbie Poster

Re: how can i get Internet history

 
0
  #4
Jun 18th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 857
Reputation: vb5prgrmr will become famous soon enough vb5prgrmr will become famous soon enough 
Solved Threads: 157
vb5prgrmr vb5prgrmr is offline Offline
Practically a Posting Shark

Re: how can i get Internet history

 
0
  #5
Jun 18th, 2009
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
If anyone has helped you solve your problem, please mark your thread as solved.

Thanks
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC