| Server IP : 95.171.21.124 / Your IP : 216.73.216.71 Web Server : Apache/2.4.66 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux tr.turqaestate.com 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/turqa/web/turqaestate.com/public_html/wp-content/plugins/wps-cleaner/blocks/ |
Upload File : |
<?php
// don't load directly
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
$pf = \WPS\WPS_Cleaner\Pub::wps_ip_check_return_pf();
if ( ! empty( $pf ) ) {
return false;
}
$plugin = 'migrate-guru/migrateguru.php';
$is_plugin_installed = \WPS\WPS_Cleaner\Pub::is_plugin_installed( $plugin );
if ( ! $is_plugin_installed ) {
$classes = 'install-now';
$action_url = wp_nonce_url( add_query_arg(
array(
'action' => 'install-plugin',
'plugin' => 'migrate-guru',
),
network_admin_url( 'update.php' )
), 'install-plugin_migrate-guru' );
$button = __( 'Install Migrate Guru', 'wps-limit-login' );
} else {
$action_url = wp_nonce_url( add_query_arg(
array(
'action' => 'activate',
'plugin' => $plugin,
'plugin_status' => 'all',
'paged' => 1
),
network_admin_url( 'plugins.php' )
), 'activate-plugin_' . $plugin );
$button = __( 'Enable Migrate Guru', 'wps-limit-login' );
}
if ( empty( $action_url ) ) {
return false;
}
$details_url = add_query_arg(
array(
'tab' => 'plugin-information',
'plugin' => 'migrate-guru',
'TB_iframe' => true,
'width' => 722,
'height' => 949,
),
network_admin_url( 'plugin-install.php' )
); ?>
<div class="pub-wp-serveur plugin-card plugin-card-migrate-guru">
<div class="logo">
<a href="https://www.wpserveur.net/?refwps=14&campaign=wpslimitlogin" target="_blank">
<img src="https://www.wpserveur.net/muwps/WPServeur-logo-white.svg" alt="WPServeur" height="auto"
width="200"/>
</a>
</div>
<div class="message">
<strong><?php _e( 'Discover the specialized WordPress hosting with WPServeur!', 'wps-limit-login' ); ?></strong>
<strong><?php _e( 'For fast, secure and efficient hosting.', 'wps-limit-login' ); ?></strong><br/>
<?php _e( 'We only do WordPress but we do it well!', 'wps-limit-login' ); ?><br/>
<i style="font-size:11px;"><?php _e( '(-10% discount on your subscription with the promo code <strong>WPSC&T</strong>)', 'wps-limit-login' ); ?></i>
</div>
<div class="cta">
<a href="https://www.wpserveur.net/?refwps=14&campaign=wpslimitlogin" target="_blank"
class="btn-pubwps btn-abonner"><?php _e( 'Subscribe to WPServeur', 'wps-limit-login' ); ?></a>
<a data-slug="migrate-guru" href="<?php echo $action_url; ?>"
class="btn-pubwps btn-install-plugin <?php echo $classes; ?>"><?php echo $button; ?></a>
<a href="<?php echo $details_url; ?>"
class="thickbox open-plugin-details-modal btn-wps-details"><?php echo sprintf( __( 'More about %s', 'wps-limit-login' ), 'Migrate Guru' ); ?></a>
</div>
</div>