WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/endtheignorance/public_html/wp-content/plugins/wp-site-migrate/admin/main_page.php
<header class="header-container">
	<a href="http://wpengine.com/" target="_blank" rel="noopener noreferrer">
		<img class="wpengine-logo" src="<?php echo esc_url(plugins_url("/../assets/img/wpe-logo.svg", __FILE__)); ?>">
	</a>
	<img class="blogvault-logo" src="<?php echo esc_url(plugins_url("/../assets/img/bv-logo.svg", __FILE__)); ?>">
</header>
<main class="text-center">
  <div class="card deprecation-notice">
		<h4>Deprecation Notice</h4>
		This plugin is now deprecated and will stop performing migrations to WP Engine in the near future.
			New migrations should use the <a href="https://wpengine.com/support/wp-engine-site-migration" target="_blank" rel="noopener noreferrer">WP Engine Site Migration</a> plugin available in the WP Engine User Portal.
  </div>
	<div class="card">
		<form action="<?php echo esc_url($this->bvinfo->appUrl()); ?>/migration/migrate" method="post" name="signup">
			<img class="wpe-logo-lg" src="<?php echo esc_url(plugins_url("/../assets/img/wpe-logo-lg.svg", __FILE__)); ?>">
			<div class="form-content">
				<label class="email-label" required>Email Address</label>
				<input type="email" name="email" placeholder="Email address" class="email-input">
				<div class="tnc-check text-center mt-2">
					<label class="normal-text horizontal">
						<input type="hidden" name="bvsrc" value="wpplugin" />
						<input type="hidden" name="migrate" value="wpengine" />
						<input type="checkbox" name="consent" onchange="document.getElementById('migratesubmit').disabled = !this.checked;" value="1" autocomplete='off'>
						<span class="checkmark"></span>&nbsp;
						I agree to WP Engine's <a href="https://wpengine.com/legal/terms-of-service/" style="text-decoration: none; color: #9579F2;">Terms of Service</a>
					</label>
				</div>
			</div>
			<?php echo $this->siteInfoTags(); ?>
			<input type="submit" name="submit" id="migratesubmit" class="button button-secondary" value="Get started" style="display: block; margin: 2rem auto 2rem;" disabled>
		</form>
	</div>
</main>