| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/etdchicago/wp-content/plugins/tenweb-speed-optimizer/ |
Upload File : |
<?php
if (!defined('TENWEB_SITE_URL')) {
define('TENWEB_SITE_URL', "https://10web.io");
}
if (!defined('TENWEB_DASHBOARD')) {
define('TENWEB_DASHBOARD', "https://my.10web.io");
}
if (!defined('TENWEB_API_URL')) {
define('TENWEB_API_URL', 'https://manager.10web.io/api');
}
if (!defined('TENWEB_S3_BUCKET')) {
define('TENWEB_S3_BUCKET', '10web-products-production');
}
if (!defined('TENWEB_MANAGER_ID')) {
define('TENWEB_MANAGER_ID', 51);
}
if (!defined('TENWEB_DEACTIVATION_REASONS_URL')) {
define('TENWEB_DEACTIVATION_REASONS_URL', 'https://core.10web.io/api/deactivation_reasons');
}
if (!defined('TENWEB_SO_CRITICAL_URL')) {
define("TENWEB_SO_CRITICAL_URL", 'https://performance.10web.io');
}
if (!defined('TENWEBIO_API_URL')) {
define('TENWEBIO_API_URL', "https://imageoptimizer.10web.io");
}
if(!defined('TENWEB_SO_FREE_SUBSCRIPTION_ID')) {
define("TENWEB_SO_FREE_SUBSCRIPTION_ID",321);
}
if(!defined('TENWEB_SO_AUTOCONNECT')) {
define("TENWEB_SO_AUTOCONNECT",false);
}
if(!defined('TENWEB_SO_FREE_SUBSCRIPTION_IDS')) {
define("TENWEB_SO_FREE_SUBSCRIPTION_IDS",[
321, //booster free subscription id
337, 338, 339, 340, 341, 342 //ai assistant pro booster free subscription ids
]);
}
if(!defined('TWBB_S3_BUCKET')) {
define( 'TWBB_S3_BUCKET', '10webtemplates-production' );
}
if(!defined('TENWEB_SIGNUP_MAGIC_LINK_URL')) {
define('TENWEB_SIGNUP_MAGIC_LINK_URL', 'https://core.10web.io/api/checkout/signup-via-magic-link');
}
if(!defined('TENWEB_AI_ASSISTANT')) {
define('TENWEB_AI_ASSISTANT', 'https://ai-assistant.10web.io/');
}
if(!defined('TENWEB_AI_ASSISTANT_SUBSCRIPTION_ID')) {
define('TENWEB_AI_ASSISTANT_SUBSCRIPTION_ID', 330);
}
if(!defined('TWM_ENABLE_PAYMENT')) {
define('TWM_ENABLE_PAYMENT', true);
}
if(!defined('TENWEB_WOOCOM_API_URL')) {
define('TENWEB_WOOCOM_API_URL', 'https://woocommerce.10web.io/');
}
global $tenweb_services;
$tenweb_services = array(
'imageoptimizer.10web.io',
'security.10web.io',
'seo.10web.io',
'backup.10web.io',
'manager.10web.io',
'core.10web.io',
'lxd.10web.io'
);
global $tenweb_regions;
$tenweb_regions = array(
"asia-east1" => "Changhua County, Taiwan",
"asia-northeast1" => "Tokyo, Japan",
"asia-south1" => "Mumbai, India",
"asia-southeast1" => "Jurong West, Singapore",
"australia-southeast1" => "Sydney, Australia",
"europe-north1" => "Hamina, Finland",
"europe-west1" => "St. Ghislain, Belgium",
"europe-west2" => "London, England, UK",
"europe-west3" => "Frankfurt, Germany",
"europe-west4" => "Eemshaven, Netherlands",
"northamerica-northeast1" => "Montréal, Québec, Canada",
"southamerica-east1" => "São Paulo, Brazil",
"us-central1" => "Council Bluffs, Iowa, USA",
"us-east1" => "Moncks Corner, South Carolina, USA",
"us-east4" => "Ashburn, Northern Virginia, USA",
"us-west1" => "The Dalles, Oregon, USA",
"us-west2" => "Los Angeles, California, USA"
);