We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My Joomla! version is the 3.5.0-rc.
From JED Checker (component), I've got this.
Rule Jamss - JAMSS - Joomla! Anti-Malware Scan Script 001 example.php in line: 63 Pattern found#17 - PHP: multiple encoded, most probably obfuscated code found
Rule Jamss - JAMSS - Joomla! Anti-Malware Scan Script
example.php in line: 63 Pattern found#17 - PHP: multiple encoded, most probably obfuscated code found
My code in line 63 is: $test = preg_replace("/(plg_|com_|mod_)/", "$replacement_string", $string); echo $test;
preg_replace("/(plg_|com_|mod_)/", "$replacement_string", $string);
Why is the code obfuscated? Can you give me another code example to pass the test?
Thanks.
The text was updated successfully, but these errors were encountered:
me too. str_replace('licon:', '', $atts['icon']); show error here in my plugin so how we use str_replace()?
Sorry, something went wrong.
No branches or pull requests
My Joomla! version is the 3.5.0-rc.
From JED Checker (component), I've got this.
My code in line 63 is:
$test =
preg_replace("/(plg_|com_|mod_)/", "$replacement_string", $string);
echo $test;
Why is the code obfuscated? Can you give me another code example to pass the test?
Thanks.
The text was updated successfully, but these errors were encountered: