PluginProbe ʕ •ᴥ•ʔ
WP Fastest Cache – WordPress Cache Plugin / 1.2.2
WP Fastest Cache – WordPress Cache Plugin v1.2.2
1.4.9 1.4.8 trunk 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7.0 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.7.7 0.8.7.8 0.8.7.9 0.8.8.0 0.8.8.1 0.8.8.2 0.8.8.3 0.8.8.4 0.8.8.5 0.8.8.6 0.8.8.7 0.8.8.8 0.8.8.9 0.8.9.0 0.8.9.1 0.8.9.2 0.8.9.3 0.8.9.4 0.8.9.5 0.8.9.6 0.8.9.7 0.8.9.8 0.8.9.9 0.9.0.0 0.9.0.1 0.9.0.2 0.9.0.3 0.9.0.4 0.9.0.5 0.9.0.6 0.9.0.7 0.9.0.8 0.9.0.9 0.9.1.0 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 0.9.1.5 0.9.1.6 0.9.1.7 0.9.1.8 0.9.1.9 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7
wp-fastest-cache / templates / update_error.html
wp-fastest-cache / templates Last commit date
cdn 2 years ago buttons.html 2 years ago cache_path.php 2 years ago clearing_specific_pages.php 2 years ago cloudflare_warning.html 6 years ago disable_wp_cron.php 6 years ago download.html 6 years ago exclude.php 2 years ago htaccess.html 6 years ago lazy_load.php 6 years ago newpost.php 5 years ago nginx_gzip.php 6 years ago permission_error.html 6 years ago preload.php 2 years ago sample_img_list.html 6 years ago timeout.php 6 years ago toolbar_settings.php 5 years ago update_error.html 6 years ago update_now.php 6 years ago update_success.html 6 years ago update_success.php 6 years ago updatepost.php 5 years ago varnish.php 2 years ago
update_error.html
42 lines
1 <div id="wpfc-modal-updateerror" style="top: 10.5px; left: 226px; position: absolute; padding: 6px; height: auto; width: 560px; z-index: 10001;">
2 <div style="height: 100%; width: 100%; background: none repeat scroll 0% 0% rgb(0, 0, 0); position: absolute; top: 0px; left: 0px; z-index: -1; opacity: 0.5; border-radius: 8px;">
3 </div>
4 <div style="z-index: 600; border-radius: 3px;">
5 <div style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;background: none repeat scroll 0px 0px rgb(255, 161, 0); z-index: 1000; position: relative; padding: 2px; border-bottom: 1px solid rgb(194, 122, 0); height: 35px; border-radius: 3px 3px 0px 0px;">
6 <table width="100%" height="100%">
7 <tbody>
8 <tr>
9 <td valign="middle" style="vertical-align: middle; font-weight: bold; color: rgb(255, 255, 255); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); padding-left: 10px; font-size: 13px; cursor: move;"><?php _e("Update Error", "wp-fastest-cache"); ?></td>
10 <td width="20" align="center" style="vertical-align: middle;"></td>
11 <td width="20" align="center" style="vertical-align: middle; font-family: Arial,Helvetica,sans-serif; color: rgb(170, 170, 170); cursor: default;">
12 <div title="Close Window" class="close-wiz"></div>
13 </td>
14 </tr>
15 </tbody>
16 </table>
17 </div>
18 <div class="window-content-wrapper" style="padding: 8px;">
19 <div style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;" class="window-content">
20
21
22 <div id="wpfc-wizard-downloaderror" class="wpfc-cdn-pages-container">
23 <div wpfc-cdn-page="1" class="wiz-cont">
24 <h1>Manually Update</h1>
25 <p><label id="wpfc-update-error-message"><?php echo $error_message; ?></label> You need to download the file and update the plugin manually.</p>
26 <div class="wiz-input-cont" style="text-align:center;" id="wpfc-send-email">
27 <a id="wpfc-download-now" target="_blank" href="">
28 <button class="wpfc-green-button" style="padding: 6px 60px;">
29 <span>Download</span>
30 </button>
31 </a>
32 </div>
33 <p class="wpfc-bottom-note"><a target="_blank" href="http://www.wpfastestcache.com/warnings/how-to-update-the-premium-version-manually/">Note: Please read How to Update the Premium Version Manually</a></p>
34 </div>
35 </div>
36
37
38
39 </div>
40 </div>
41 </div>
42 </div>