Hello there,
My question is .. how can I change the IE history. For example: I have 2 different histories and to choose which to use in my IE.
Printable View
Hello there,
My question is .. how can I change the IE history. For example: I have 2 different histories and to choose which to use in my IE.
I'm not sure why you would need one? A real one and a fake one?
I could think of a very practicle use
history 1. The pron surfing history. (but i want to keep all those links i visit and im to lazy to bookmark)
History 2. The I don't want my mother/girlfriend finding out history.
I'm sure the notice that when the come in your room you don't stand up right away ;)
There is many reasons to use 2,3 ... history. But the right question is not "Why?", but "How". I want to make it like a program.Quote:
Originally posted here by Barov4e
Hello there,
My question is .. how can I change the IE history. For example: I have 2 different histories and to choose which to use in my IE.
If you can explain what you want to try and accomplish I can try and help but I need more info.
An OS would be a wonderful tidbit of info......
The OS is WinXP. I want to make a program that has a list with histories. And I want to choose which history to use. I want to make it with C++. Or the other way is to stay in the tray and to capture the IE sites in real time. But I need help for the both.
Barov4e:
I think you will have a problem there since the history is linked to the user. In order to write the program you're thinking of you would have to intercept the history under another "authentication" and then direct it to the appropriate history file.
I'm not sure that the security system on XP will allow you to do that... but that's my opinion... Not fact.
I will make an authentication system if must, but how to change the origin history ?
I found the reg key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders. There is a value that stores the directory path of the history (the name is "History"). I try to change it, but when I close the registry i returns the old path. I do this with Administrator priviligies
A friend of mine created this script for getting all the IE history for all users on the same machine, look at the code there and you will find out how to read and where to manipulate the IE history for the users you want to.
The script is a proof of concept on how to read the IE history of web users remotely.
http://www.badsystems.com/check.html
Credits to Bushi for making this proof of concept available for us.
As it states all the history information is in the index.dat files on the machine.
I saw the source, but I can't work with VB and dont understand all of it. Is there a way to catch the IE urls and to store in my DB not in its Hisrtor. Or some other way to make my program.
might give u some info -> http://www.purgeie.com/indexdat.htm
v_Ln
Because there will be many users and that way is many comfortable.Quote:
Originally posted here by aenema
why not create another windows user and if you're going to use your porn history just use that profile
But the index.dat file... I know it, I found the registry key where it stores the history path, but I can't change it. I accept every solution.