Title: problem with http://genericstts.com/init.min.js
Last modified: August 21, 2016

---

# problem with http://genericstts.com/init.min.js

 *  [efiga](https://wordpress.org/support/users/efiga/)
 * (@efiga)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/)
 * Hi i want to remove [http://genericstts.com/init.min.js](http://genericstts.com/init.min.js)
   from my wordpress site
    it’s show’s popup in my website
 * how to remove it please ? ?

Viewing 15 replies - 31 through 45 (of 61 total)

[←](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/2/?output_format=md)
[1](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/?output_format=md)
[2](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/2/?output_format=md)
3 [4](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/4/?output_format=md)
[5](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/4/?output_format=md)

 *  [delraycomputers](https://wordpress.org/support/users/delraycomputers/)
 * (@delraycomputers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150869)
 * Hello people!
 * yes, one of our websites also has the same problem.
    [http://www.drentertainment.com](http://www.drentertainment.com)
   Any idea where i can find that string i can remove?
 *  [galanbr](https://wordpress.org/support/users/galanbr/)
 * (@galanbr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150870)
 * I am also having problems with some templates or plugins.
 * I tried to locate the source code and is not possible. This being done some kind
   of code injection, through a primary script.
 * In my case seeking a solution realized by the code sometimes disappeared completely
   alone.
 * But when giving a refresh returned as follows.
 *     ```
       <script src = "// genericstts.com/init.min.js?v=1.58" /> </ script>
       ```
   
 * Since by default this code is being included as well:
 *     ```
       <script src = "// genericstts.com/init.min.js" /> </ script>
       ```
   
 * If someone has an idea or found a solution. Share.
 *  [Rudy64](https://wordpress.org/support/users/rudy64/)
 * (@rudy64)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150871)
 * No idea here as of yet. Now when I reload the site, same thing happens: the code
   does not come back. But we have a major preview coming up (we already missed 
   one deadline because of this effing script), and we cannot afford to have advertisers
   see our site be down because some rogue site is analyzing our traffic patterns.
 * I just tried the domain link again, and now the server returns a “500” error.
   See, this is exactly what will happen if some rogue plugin or theme references
   this script and site, and the server is down or malfunctioning.
 * The fact that the code is not in a text-based file within wp-content anywhere,
   nor do any of my themes and plugins mention this in their licensing, privacy 
   policies and/or terms of service, I am personally considering this script and
   site to be malicious. If it weren’t malicious, why would it only appear occasionally,
   and why would it be cloaked to where I cannot find it? Whoever is inserting this
   needs to prove to US that it is not malicious, and also give us the ability to
   disable it. My security senses are on red alert with this one–I am not going 
   to blindly assume it is not doing anything bad. It as yet hasn’t even proven 
   to do anything good!
 * So, I’m still searching…I’ll report back if/when I find anything.
 *  [galanbr](https://wordpress.org/support/users/galanbr/)
 * (@galanbr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150872)
 * For me, the simple fact of not being discoverable reason is alert. And is already
   causing trouble for the reason of not load and delay the entire loading page.
 * The code is being injected always before the <head> and the websites that have
   problem is just before the last <script> tag you have.
 * I think there may be some obfuscated file in an image format, so already got 
   some, and it has codes that can be included this tag and generate a dynamic form.
 *  [delraycomputers](https://wordpress.org/support/users/delraycomputers/)
 * (@delraycomputers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150873)
 * I 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”
   >
 *  [yabgu](https://wordpress.org/support/users/yabgu/)
 * (@yabgu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150874)
 * I found a way it works for me.
    I just removed <?php wpex_hook_head_bottom();?
   > from header.php just below <?php wp_head(); ?>. Hope this help !
 *  [mreee](https://wordpress.org/support/users/mreee/)
 * (@mreee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150875)
 * I had the same problem and found an include to social.png in my functions.php
   file. However it was not a png!!!! I changed the file extension to php and found
   this [code](http://codepen.io/mreee/pen/LsfpE).
 * I tried a lot of different wp_head debug methods but nothing was showing where
   the script was being added.
 *  [delraycomputers](https://wordpress.org/support/users/delraycomputers/)
 * (@delraycomputers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150876)
 * Yabgu, header.php under your theme?
 *  [delraycomputers](https://wordpress.org/support/users/delraycomputers/)
 * (@delraycomputers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150877)
 * Mree,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](http://stackoverflow.com/questions/23318954/wordpress-hacking-via-false-png-images)?
 * And then what happens?
 *  [yabgu](https://wordpress.org/support/users/yabgu/)
 * (@yabgu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150878)
 * How mreee thank you a lot.. 😉
    should check files size before install it.. it
   was very heavy.
 * delraycomputer, yes header.php theme file. and remove the social.png file and
   the call from functions.php at the end.
 *  [mreee](https://wordpress.org/support/users/mreee/)
 * (@mreee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150879)
 * Delete the file and delete the include. That will remove the code.
 * Changing the file to php you lets you see the actual code. Just for fun.
 *  [delraycomputers](https://wordpress.org/support/users/delraycomputers/)
 * (@delraycomputers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150880)
 * Great, i removed the social.png now and google developer tools cannot find it
   anymore.. GREAT!
 *  [mreee](https://wordpress.org/support/users/mreee/)
 * (@mreee)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150881)
 * Your welcome 🙂
 *  [yabgu](https://wordpress.org/support/users/yabgu/)
 * (@yabgu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150882)
 * and dont forget to change all passwords, db names and users names in the server..
 *  [Rudy64](https://wordpress.org/support/users/rudy64/)
 * (@rudy64)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/3/#post-5150883)
 * Hmmm…great stuff!
 * This concerns me though. Read through the StackOverflow link that [@delraycomputers](https://wordpress.org/support/users/delraycomputers/)
   posted above. One of the comments reads thus:
 * >> This is what happens when you are using nulled themes… Actually the social.
   png is a php script which finds all records in servers database table and sends
   them to a specific host, so they can access your server. – kachar Jun 3 at 11:
   46 <<
 * If I find out that this so-called designer used a “nulled” theme, there will 
   be some fireworks this evening. And I will say that anyone using a nulled theme
   deserves as much!! Paying for intellectual property is the right thing to do;
   using nulled scripts and themes only robs professionals like me who do it (or
   used to do it) for a living.
 * Thanks everyone–I am going to search for that myself and see what I can find.
   You’ve all given me some clues as to what to look for. Back shortly!

Viewing 15 replies - 31 through 45 (of 61 total)

[←](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/2/?output_format=md)
[1](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/?output_format=md)
[2](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/2/?output_format=md)
3 [4](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/4/?output_format=md)
[5](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/5/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/4/?output_format=md)

The topic ‘problem with http://genericstts.com/init.min.js’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 61 replies
 * 17 participants
 * Last reply from: [galanbr](https://wordpress.org/support/users/galanbr/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-httpgenericsttscominitminjs-1/page/5/#post-5150927)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
