Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 9th, 2008, 12:39 AM
Authorized User
 
Join Date: Apr 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Retrive Visited URL from FireFox


hi Everybody,

         I want to retrive Visited Url from Mozilla firefox ant store into the Database . How to retrive?
 Can anyone send the sample code or related Links?

Thanks in advance

 
Old April 9th, 2008, 03:14 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

What do you mean by 'Visit URL'?
What do you mean by 'ant store'?

Is this a windows client application you are writing or a web site?

/- Sam Judson : Wrox Technical Editor -/
 
Old April 9th, 2008, 06:23 AM
Authorized User
 
Join Date: Apr 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

 here i explain detail. I creating Windows Application. We have Visited
Lot of Websites in Firefox. I want to capture only Visited Urls names from Firefox ,then store into the Database?

i dont Know how?

please help me?

thanks in advance


 
Old April 9th, 2008, 06:33 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

OK, so I searched google for "firefox history access" and discovered that the history is stored in a file called "history.dat" which is in the following location: "C:\Documents and Settings\<username>\Application Data\Mozilla\Firefox\<profile>\history.dat".

Another google reveals that the file is in a format called 'Mork'. I couldn't find a C# parser for this file but did find a Java one which might help: http://www.smartwerkz.com/projects/jmork/download.html

That's about all the help I'm giving you seeing as you could have managed this on your own with a bit of work.

/- Sam Judson : Wrox Technical Editor -/
 
Old April 10th, 2008, 12:35 AM
Authorized User
 
Join Date: Apr 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks for reply


I will try






Similar Threads
Thread Thread Starter Forum Replies Last Post
a:visited link clearing vferratusco CSS Cascading Style Sheets 8 June 16th, 2010 11:20 AM
get Current UrL from Firefox senpark15 C# 2005 6 May 16th, 2008 09:03 AM
Visited link Issue mat41 CSS Cascading Style Sheets 10 May 14th, 2008 07:42 PM
Chapter 3 - a:visited not working VeganMan BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 4 April 3rd, 2008 12:31 AM
Have robots visited my site angrycat Apache Tomcat 2 February 22nd, 2005 09:50 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.