Jump to content
UBot Underground

Clearing the cache


Recommended Posts

I did a google.se/ncr (ncr = no country redirect) and now I can't undo it. How do I empty the cache of the browser in UB4? I know the cookies, but the cache...?

Link to post
Share on other sites

Right now the only wya to clear the cache is to start a new browser such as using the "in new browser" command. All of those browsers have a new cache and cookies and will erase them when they close.

 

You can restart ubot as well to clear the cache of the main browser.

Link to post
Share on other sites

You can restart ubot as well to clear the cache of the main browser.

 

 

This appears not to be correct I am afraid. At least it doesn't work.

Link to post
Share on other sites

This appears not to be correct I am afraid. At least it doesn't work.

 

It is correct, maybe they are keeping track of you by something besides your cache, such as your flash cookies or your IP address.

Link to post
Share on other sites
  • 9 months later...

So, has this been sorted out in the latest update, yet ?

It's not a problem with ubot. It's the website that you are visiting. Here, try this:

define Clear ALL Cookies {

shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")

shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")

}

I forget the one to clear cache, but like Eddie said if you closed ubot and opened again then the cache is cleared, so I don't think that is the problem.

Link to post
Share on other sites
  • 1 month later...

This is what i do

 

1) Load a fresh copy of a UB browser

 

2)Use this:

 

    define Clear ALL Cookies {
    shell("C:\\windows\\system32\\rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351")
    shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")
}
Clear ALL Cookies()define Clear ALL Cookies

 

3) Also run this from a shell command

C:\Program Files\CCleaner\ccleaner.exe /AUTO

 

but you will need Ccleaner.com of course

 

Don't recall if standard or pro can run shell commands tho ?

Link to post
Share on other sites
nice! so this one clears flash cookies is that correct? shell("cmd.exe /c rmdir /s /q \"%APPDATA%\\Macromedia\\Flash Player\\#SharedObjects\\\"")

 

 

Yes it does. I have the above commands on ALL my stuff

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...