10-06-2008, 04:13 AM
[eluser]gox[/eluser]
http://img384.imageshack.us/img384/4524/beztytuutl9.png
http://img384.imageshack.us/img384/1497/97712180gq5.png
http://img384.imageshack.us/img384/773/74006341af3.png
Fix it, or burn in hell!
http://img384.imageshack.us/img384/4524/beztytuutl9.png
Code:
(206) function _clean_input_keys($str)
{
var_dump($str);exit;
if ( ! preg_match("/^[a-z0-9:_\/-]+$/i", $str))
{
exit('Disallowed Key Characters.');
}
return $str;
}
http://img384.imageshack.us/img384/1497/97712180gq5.png
http://img384.imageshack.us/img384/773/74006341af3.png
Fix it, or burn in hell!