HEX
Server: nginx/1.24.0
System: Linux ht2024073053593 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64
User: root (0)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/njmuedu.com/wp-content/themes/blogrank-pro/updater/theme-updater.php
<?php
/**
 * Easy Digital Downloads Theme Updater
 *
 * @package EDD Sample Theme
 */

// Includes the files needed for the theme updater
if ( !class_exists( 'EDD_Theme_Updater_Admin' ) ) {
	include( dirname( __FILE__ ) . '/theme-updater-admin.php' );
}

// Loads the updater classes
$updater = new EDD_Theme_Updater_Admin(

	// Config settings
	$config = array(
		'remote_api_url' => 'https://wpenjoy.com', // Site where EDD is hosted
		'item_name'      => 'BlogRank Pro', // Name of theme
		'theme_slug'     => 'blogrank-pro', // Theme slug
		'version'        => '1.0.2', // The current version of this theme
		'author'         => 'WPEnjoy', // The author of this theme
		'download_id'    => '', // Optional, used for generating a license renewal link
		'renew_url'      => '', // Optional, allows for a custom license renewal link
		'beta'           => false, // Optional, set to true to opt into beta versions
		'item_id'        => '',
	),

	// Strings
	$strings = array(
		'theme-license'             => __( 'Theme License', 'blogrank-pro' ),
		'enter-key'                 => __( 'Enter your theme license key.', 'blogrank-pro' ),
		'license-key'               => __( 'License Key', 'blogrank-pro' ),
		'license-action'            => __( 'License Action', 'blogrank-pro' ),
		'deactivate-license'        => __( 'Deactivate License', 'blogrank-pro' ),
		'activate-license'          => __( 'Activate License', 'blogrank-pro' ),
		'status-unknown'            => __( 'License status is unknown.', 'blogrank-pro' ),
		'renew'                     => __( 'Renew?', 'blogrank-pro' ),
		'unlimited'                 => __( 'unlimited', 'blogrank-pro' ),
		'license-key-is-active'     => __( 'License key is active.', 'blogrank-pro' ),
		'expires%s'                 => __( 'Expires %s.', 'blogrank-pro' ),
		'expires-never'             => __( 'Lifetime License.', 'blogrank-pro' ),
		'%1$s/%2$-sites'            => __( 'You have %1$s / %2$s sites activated.', 'blogrank-pro' ),
		'license-key-expired-%s'    => __( 'License key expired %s.', 'blogrank-pro' ),
		'license-key-expired'       => __( 'License key has expired.', 'blogrank-pro' ),
		'license-keys-do-not-match' => __( 'License keys do not match.', 'blogrank-pro' ),
		'license-is-inactive'       => __( 'License is inactive.', 'blogrank-pro' ),
		'license-key-is-disabled'   => __( 'License key is disabled.', 'blogrank-pro' ),
		'site-is-inactive'          => __( 'Site is inactive.', 'blogrank-pro' ),
		'license-status-unknown'    => __( 'License status is unknown.', 'blogrank-pro' ),
		'update-notice'             => __( "Updating this theme will lose any customizations you have made. 'Cancel' to stop, 'OK' to update.", 'blogrank-pro' ),
		'update-available'          => __('<strong>%1$s %2$s</strong> is available. <a href="%3$s" class="thickbox" title="%4s">Check out what\'s new</a> or <a href="%5$s"%6$s>update now</a>.', 'blogrank-pro' ),
	)

);