Welcome Guest, Not a member yet? Register   Sign In
Disallowed Key Characters.
#1

[eluser]gox[/eluser]
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!


Messages In This Thread
Disallowed Key Characters. - by El Forum - 10-06-2008, 04:13 AM
Disallowed Key Characters. - by El Forum - 10-06-2008, 08:00 AM
Disallowed Key Characters. - by El Forum - 10-06-2008, 09:22 AM
Disallowed Key Characters. - by El Forum - 10-06-2008, 08:35 PM
Disallowed Key Characters. - by El Forum - 10-10-2008, 04:01 AM
Disallowed Key Characters. - by El Forum - 10-10-2008, 05:37 AM
Disallowed Key Characters. - by El Forum - 10-10-2008, 11:56 AM
Disallowed Key Characters. - by El Forum - 10-10-2008, 12:16 PM
Disallowed Key Characters. - by El Forum - 10-10-2008, 04:05 PM
Disallowed Key Characters. - by El Forum - 10-10-2008, 04:13 PM
Disallowed Key Characters. - by El Forum - 10-11-2008, 05:15 AM
Disallowed Key Characters. - by El Forum - 10-11-2008, 07:56 AM
Disallowed Key Characters. - by El Forum - 10-12-2008, 02:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB