HEX
Server: Apache
System: Linux c119.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: c1190199 (57165)
PHP: 7.4.33
Disabled: mail, system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, 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_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration
Upload Files
File: /home/c1190199/public_html/wp-content/plugins/wptouch-pro/admin/html/license-modals.php
<!-- Modals -->
<div class="remodal" data-remodal-id="modal-license" data-remodal-options="hashTracking: false">
	<?php if ( !strstr( $_SERVER[ 'REQUEST_URI' ], '?page=wptouch-admin-general-settings' ) ) { ?>
		<button data-remodal-action="close" class="remodal-close"></button>
	<?php } ?>
	<div class="license-activation">
		<h1><?php _e( 'Activating License', 'wptouch-pro' ); ?>&hellip;</h1>
		<div id="progress-license" class="license-status">
			<div class="progress">
			  <div class="bar"></div>
			</div>
		</div>
	</div>

	<!-- Cannot Connect To Server -->
	<div class="license-no-connection status">
		<h1><?php _e( 'Server Unavailable.', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'Our server cannot authorize your license. This could be caused by your webhost blocking the connection, or a temporary issue with our server.', 'wptouch-pro' ); ?></p>
		<button class="email-support"><?php _e( 'E-Mail Support', 'wptouch-pro' ); ?></button>
	</div>

	<!-- Failed Activation -->
	<div class="license-failed status">
		<h1><?php _e( 'E-mail Address/License Key Rejected', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'Our server rejected your E-Mail Address/License Key.', 'wptouch-pro' ); ?></p>
		<p><?php _e( 'Please check that they are correct and try again.', 'wptouch-pro' ); ?></p>
		<button data-remodal-action="cancel"><?php _e( 'Try Again', 'wptouch-pro' ); ?></button>
	</div>

	<!-- Expired License -->
	<div class="license-expired status">
		<h1><?php _e( 'Your license has expired', 'wptouch-pro' ); ?></h1>
		<p><?php echo sprintf( __( '%sRenew your license%s to continue to receive product updates and support.', 'wptouch-pro' ), '<a href="http://www.wptouch.com/renew/?utm_campaign=renew-from-license-area&utm_source=wptouch&utm_medium=web">', '</a>' ); ?></p>
		<button class="renew-license"><?php _e( 'Renew License', 'wptouch-pro' ); ?></button>
	</div>

	<!-- No Activations Left -->
	<div class="license-no-activations status">
		<h1><?php _e( 'No licenses remaining', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'You have no licenses remaining. You can remove a license from another domain, or purchase an additional site license.', 'wptouch-pro' ); ?></p>
		<button class="manage-licenses"><?php _e( 'Manage Licenses', 'wptouch-pro' ); ?></button>
		<button class="visit-pricing"><?php _e( 'Purchase Additional License', 'wptouch-pro' ); ?></button>
	</div>
	<!-- Success! -->
	<div class="license-success status">
		<h1><?php _e( 'License Activation Complete!', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'Thanks for purchasing WPtouch Pro! Your installation is activated, you can receive support and product updates for this website.', 'wptouch-pro' ); ?></p>
		<button data-remodal-action="confirm" class="remodal-confirm"><?php echo 'OK'; ?></button>
	</div>

	<!-- Free Upgrade -->
	
	<div class="license-free-upgrade-text status">
		<p><?php _e( 'Upgrading installation...', 'wptouch-pro' ); ?></p>
	</div>
	<div class="license-free-upgrade status">
		<h1><?php _e( 'Upgrade to Pro Complete!', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'Your installation has been activated and replaced by WPtouch Pro. Next you\'ll be taken to the WPtouch Pro wizard to get setup.', 'wptouch-pro' ); ?></p>
		<button data-remodal-action="confirm" class="remodal-confirm"><?php echo 'Finish Upgrade'; ?></button>
	</div>

	<!-- Free Upgrade Failed -->
	<div class="license-free-upgrade-failed status">
		<h1><?php _e( 'Upgrade to Pro Failed', 'wptouch-pro' ); ?></h1>
		<p><?php _e( 'Your license was activated, however your installation could not be automatically upgraded to WPtouch Pro.', 'wptouch-pro' ); ?></p>
		<p><?php echo sprintf( __( 'Please %sfollow the steps in this article%s to fix the issue.', 'wptouch-pro' ), '<a href="https://support.wptouch.com/support/solutions/articles/5000694582">', '</a>' ); ?></p>
		<button data-remodal-action="confirm" class="remodal-confirm"><?php echo 'Ok'; ?></button>
	</div>

</div>