error_reporting(0); $sitename = "CrAzy TeXt MakeR"; $siteurl = "https://www.crazytextmaker.com"; @header('content-type: text/html; charset=utf-8'); if(!$_POST['text']) { $text = 'CrAzy TeXt MakeR'; } else { $text = htmlspecialchars(strtolower($_POST['text'])); require 'chars.inc.php'; } ?>