Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * PHPMailer language file: refer to English translation for definitive list * Ch..

Decoded Output download

<?php
/**
* PHPMailer language file: refer to English translation for definitive list
* Chinese Version
* By LiuXin: www.80x86.cn/blog/
*/

$PHPMAILER_LANG['authenticate'] = 'SMTP ';
$PHPMAILER_LANG['connect_host'] = 'SMTP : SMTP';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP : ';
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
$PHPMAILER_LANG['encoding'] = '';
$PHPMAILER_LANG['execute'] = ': ';
$PHPMAILER_LANG['file_access'] = '';
$PHPMAILER_LANG['file_open'] = '';
$PHPMAILER_LANG['from_failed'] = ' ';
$PHPMAILER_LANG['instantiate'] = 'mail';
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' ';
$PHPMAILER_LANG['provide_address'] = ' email';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP    ';
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
?>

Did this file decode correctly?

Original Code

<?php
/**
* PHPMailer language file: refer to English translation for definitive list
* Chinese Version
* By LiuXin: www.80x86.cn/blog/
*/

$PHPMAILER_LANG['authenticate'] = 'SMTP ';
$PHPMAILER_LANG['connect_host'] = 'SMTP : SMTP';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP : ';
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
$PHPMAILER_LANG['encoding'] = '';
$PHPMAILER_LANG['execute'] = ': ';
$PHPMAILER_LANG['file_access'] = '';
$PHPMAILER_LANG['file_open'] = '';
$PHPMAILER_LANG['from_failed'] = ' ';
$PHPMAILER_LANG['instantiate'] = 'mail';
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
$PHPMAILER_LANG['mailer_not_supported'] = ' ';
$PHPMAILER_LANG['provide_address'] = ' email';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP    ';
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
?>

Function Calls

None

Variables

$PHPMAILER_LANG [{'key': 'authenticate', 'value': 'SMTP 错误:身份验证失败。'}, {'key': 'connect_host', 'value': 'SMTP 错误: 不能连接SMTP主机。'}, {'key': 'data_not_accepted', 'value': 'SMTP 错误: 数据不可接受。'}, {'key': 'encoding', 'value': '未知编码:'}, {'key': 'execute', 'value': '不能执行: '}, {'key': 'file_access', 'value': '不能访问文件:'}, {'key': 'file_open', 'value': '文件错误:不能打开文件:'}, {'key': 'from_failed', 'value': '下面的发送地址邮件发送失败了: '}, {'key': 'instantiate', 'value': '不能实现mail方法。'}, {'key': 'mailer_not_supported', 'value': ' 您所选择的发送邮件的方法并不支持。'}, {'key': 'provide_address', 'value': '您必须提供至少一个 收信人的email地址。'}, {'key': 'recipients_failed', 'value': 'SMTP 错误: 下面的 收件人失败了: '}]

Stats

MD5 68d79d6467a003fa41672a5690d9eae3
Eval Count 0
Decode Time 98 ms