Re: [V1 && V2]Change Username Color
He has done that.
$allowedColors = arrray("black","red","green","blue");
if(isset($_POST['color']) AND ctype_alpha($_POST['color']) AND in_array($_POST['color'],$allowedColors)) [...]
Oh I looked at snikos first post not Pog1's. Pog1 is the one that added that.