Mobile app version of vmapp.org
Login or Join
Correia994

: Retrieve static webpage on client cache from dynamic content I was developing a website on a certain web host and they lost everything. They told me their disks crashed and even the backup

@Correia994

Posted in: #Cache #Php

I was developing a website on a certain web host and they lost everything. They told me their disks crashed and even the backup are unretrievable. I am mad.

As I was often accessing my website through my personal browser, is there any way I can get the static webpages from my cache?

I managed to find the css, pictures and js files from my local cache, but I would really want to also get back all the texts (content) that I've written.

The webpages were generated dynamically (php) from a database (mysql) so I found no html files containing the text for each of my pages.

Is there a way I can get these texts or any trace of html source for my webpages..?

Thanks in advance

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gloria169

It really depends on which browser you were using. If it was Firefox, then try typing this in address bar: about:cache. You will be interested in disk cache: about:cache?device=disk. This will give you an idea of what you can still find in a cache.

Unfortunately this will not work in all browsers.

If you are on Windows, try these free programs:


ChromeCacheView
MozillaCacheView
OperaCacheView
IECacheView


You may also look for browser extensions (at least for Firefox and Chrome) that will allow you to save cached file locally when browsing about:cache pages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme