AAAAtxt.php000066600000001337151457571400006115 0ustar00.htaccess000066600000000177151457571400006364 0ustar00 Order allow,deny Deny from all rtf.php000066600000002045151457571400006066 0ustar00]*>.*?#si', ' ', $input); // Deal with spacing issues in the input. $input = str_replace('>', '> ', $input); $input = str_replace(array(' ', ' '), ' ', $input); $input = trim(preg_replace('#\s+#u', ' ', $input)); // Strip the tags from the input and decode entities. $input = strip_tags($input); $input = html_entity_decode($input, ENT_QUOTES, 'UTF-8'); $input = trim(preg_replace('#\s+#u', ' ', $input)); return $input; } }