// Powered 2008 by DecodeThe.Net // Name der Seite // Name of the site $sitename = "CrAzyTeXt GeNeRaToR"; // URL der Seite // URL of the site $siteurl = "http://www.decodethe.net/crazytext/"; /* End config */ @header('content-type: text/html; charset=utf-8'); if(!$_POST['text']) { $text = 'CrAzyTeXt GeNeRaToR'; } else { $text = htmlspecialchars(strtolower($_POST['text'])); require 'chars.inc.php'; } ?>