April 19, 2024, 10:24:43 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Internet explorer cache editor

Started by sapero, May 10, 2010, 10:10:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sapero

May 10, 2010, 10:10:44 AM Last Edit: May 10, 2010, 01:45:07 PM by sapero
This tiny program allows you to edit the cache of Internet Explorer. You can edit modification, expiration and last sync time, the UseCount and HitRate parameters.
You can also remove items from cache. It has a simple filtering for 'cookies' and 'visited' cache types, and any other string will filter out all the entries with the given substring. For example type 'ionicwind' to view all cache entries for this site, or 'http:' to see http only entries (hit Return to apply).

There is a special button: 'Another account'. After you click it, you will be prompted to select or enter user name and the password for a valid Windows account, then the program will launch itself with different credentials. If your secondary account is not protected with a passport, keep the password editbox blank, it will still log-on, but only if the program is running in account with the granted right to write to HKLM\SYSTEM\CurrentControlSet\Control\Lsa. There is an entry allowing you to call CreateProcessWithLogonW without a password (LimitBlankPasswordUse, should be 1 by default). The value will be changed to 0 for a short time.

The button 'Register as Internet Explorer tool' will install a menu item for Internet Explorer (restart IE to see it in tools or extras menu).
This tool was developed for Windows XP, originally in extended Aurora language, then converted to Ebasic.

EDIT: added missing IeCacheEditor_eb.inc

Haim

Quote from: sapero on May 10, 2010, 10:10:44 AM
This tool was developed for Windows XP, originally in extended Aurora language, then converted to Ebasic.


Sapero, any Aurora extensions you can tell us about?

Haim

sapero

This is a continuation of http://www.ionicwind.com/forums/index.php/topic,2190.0.html, just implemented in another IDE I'm working on.
It is working like pre and post build step.

Techno

Quote from: sapero on May 10, 2010, 10:10:44 AM
This tiny program allows you to edit the cache of Internet Explorer. You can edit modification, expiration and last sync time, the UseCount and HitRate parameters.
You can also remove items from cache. It has a simple filtering for 'cookies' and 'visited' cache types, and any other string will filter out all the entries with the given substring. For example type 'ionicwind' to view all cache entries for this site, or 'http:' to see http only entries (hit Return to apply).

There is a special button: 'Another account'. After you click it, you will be prompted to select or enter user name and the password for a valid Windows account, then the program will launch itself with different credentials. If your secondary account is not protected with a passport, keep the password editbox blank, it will still log-on, but only if the program is running in account with the granted right to write to HKLM\SYSTEM\CurrentControlSet\Control\Lsa. There is an entry allowing you to call CreateProcessWithLogonW without a password (LimitBlankPasswordUse, should be 1 by default). The value will be changed to 0 for a short time.

The button 'Register as Internet Explorer tool' will install a menu item for Internet Explorer (restart IE to see it in tools or extras menu).
This tool was developed for Windows XP, originally in extended Aurora language, then converted to Ebasic.

EDIT: added missing IeCacheEditor_eb.inc

Sapero

The zip file is broken or corrupt.
Can you please post an new one
Thanks
Stephane

LarryMc

LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library