HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
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: /home/nudepix.eu/public_html/wp-content/plugins/recommend-a-friend/views/admin/widget-form.tpl.php
<p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e( 'Title' , 'raf'); ?></label></p>

<p><input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" /></p>

<p><label><?php _e( 'Display type' , 'raf'); ?></label></p>

<p>
<input type="radio" id="display_type_1" name="<?php echo $this->get_field_name('display_type'); ?>" value="1" class="display_default" <?php checked( $display_type, 1 ); ?> /> <label for="display_type_1"><?php _e( 'Default' , 'raf'); ?></label><br />
<input type="radio" id="display_type_2" name="<?php echo $this->get_field_name('display_type'); ?>" value="2" class="display_img" <?php checked( $display_type, 2 ); ?> /> <label for="display_type_2"><?php _e( 'Custom image' , 'raf'); ?></label><br />
<input type="radio" id="display_type_3" name="<?php echo $this->get_field_name('display_type'); ?>" value="3" class="display_text" <?php checked( $display_type, 3 ); ?> /> <label for="display_type_3"><?php _e( 'Custom text' , 'raf'); ?></label><br />
</p>

<p class="img_input">
	<input type="text" name="<?php echo $this->get_field_name('image_url'); ?>" value="<?php echo $image_url; ?>" /> <label><?php _e( 'Image URL' , 'raf'); ?></label>
</p>

<p class="txt_input">
	<input type="text" name="<?php echo $this->get_field_name('link_text'); ?>" value="<?php echo $link_text; ?>" /> <label><?php _e( 'Link text' , 'raf'); ?></label>
</p>