473,395 Members | 1,675 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Cookies and Index.dat

I have just had a really strange request. I have to modify one of my
programs (User Migration) so that it will migrate a specific cookie to
the new PC. Now, one cannot just copy the cookie to the new PC without
modifyinig the Index.dat file. But, after many hours of Googling, I
cannot find the data structure of this file. Any ideas?

Thanks,
Jody W
Nov 21 '05 #1
11 2076
Jody,

I suggest you spoof your e-mail address unless you want to be SPAMMED

------------------------------------------------------------

Yep. I have written an application regarding the index.dat files & after
months of searching I found nothing on the net either. So, I investigated it
myself.

Unfortunately for you, I do not plan EVER to release the information, as 1)
no-one wanted to help me out when I e-mailed them for some answers & 2) I
have an application for sale that deals with them.

Sorry, but this is the reality of the situation. Forget asking on the
newsgroups or VB.NET forums because I have been there, done that, bought the
t-shirt & wrote the book, so to speak.

Sorry that I am unable to be of any additional help

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #2
Jody L. Whitlock wrote:
I have just had a really strange request. I have to modify one of my
programs (User Migration) so that it will migrate a specific cookie to
the new PC. Now, one cannot just copy the cookie to the new PC without
modifyinig the Index.dat file. But, after many hours of Googling, I
cannot find the data structure of this file. Any ideas?

Thanks,
Jody W


Any help?

http://www.latenighthacking.com/proj...03/reIndexDat/
http://www.codeproject.com/useritems...plorer_Spy.asp

looks like it might be of use.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.
Nov 21 '05 #3


"Crouchie1998" <cr**********@spamcop.net> wrote in message
news:Or*************@TK2MSFTNGP15.phx.gbl...

Jody,

I suggest you spoof your e-mail address unless you want to be SPAMMED

------------------------------------------------------------

Yep. I have written an application regarding the index.dat files & after
months of searching I found nothing on the net either. So, I investigated it myself.

Unfortunately for you, I do not plan EVER to release the information, as 1) no-one wanted to help me out when I e-mailed them for some answers & 2) I
have an application for sale that deals with them.
Then why bother to respond. The simple fact is that no one may have known
the answer. Now that you do, answering in this manner makes you sound like
a complete ass. I recommend that no one purchase your application based on
your attitude.

Mike Ober.
Sorry, but this is the reality of the situation. Forget asking on the
newsgroups or VB.NET forums because I have been there, done that, bought the t-shirt & wrote the book, so to speak.

Sorry that I am unable to be of any additional help

Crouchie1998
BA (HONS) MCP MCSE


Nov 21 '05 #4
Michael D. Ober wrote:


"Crouchie1998" <cr**********@spamcop.net> wrote in message
news:Or*************@TK2MSFTNGP15.phx.gbl...
Jody,

I suggest you spoof your e-mail address unless you want to be SPAMMED

------------------------------------------------------------

Yep. I have written an application regarding the index.dat files & after
months of searching I found nothing on the net either. So, I investigated


it
myself.

Unfortunately for you, I do not plan EVER to release the information, as


1)
no-one wanted to help me out when I e-mailed them for some answers & 2) I
have an application for sale that deals with them.


Then why bother to respond. The simple fact is that no one may have known
the answer. Now that you do, answering in this manner makes you sound like
a complete ass. I recommend that no one purchase your application based on
your attitude.

Mike Ober.

Sorry, but this is the reality of the situation. Forget asking on the
newsgroups or VB.NET forums because I have been there, done that, bought


the
t-shirt & wrote the book, so to speak.

Sorry that I am unable to be of any additional help

Crouchie1998
BA (HONS) MCP MCSE



Well said. That kinda motivated me to google a bit for the previous
links i posted.

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.
Nov 21 '05 #5
Thanks for your comments, but when I asked people who know the answer they
never helped me at all & basically told me to find out myself. This is the
reality of the question asked.

As I said before, I have been to the newsgroups, VB.NET forums & companies
that have done it & no-one is willing to help. It took me MONTHS to research
everything & as nobody helped me or was willing to help me then why should I
make this information available freely?

There are a few other questions like this which no-one will release the
information.

I know of a program that is FREE that cleans your computer, but if you want
the professional version that only does the same but handles the index.dat
file then the price is £70 (around $130). So, from this example that
index.dat handling is worth money & I have given too much in the way of hard
code that people don't know free on the Internet or in the forums whereas, I
could be making a living from it. How do I know that the information I am
providing for free isn't making that person 1000's? Therefore, I want to
make the money out of it.

