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 /** * Traditional Chinese PHPMailer language file: refer to English translation fo..

Decoded Output download

<?php

/**
 * Traditional Chinese PHPMailer language file: refer to English translation for definitive list
 * @package PHPMailer
 * @author liqwei <[email protected]>
 * @author Peter Dave Hello <@PeterDaveHello/>
 * @author Jason Chiang <[email protected]>
 */

$PHPMAILER_LANG['authenticate']         = 'SMTP ';
$PHPMAILER_LANG['connect_host']         = 'SMTP  SMTP ';
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP ';
$PHPMAILER_LANG['empty_message']        = '';
$PHPMAILER_LANG['encoding']             = ': ';
$PHPMAILER_LANG['execute']              = '';
$PHPMAILER_LANG['file_access']          = '';
$PHPMAILER_LANG['file_open']            = '';
$PHPMAILER_LANG['from_failed']          = '';
$PHPMAILER_LANG['instantiate']          = '';
$PHPMAILER_LANG['invalid_address']      = ': ';
$PHPMAILER_LANG['mailer_not_supported'] = '';
$PHPMAILER_LANG['provide_address']      = '';
$PHPMAILER_LANG['recipients_failed']    = 'SMTP ';
$PHPMAILER_LANG['signing']              = ': ';
$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP ';
$PHPMAILER_LANG['smtp_error']           = 'SMTP : ';
$PHPMAILER_LANG['variable_set']         = ': ';
$PHPMAILER_LANG['extension_missing']    = ' Extension: ';
 ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Traditional Chinese PHPMailer language file: refer to English translation for definitive list
 * @package PHPMailer
 * @author liqwei <[email protected]>
 * @author Peter Dave Hello <@PeterDaveHello/>
 * @author Jason Chiang <[email protected]>
 */

$PHPMAILER_LANG['authenticate']         = 'SMTP ';
$PHPMAILER_LANG['connect_host']         = 'SMTP  SMTP ';
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP ';
$PHPMAILER_LANG['empty_message']        = '';
$PHPMAILER_LANG['encoding']             = ': ';
$PHPMAILER_LANG['execute']              = '';
$PHPMAILER_LANG['file_access']          = '';
$PHPMAILER_LANG['file_open']            = '';
$PHPMAILER_LANG['from_failed']          = '';
$PHPMAILER_LANG['instantiate']          = '';
$PHPMAILER_LANG['invalid_address']      = ': ';
$PHPMAILER_LANG['mailer_not_supported'] = '';
$PHPMAILER_LANG['provide_address']      = '';
$PHPMAILER_LANG['recipients_failed']    = 'SMTP ';
$PHPMAILER_LANG['signing']              = ': ';
$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP ';
$PHPMAILER_LANG['smtp_error']           = 'SMTP : ';
$PHPMAILER_LANG['variable_set']         = ': ';
$PHPMAILER_LANG['extension_missing']    = ' Extension: ';

Function Calls

None

Variables

$PHPMAILER_LANG [{'key': 'authenticate', 'value': 'SMTP 錯誤:登入失敗。'}, {'key': 'connect_host', 'value': 'SMTP 錯誤:無法連線到 SMTP 主機。'}, {'key': 'data_not_accepted', 'value': 'SMTP 錯誤:無法接受的資料。'}, {'key': 'empty_message', 'value': '郵件內容為空'}, {'key': 'encoding', 'value': '未知編碼: '}, {'key': 'execute', 'value': '無法執行:'}, {'key': 'file_access', 'value': '無法存取檔案:'}, {'key': 'file_open', 'value': '檔案錯誤:無法開啟檔案:'}, {'key': 'from_failed', 'value': '發送地址錯誤:'}, {'key': 'instantiate', 'value': '未知函數呼叫。'}, {'key': 'invalid_address', 'value': '因為電子郵件地址無效,無法傳送: '}, {'key': 'mailer_not_supported', 'value': '不支援的發信客戶端。'}, {'key': 'provide_address', 'value': '必須提供至少一個收件人地址。'}, {'key': 'recipients_failed', 'value': 'SMTP 錯誤:以下收件人地址錯誤:'}, {'key': 'signing', 'value': '電子簽章錯誤: '}, {'key': 'smtp_connect_failed', 'value': 'SMTP 連線失敗'}, {'key': 'smtp_error', 'value': 'SMTP 伺服器錯誤: '}, {'key': 'variable_set', 'value': '無法設定或重設變數: '}, {'key': 'extension_missing', 'value': '遺失模組 Extension: '}]

Stats

MD5 05274f5c2fc2da491392f5b9e3f859e6
Eval Count 0
Decode Time 107 ms