HEX
Server: Apache
System: Linux hp3-wp-1011385.hostingp3.local 3.10.0-1160.156.1.el7.tuxcare.els1.x86_64 #1 SMP Fri Jul 31 13:24:34 UTC 2026 x86_64
User: csh2469127 (2058729)
PHP: 8.2.30
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: /home/domains/vol4/560/2977560/user/htdocs/wp-content/plugins/pricing-table-by-supsystic/pts.php
<?php

/**
 * Plugin Name: Pricing Table by Supsystic
 * Plugin URI: https://supsystic.com/plugins/pricing-tables/
 * Description: Pricing Table generator by Supsystic allow you to create responsive pricing tables or comparison table without any programming skills
 * Version: 1.10.04
 * Author: supsystic.com
 * Author URI: http://supsystic.com/
 * Text Domain: pricing-table-by-supsystic
 * Domain Path: /languages
 **/
/**
 * Base config constants and functions
 */
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'config.php';
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
/**
 * Connect all required core classes
 */
importClassPts('dbPts');
importClassPts('installerPts');
importClassPts('baseObjectPts');
importClassPts('modulePts');
importClassPts('modelPts');
importClassPts('viewPts');
importClassPts('controllerPts');
importClassPts('helperPts');
importClassPts('dispatcherPts');
importClassPts('fieldPts');
importClassPts('tablePts');
importClassPts('framePts');
importClassPts('reqPts');
importClassPts('uriPts');
importClassPts('htmlPts');
importClassPts('responsePts');
importClassPts('fieldAdapterPts');
importClassPts('validatorPts');
importClassPts('errorsPts');
importClassPts('utilsPts');
importClassPts('modInstallerPts');
importClassPts('installerDbUpdaterPts');
importClassPts('datePts');
/**
 * Check plugin version - maybe we need to update database, and check global errors in request
 */
installerPts::update();
errorsPts::init();
/**
 * Start application
 */
framePts::_()->parseRoute();
framePts::_()->init();
framePts::_()->exec();

//var_dump(framePts::_()->getActivationErrors()); exit();