Jump to content

Recommended Posts

Posted

When using the Inet.au3 function to grab data, does it leave history behind?

So let's say I do:

$data= InetRead("http://secreturl.com/secretpath.php?a=secretvariable")

Will anyone be able to look at their web history or find out what website the program is going to if I parse out the data? Or would it be safer to try and connect to a database through MySql?

Posted

i just cleared my history out...ect ect with ccleaner, and ran inetget to get some files,

in internet explorer, it showed no history, but in ccleaner i could see the files that i have downloaded

Posted

pcjunki,

CCleaner has an option to show only summary info. If you run it like GordonFreeman advised you will see nothing.

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Posted

i did run it like that, i cleared everything out, did a inetget to get some files....then had ccleaner scan, not clean...and it showed the files that were downloaded

Posted

pcjunki,

Oddly enough, it is doing exactly what you are telling it to do.

If you need to keep your history clean then run CCleaner after every download or on a timer (use adlibregister).

kylomas

Forum Rules         Procedure for posting code

"I like pigs.  Dogs look up to us.  Cats look down on us.  Pigs treat us as equals."

- Sir Winston Churchill

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...