REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 5.67 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Settings/Hosts.php
Text
Base64
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Settings; if (!defined('ABSPATH')) exit; class Hosts { private static $smtp = [ 'AmazonSES' => [ 'name' => 'Amazon SES', 'emails' => 100, 'interval' => 5, 'fields' => [ 'region', 'access_key', 'secret_key', ], 'regions' => [ 'US East (N. Virginia)' => 'us-east-1', 'US East (Ohio)' => 'us-east-2', 'US West (N. California)' => 'us-west-1', 'US West (Oregon)' => 'us-west-2', 'EU (Ireland)' => 'eu-west-1', 'EU (London)' => 'eu-west-2', 'EU (Paris)' => 'eu-west-3', 'EU (Milan)' => 'eu-south-1', 'EU (Frankfurt)' => 'eu-central-1', 'EU (Stockholm)' => 'eu-north-1', 'Canada (Central)' => 'ca-central-1', 'China (Beijing)' => 'cn-north-1', 'China (Ningxia)' => 'cn-northwest-1', 'Africa (Cape Town)' => 'af-south-1', 'Asia Pacific (Hong Kong)' => 'ap-east-1', 'Asia Pacific (Jakarta)' => 'ap-southeast-3', 'Asia Pacific (Mumbai)' => 'ap-south-1', 'Asia Pacific (Seoul)' => 'ap-northeast-2', 'Asia Pacific (Osaka)' => 'ap-northeast-3', 'Asia Pacific (Singapore)' => 'ap-southeast-1', 'Asia Pacific (Sydney)' => 'ap-southeast-2', 'Asia Pacific (Tokyo)' => 'ap-northeast-1', 'Middle East (Bahrain)' => 'me-south-1', 'South America (Sao Paulo)' => 'sa-east-1', 'AWS GovCloud (US)' => 'us-gov-west-1', ], ], 'SendGrid' => [ 'name' => 'SendGrid', 'emails' => 100, 'interval' => 5, 'fields' => [ 'api_key', ], ], ]; private static $web = [ 'bluehost' => [ 'name' => 'BlueHost', 'emails' => 70, 'interval' => 30, ], 'df' => [ 'name' => 'Df.eu', 'emails' => 115, 'interval' => 15, ], 'dreamhost' => [ 'name' => 'DreamHost', 'emails' => 25, 'interval' => 15, ], 'free' => [ 'name' => 'Free.fr', 'emails' => 18, 'interval' => 15, ], 'froghost' => [ 'name' => 'FrogHost.com', 'emails' => 490, 'interval' => 30, ], 'godaddy' => [ 'name' => 'GoDaddy', 'emails' => 5, 'interval' => 30, ], 'goneo' => [ 'name' => 'Goneo', 'emails' => 60, 'interval' => 15, ], 'googleapps' => [ 'name' => 'Google Apps', 'emails' => 20, 'interval' => 60, ], 'greengeeks' => [ 'name' => 'GreenGeeks', 'emails' => 45, 'interval' => 30, ], 'hawkhost' => [ 'name' => 'Hawkhost.com', 'emails' => 500, 'interval' => 15, ], 'hivetec' => [ 'name' => 'Hivetec', 'emails' => 20, 'interval' => 15, ], 'hostgator' => [ 'name' => 'Host Gator', 'emails' => 115, 'interval' => 15, ], 'hosting2go' => [ 'name' => 'Hosting 2GO', 'emails' => 45, 'interval' => 15, ], 'hostmonster' => [ 'name' => 'Host Monster', 'emails' => 115, 'interval' => 15, ], 'infomaniak' => [ 'name' => 'Infomaniak', 'emails' => 20, 'interval' => 15, ], '1and1' => [ 'name' => 'IONOS by 1&1', 'emails' => 30, 'interval' => 5, ], 'justhost' => [ 'name' => 'JustHost', 'emails' => 70, 'interval' => 30, ], 'laughingsquid' => [ 'name' => 'Laughing Squid', 'emails' => 20, 'interval' => 15, ], 'lunarpages' => [ 'name' => 'Lunarpages', 'emails' => 19, 'interval' => 15, ], 'mediatemple' => [ 'name' => 'Media Temple', 'emails' => 115, 'interval' => 15, ], 'netfirms' => [ 'name' => 'Netfirms', 'emails' => 200, 'interval' => 60, ], 'netissime' => [ 'name' => 'Netissime', 'emails' => 100, 'interval' => 15, ], 'one' => [ 'name' => 'One.com', 'emails' => 100, 'interval' => 15, ], 'ovh' => [ 'name' => 'OVH', 'emails' => 50, 'interval' => 15, ], 'phpnet' => [ 'name' => 'PHPNet', 'emails' => 15, 'interval' => 15, ], 'planethoster' => [ 'name' => 'PlanetHoster', 'emails' => 90, 'interval' => 30, ], 'rochen' => [ 'name' => 'Rochen', 'emails' => 40, 'interval' => 15, ], 'site5' => [ 'name' => 'Site5', 'emails' => 40, 'interval' => 15, ], 'siteground' => [ 'name' => 'Siteground', 'emails' => 95, 'interval' => 15, ], 'synthesis' => [ 'name' => 'Synthesis', 'emails' => 250, 'interval' => 15, ], 'techark' => [ 'name' => 'Techark', 'emails' => 60, 'interval' => 15, ], 'vexxhost' => [ 'name' => 'Vexxhost', 'emails' => 60, 'interval' => 15, ], 'vps' => [ 'name' => 'VPS.net', 'emails' => 90, 'interval' => 30, ], 'webcity' => [ 'name' => 'Webcity', 'emails' => 19, 'interval' => 15, ], 'westhost' => [ 'name' => 'Westhost', 'emails' => 225, 'interval' => 15, ], 'wpwebhost' => [ 'name' => 'Wpwebhost.com', 'emails' => 95, 'interval' => 30, ], ]; public static function getWebHosts() { return static::$web; } public static function getSMTPHosts() { return static::$smtp; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Charsets.php
538 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Hosts.php
5.67 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
0 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Pages.php
3.30 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SettingsChangeHandler.php
2.99 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SettingsController.php
5.21 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SettingsRepository.php
1.53 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TrackingConfig.php
1.06 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UserFlagsController.php
2.56 KB
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
UserFlagsRepository.php
415 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).