yes, u may have source, and i think it looks better with every letter, but dsnt the way mess.be does need multi lines? mine uses wierd codes, mess.be uses ¯ and _ try gettin both of them above a letter using one line
code:
<?php
$input = $_GET['nick'];
$output = '';
for($i = 0; $i < strlen($input); $i++) {
$output .= '[̲̅'.substr($input, $i, 1).'̲̅]';
}
$output=str_replace("[̲̅ ̲̅]"," ",$output);
echo $output;
?>
i can't get it to display properly in forums...
ill attach it