well i will tested tomorrow at work ...
we like also if it's possible to make some sort of report
Thanks
Main Topics
Browse All TopicsHi all
is there any software to see history of a remote pc for mozilla firefox ?
like the iehv.exe does for the internet exploer .
we are trying to investigate de habit of some users here
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Depends on how much work you want to put in to this as well as how secret you want to remain. If you'd like to do anything other than simple text exporting, then you'll have to take option 2 and replace your history.dat with that of the one in question. Some coders have written extensions that aid in the parsing of history but i haven't tried them myself. A promising one goes by the name of 'Slogger'. You can find it at http://releases.mozilla.or
Business Accounts
Answer for Membership
by: jambraunPosted on 2007-02-05 at 12:09:51ID: 18470778
I've come across a mildly esoteric solution to your problem here that I hope works for you (as viable solutions are in short supply given a few factors). As you're a systems admin, you have access to the users' history.dat file. If you're having trouble locating this file, it can be found at : C:\Documents and Settings\username\Applicat ion Data\Mozilla\Firefox\Profi les\****** .default
dork/
s and Settings\username\Applicat ion Data\Mozilla\Firefox\Profi les\****** .default" and then copy the history.dat file to your desktop. If you attempt to run the file with DORK from the current location of the .dat file, it will fail due to permissions. Now, with the history.dat file on your desktop, run Dork.exe and drag the history.dat file in to the window that opened. Once Dork is done processing the file, it will create history.txt on your desktop.
**note**
'Application Data' is a hidden directory, so if you plan on browsing to it, make sure your folder settings are set to view hidden folders and files
The quirk you now face is that this history.dat file is in a format called 'Mork', which is only readable by certain programs which understand 'mork', and your windows text editor isn't one of these programs. I've done some leg work and come across a mork reader which will parse this file for you create a text document with neatly formatted output. Download this program called "DORK" from: http://www.sunturbine.com/
**note**
The download will be in that of a zip file so you may require a program such as winzip or winrar to extract the contents.
Ok, you know where the history.dat is located and you now have this program called 'dork'. Connect to the computer you want to get the history.dat file from via "Start --> Run --> \\ComputerName\C$\Document
I managed to test this out myself and it worked ok for me so I hope this works for you as well.
P.S. - the alternative method is to replace your OWN history.dat file located on your computer with that of the history.dat file from the one you want to parse and then view it using your own FireFox. I thought the Dork method would be less of a hassle.