Changeset 3252186
- Timestamp:
- 03/07/2025 01:45:19 PM (13 months ago)
- Location:
- upkepr-maintenance/trunk
- Files:
-
- 5 edited
-
adminpage.php (modified) (1 diff)
-
css/enchancestyle.css (modified) (1 diff)
-
js/upkepr_script.js (modified) (7 diffs)
-
readme.txt (modified) (2 diffs)
-
vulnerability.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
upkepr-maintenance/trunk/adminpage.php
r3218220 r3252186 122 122 </div> 123 123 <!-- <div id="upkepr-loader-2"></div> --> 124 <div class="scan-now"><a href="javascript:void(0)" class="primary-btn scan-now-btn" onclick="UPKPR_check_connection('all',this)"><i class="fa-solid fa-expand"></i> Scan Now</a></div> 124 125 <div class="coonection-with-upkepr-outer"> 125 126 <div class="coonection-with-upkepr-left"> -
upkepr-maintenance/trunk/css/enchancestyle.css
r3218220 r3252186 73 73 background: #F24F47; 74 74 } 75 .upkepr-div-tabmain-section .scan-now {75 /* .upkepr-div-tabmain-section .scan-now { 76 76 background: #4EA07C; 77 } 77 } */ 78 78 79 79 section { -
upkepr-maintenance/trunk/js/upkepr_script.js
r3218220 r3252186 82 82 jQuery('#upkpr-Modal').find('.step3').addClass('completed'); 83 83 84 setTimeout(function () {84 // setTimeout(function () { 85 85 window.location.reload(); 86 86 jQuery('.upkpr-success').html(''); 87 87 jQuery('.upkpr-success').hide(); 88 }, 1000);88 // }, 1000); 89 89 90 90 } else { 91 91 jQuery('.registerButton').removeClass('disabled'); 92 setTimeout(function () {92 // setTimeout(function () { 93 93 jQuery('.upkpr-errors').text(''); 94 94 jQuery('.upkpr-errors').hide(); 95 95 window.location.reload(); 96 }, 5000);96 // }, 5000); 97 97 jQuery('.upkpr-errors').show(); 98 98 jQuery('.upkpr-errors').html(respose.message + '<i class="fa fa-times" aria-hidden="true"></i>'); … … 147 147 triggerUPkprAccordian(); 148 148 // jQuery(eventhis).show(); 149 setTimeout(() => {149 // setTimeout(() => { 150 150 jQuery('#upkpr-Modal .addButton').find('.scan-now').trigger('click'); 151 151 jQuery('#upkpr-Modal .addButton').hide(); 152 }, 50);152 // }, 500); 153 153 //jQuery('.upkpr-success').html('Data retrieval successful. <i class="dashicons dashicons-yes"></i>'); 154 154 //jQuery('.upkpr-success').show(); … … 207 207 //alert(); 208 208 UPKPR_check_ConnectedWithUpkpr('check'); 209 setInterval(()=>{210 UPKPR_check_ConnectedWithUpkpr('check');211 },5000);209 // setInterval(()=>{ 210 // UPKPR_check_ConnectedWithUpkpr('check'); 211 // },5000); 212 212 } 213 213 function UPKPR_check_ConnectedWithUpkpr(type = 'check') { … … 282 282 var modal = jQuery('#upkpr-Modal'); 283 283 modal.show(); 284 startRefreshInterval(sectionType, eventThis);284 // startRefreshInterval(sectionType, eventThis); 285 285 } 286 286 jQuery(document).ready(function ($) { … … 294 294 span.click(function () { 295 295 modal.hide(); 296 clearInterval(refreshInterval);296 // clearInterval(refreshInterval); 297 297 }); 298 298 … … 300 300 if (event.target == modal) { 301 301 modal.hide(); 302 clearInterval(refreshInterval);302 // clearInterval(refreshInterval); 303 303 } 304 304 }); … … 309 309 let refreshInterval; 310 310 function startRefreshInterval(sectionType, eventThis) { 311 clearInterval(refreshInterval);311 /* clearInterval(refreshInterval); 312 312 refreshInterval = setInterval(function () { 313 313 const modal = jQuery('#upkpr-Modal'); 314 314 if (modal.css('display') === 'block') { 315 console.log('Modal is visible, refreshing...'); 315 console.log('Modal is visible, refreshing...'); */ 316 316 UPKPR_check_user(sectionType, eventThis); 317 } else {317 /* } else { 318 318 clearInterval(refreshInterval); 319 319 } 320 }, 5000); 320 }, 5000); */ 321 321 } 322 322 -
upkepr-maintenance/trunk/readme.txt
r3218220 r3252186 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.1 7 Stable tag: 1.0.1 07 Stable tag: 1.0.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 139 139 === Changelog === 140 140 141 = 1.0.11 = 142 * Bugs fixes 143 * Performance optimize 144 141 145 = 1.0.10 = 142 146 * Bugs fixes -
upkepr-maintenance/trunk/vulnerability.php
r3218220 r3252186 16 16 * Plugin Name: Vulnerability Detector & Plugin Manager 17 17 * Description: "Vulnerability Detector & Plugin Manager" is a WordPress plugin that allows Upkepr applications to stay connected with the website. 18 * Version: 1.0.1 018 * Version: 1.0.11 19 19 * Author: Upkepr 20 20 * Author URI: https://upkepr.com/
Note: See TracChangeset
for help on using the changeset viewer.