Attack Alert :: Decoding
Attack Alert :: Decoding
// Split words and phrases
$
words
=
explode
(
' '
,
trim
(
urldecode
(
$
HTTP_GET_VARS
[
'highlight'
]
)
)
)
;
for
(
$
i
=
0
;
$
i
<
count
(
$
words
)
;
$
i
++
)
{
if
(
trim
(
$
words
[
$
i
]
)
!=
''
)
{
$
highlight_match
[
]
=
'#
\b
('
.
str_replace
(
"*"
,
"([
\w
]+)?"
,
$
words
[
$
i
]
)
.
')
\b
#is'
;
}
}
./?&highlight=%
2527
%252e_____insert code here_____%252e%
2527
"