Welcome Guest, Not a member yet? Register   Sign In
"Disallowed Key Characters" because $_COOKIE were not cleared reasonable.
#11

[eluser]Unknown[/eluser]
Took a while to figure this one out. Seems most of us missed the obvious error...the last "-" is not escaped.

Adding the \. and | as I've seen other suggest may work for you, but the regex was supposed to be:

Code:
if ( ! preg_match("/^[a-z0-9:_\/\-\.|]+$/i", $str))




Theme © iAndrew 2016 - Forum software by © MyBB