Title: elyptic's Replies | WordPress.org

---

# elyptic

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite permalinks 404 after upgrade to 4.5](https://wordpress.org/support/topic/multisite-permalinks-404-after-upgrade-to-45/)
 *  Thread Starter [elyptic](https://wordpress.org/support/users/elyptic/)
 * (@elyptic)
 * [10 years ago](https://wordpress.org/support/topic/multisite-permalinks-404-after-upgrade-to-45/#post-7279493)
 * Also I should add that I’ve disabled the WP_CACHE and here are the other settings
   in my wp_config.php:
 *     ```
       // define('WP_CACHE', true); //Added by WP-Cache Manager
       // define( 'WPCACHEHOME', '/home/off/public_html/dev/wp-content/plugins/wp-super-cache/' ); //Added by WP-Cache Manager
       define('WP_DEBUG', true);
       define('WP_DEBUG_DISPLAY', true);
       define('WP_ALLOW_MULTISITE', true );
       define('MULTISITE', true);
       define('SUBDOMAIN_INSTALL', false);
       define('DOMAIN_CURRENT_SITE', 'off.com');
       define('PATH_CURRENT_SITE', '/');
       define('SITE_ID_CURRENT_SITE', 1);
       define('BLOG_ID_CURRENT_SITE', 1);
       /* That's all, stop editing! Happy blogging. */
       ```
   
 * I just want the team to know I’ve seriously tried everything in the forums to
   get it back, but nothing has worked.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How to report malware in plugins?](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/)
 *  Thread Starter [elyptic](https://wordpress.org/support/users/elyptic/)
 * (@elyptic)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/#post-7045455)
 * The plugin was written with malicious code hidden at the end of the file. The
   plugin isn’t exploit_able_, it’s an _exploit_. Installing these plugins begins
   the exploit. Exploitable just means insecure / poorly written code. But I know
   what you mean about people posting possible false alarms.
 * I see that they have been removed from the listing which is good, but does that
   notify the users of the plugin? Or are they all still in the dark?
 * Maybe a good routine to start is checking your plugins’ “View details” link, 
   and if it’s gone then it’s probably a good idea to uninstall the plugin as well.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How to report malware in plugins?](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/)
 *  Thread Starter [elyptic](https://wordpress.org/support/users/elyptic/)
 * (@elyptic)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/#post-7045212)
 * Great thanks Andrew, sent.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [How to report malware in plugins?](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/)
 *  Thread Starter [elyptic](https://wordpress.org/support/users/elyptic/)
 * (@elyptic)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-report-malware-in-plugins/#post-7045203)
 * I have not been able to find where to report it to the plugins team. All I have
   been able to do so far is rate it a 1 star, and review it descriptively on the
   plugin’s page.
 * I also subscribed to updates from the author’s page, which brought the topic 
   up again, as he is recruiting his friends (or possibly just creating new emails)
   to positively review the scam to boost ratings. I see thousands of downloads 
   of this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Force Login] Plugin blocks uploads](https://wordpress.org/support/topic/plugin-blocks-uploads/)
 *  [elyptic](https://wordpress.org/support/users/elyptic/)
 * (@elyptic)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/plugin-blocks-uploads/#post-6573057)
 * Note the above code will not work as expected, as this will never evaluate to
   true, in fact it should throw an error:
 *     ```
       if($_SERVER['REMOTE_ADDR'] == 127.0.0.1)
       ```
   
 * That IP address needs quotes.

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