Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


// Định nghĩa các mã màu ANSI
define('COLOR_RED', "");
define('COLOR_BLUE', "");
define('COLOR_RESET', "");

// Hiển thị dòng chữ màu đỏ (chữ thường)
echo COLOR_RED . "dòng chữ màu đỏ" . COLOR_RESET . PHP_EOL;

// Hiển thị dòng chữ màu xanh (chữ thường)
echo COLOR_BLUE . "dòng chữ màu xanh" . COLOR_RESET . PHP_EOL;



© 2023 Quttera Ltd. All rights reserved.