Sorry, but I will never force anyone to buy any of my products that are
available.

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #6
The IE Spy is a VBS script, but that just shows the information in the
index.dat file. The author of that was one of the people I approached in the
past who was unwilling to help.

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #7
The link from the reIndexDat was an article I read in the past, but its not
complete & if you like I e-mail the author then you won't get any additional
info because Microsoft hasn't released anymore. So, you can only use that
info to a certain point

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #8
Crouchie, I'm sorry that when you were in search of your answers no
one was of very much help. The fact of reality is, you are using that
as an excuse to feed your over-inflated ego. If you have the answer
but don't want to give it, then just shut the hell up and let people
get on with thier lives without watching you trip over your ego.

Jody W.
Nov 21 '05 #9
As a second follow-up, when I get this working, I WILL BE RELEASING my
findings for others to benifit and improve on. THAT IS THE NATURE OF
REALITY.
Nov 21 '05 #10
Daniel wrote:
Jody L. Whitlock wrote:
I have just had a really strange request. I have to modify one of
my programs (User Migration) so that it will migrate a specific
cookie to the new PC. Now, one cannot just copy the cookie to the
new PC without modifyinig the Index.dat file. But, after many
hours of Googling, I cannot find the data structure of this file.
Any ideas?

Thanks,
Jody W


Any help?

http://www.latenighthacking.com/proj...03/reIndexDat/
http://www.codeproject.com/useritems...plorer_Spy.asp

looks like it might be of use.


Actually, that was a great article, unfortunatly it deals with the
index.dat file for IE history. There has to be some structure to the
one used for cookies, I guess i just need to take a few days off from
work to have the time to deal with only this. Sorry Crouchie, some
poeple to not have nice cushy jobs that allow all the time in the
owrld, some poeple still do have deadlines in life.
Anyway, I'm just going to ignore him from now on. Like I said though,
when (not if) I get this solved, everyone will be seeing the
code/structure of this file.

Jody W
Nov 21 '05 #11
Jody L. Whitlock wrote:
I have just had a really strange request. I have to modify one of my
programs (User Migration) so that it will migrate a specific cookie to
the new PC. Now, one cannot just copy the cookie to the new PC without
modifyinig the Index.dat file. But, after many hours of Googling, I
cannot find the data structure of this file. Any ideas?

Thanks,
Jody W


might be useful...?

http://groups.google.es/group/micros...bd0bd631a421e3
--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.
Nov 21 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Brian Burgess | last post by:
Hi all, Anyone know if this is possible? If so, on which page would the cookie be? .. On the page calling a function defined in the include file? thanks in advance.. -BB
1
by: duane | last post by:
Dear Experts: I have a problem. When you enter the website I am working on, wherever you go within the website, the URL address on the website will display: "http:\\..\index.html", whether...
3
by: Mandy Holmes | last post by:
Hi all (Newbie alert!) I am a bit stuck. I want to set a cookie when a hyperlink on my website is clicked. This cookie will then be used to determing which of 5 images is displayed on that page...
0
by: Lucifer | last post by:
Hi I have some code for checking for cookies, that sets a cookie on page1 and checks for it on page2. and its based on the code by MS: ...
7
by: Bert | last post by:
I have been reading the post and the FAQ and have been unable to find anything that will help with my problem. First let me say that I am not a web developer, designer and no next to nothing...
0
by: Jason Shohet | last post by:
I need a simple cookie to be written from dos commands (a batch file), and go into the cookies folder, to be a textfile that is easily readable -- not an encrypted thing in the index.dat file...
1
by: Peter Row | last post by:
Hi, I have a web app, there is only really 1 aspx page (that the user never sees) the rest of the code is done in a DLL that implements HttpHandler. My app (which is a porting job from Vb6...
8
by: Jason Shohet | last post by:
I used to recall, when i started doing .NET years ago, that cookies written in js, or .NET cookies, were placed in the cookies folder (documents & settings, cookies). Now I just see this...
1
by: onceuponapriori | last post by:
Greetings gents. I'm a Railser working on a django app that needs to do some scraping to gather its data. I need to programatically access a site that requires a username and password. Once I...
4
by: Jon Slaughter | last post by:
I have developed a technique to add and remove cookies after output... wondering if there is something else like this out there? Jon
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.