WordPress Instant Support
We can clean up your site infection right away  
LET US FIX IT

👋 Hi... I am Jarrett
I own WP Fix It and I wanted to let you know that we have agents standing by to remove the infection on your website. We can start NOW.
Check it out below.
LEARN MORE

Dealing With Traffictrade Or Dancewithme.biz Infection On Your WordPress Site – Steps To Fix It

Dealing With TrafficTrade WordPress Infection on Your Wedsite – Steps to Fix It

Fix the TrafficTrade WordPress Infection FAST!

This is a NASTY NASTY NASTY WordPress infection that has been running very wild these past few weeks and infected tons of WordPress sites. Oh by the way, did we say that this TrafficTrade or DanceWithme.biz WordPress Infection is NASTY? What makes this type of infection a bit different than the others is that the script below infects itself into your WordPress database and or theme files and passes many of the infection scanning software out there.

<script src='https://traffictrade.life/scripts.js' type='text/javascript'></script>


OR

<script src='https://src.dancewithme.biz/src.js' type='text/javascript'></script>

This type of TrafficTrade WordPress Infection will also lead your site to being blacklisted from search engines. This means that when someone tries to visit your site, they will see a massive warning telling them that it is not safe. Like we said, NASTY right?


Here are some pointers as to how you can identify this exist on your site and remove it.

1. Run A Website Infection Scan – TrafficTrade WordPress Infection

Scan site URL at any of the online malware scanners below
https://sitecheck.sucuri.net
https://www.virustotal.com
https://quttera.com/website-malware-scanner
http://scanner.pcrisk.com
https://www.siteguarding.com/en/sitecheck
http://www.web-malware-removal.com/website-malware-virus-scanner

Use a WordPress plugin to scan site or server for malicious code.
Below is our 2 favorite infection scanner plugins.FREE WordPress Infection Scanner Plugin will scan your website for malware and automatically remove any known threats. The plugin can also harden your wp-login.php page to stop brute force attacks. FREE WordPress Infection Scanner Plugin. Wordfence Security is one of the most popular security plugins available for WordPress. The plugin can scan your website core files, theme files, and plugin files, against known threats. https://wordpress.org/plugins/wordfence

Often overlooked for any WordPress issue is to ask your host to investigate.
That is what they are there for.  To support your site.  You can contact them and ask them to run a scan on your server for any malicious files or code.


2. Remove Infection Script From Site – TrafficTrade WordPress Infection

The goal here is to track down where the script we mentioned above exists and them remove all traces of it.  The scanning we did in the previous step will likely show you what files on your site have this script but it will not show you where in the database it remains.

TrafficTrade WordPress Infection

Run Search and Replace Using a Plugin – TrafficTrade WordPress Infection
Our favorite search and replace plugin is Better Search Replace. Install and active this plugin to search and replace database content. You would simply run a search for the script above and replace it with an empty filed. See image below.

Run Search and Replace Using a SQL Query – TrafficTrade WordPress Infection
To do this, you will need phpMyAdmin access. This access allows you entry to edit the database that your WordPress site runs on. Once you have this you will run the SQL Query below which will search the entire database for the bad script and remove it.

UPDATE wp_posts SET post_content = REPLACE(post_content, '<script src='https://traffictrade.life/scripts.js' type='text/javascript'></script>', '') WHERE INSTR(post_content, '<script src='https://traffictrade.life/scripts.js' type='text/javascript'></script>') > 0;

If you are using a caching plugin, make sure you clear your cache to ensure that your site is loading the content after you completed your removal of the bad script.


See a detailed post on how this type of WordPress infection happens at the link below.
https://www.wordfence.com/blog/2017/08/traffictrade-malware/

Leave a Reply

Your email address will not be published. Required fields are marked *