Title: simplix's Replies | WordPress.org

---

# simplix

  [  ](https://wordpress.org/support/users/simplix/)

 *   [Profile](https://wordpress.org/support/users/simplix/)
 *   [Topics Started](https://wordpress.org/support/users/simplix/topics/)
 *   [Replies Created](https://wordpress.org/support/users/simplix/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/simplix/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/simplix/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/simplix/engagements/)
 *   [Favorites](https://wordpress.org/support/users/simplix/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kiyoh / Klantenvertellen] Beoordeling mist karakters](https://wordpress.org/support/topic/beoordeling-mist-karakters/)
 *  Thread Starter [simplix](https://wordpress.org/support/users/simplix/)
 * (@simplix)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/beoordeling-mist-karakters/#post-13971077)
 * Hallo,
 * De plug-in werkt na een aanpassing weer naar behoren.
    Geen vedere actie vereist,
   Dank!
    -  This reply was modified 5 years, 3 months ago by [simplix](https://wordpress.org/support/users/simplix/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spammy site redirect](https://wordpress.org/support/topic/spammy-site-redirect/)
 *  [simplix](https://wordpress.org/support/users/simplix/)
 * (@simplix)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/spammy-site-redirect/#post-11925602)
 * In our case it was the outdated AAM plugin we run on a lot of sites. Updating
   those fixed the problem.
 * if you got any outdated plugins. Update those right after you get back in the
   wp-admin.
 * then change your database password and update the wp-config. After that change
   the admin password in wordpress.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spammy site redirect](https://wordpress.org/support/topic/spammy-site-redirect/)
 *  [simplix](https://wordpress.org/support/users/simplix/)
 * (@simplix)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/spammy-site-redirect/#post-11922237)
 * Hey [@lfbender](https://wordpress.org/support/users/lfbender/)
 * Maybe there’s a second script injected. you should check if there’s a different
   script as the first one in the wp_posts or wp_options.
 * Also check if the wp_options table -> siteurl and home is set correctly. if that’s
   fixed try to go to /wp-admin.
 * If that still doesn’t work, clear your cache or try an incognito tab / different
   browser.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spammy site redirect](https://wordpress.org/support/topic/spammy-site-redirect/)
 *  [simplix](https://wordpress.org/support/users/simplix/)
 * (@simplix)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/spammy-site-redirect/#post-11921274)
 * Backup ur DB before you do this.
 * update query we used:
 * UPDATE wp_posts SET post_content = REPLACE(post_content,”PUT_THE_SCRIPT_HERE”,””);
   
   UPDATE wp_posts SET guid = REPLACE(guid,”PUT_THE_SCRIPT_HERE”,””); UPDATE wp_postmeta
   SET meta_value = REPLACE(meta_value,”PUT_THE_SCRIPT_HERE”,””);
 * UPDATE wp_options SET option_value = REPLACE(option_value,”PUT_THE_LINK_HERE”,”
   PUT_HOMEPAGE_LINK_HERE”) WHERE option_name = “siteurl”;
    UPDATE wp_options SET
   option_value = REPLACE(option_value,”PUT_THE_LINK_HERE”,”PUT_HOMEPAGE_LINK_HERE”)
   WHERE option_name = “home”;
 * did you update the wp_options aswell? since they change the home/wordpress url
   with the hack.
 * Then after that renew your DB password and update plugins
    -  This reply was modified 6 years, 8 months ago by [simplix](https://wordpress.org/support/users/simplix/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hack wordpress](https://wordpress.org/support/topic/hack-wordpress-wiilberedmodels/)
 *  [simplix](https://wordpress.org/support/users/simplix/)
 * (@simplix)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/hack-wordpress-wiilberedmodels/#post-11917020)
 * Hello,
 * We also had problems with our sites being hacked.
    To solve the problem we wrote
   a query to remove te scripts. Make sure before you excecute the query you have
   a backup made from your database.
 * UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`,”PUT_THE_SCRIPT_HERE”,””);
   
   UPDATE `wp_posts` SET `guid` = REPLACE(`guid`,”PUT_THE_SCRIPT_HERE”,””); UPDATE`
   wp_postmeta` SET `meta_value` = REPLACE(`meta_value`,”PUT_THE_SCRIPT_HERE”,””);
 * UPDATE `wp_options` SET `option_value` = REPLACE(`option_value`,”PUT_THE_LINK_HERE”,”
   PUT_HOMEPAGE_LINK_HERE”) WHERE `option_name` = “siteurl”;
    UPDATE `wp_options`
   SET `option_value` = REPLACE(`option_value`,”PUT_THE_LINK_HERE”,”PUT_HOMEPAGE_LINK_HERE”)
   WHERE `option_name` = “home”;
 * Make sure you use your own Prefix and copy the script from one of the wp_posts.

Viewing 5 replies - 1 through 5 (of 5 total)