• Resolved denisj77

    (@denisj77)


    I have a critical problem that generates your Plug-in. Currently it is Active but my Host to repair has removed this part of code that was in the wp-config.php file of my website:

    <?php if (!in_array($_SERVER[“REMOTE_ADDR”], array(“151.62.249.187″)) && file_exists(‘/home/reside08/public_html/wp-content/plugins/gotmls/safe-load/wp-login.php’)) require_once(‘/home/reside08/public_html/wp-content/plugins/gotmls/safe-load/wp-login.php’); // Load Brute-Force Protection by GOTMLS.NET before the WordPress bootstrap.<?php

    My Host: SITEGROUND

    How can i solve?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Eli

    (@scheeeli)

    That code is an optional part of the firewall, The brute-force protection that is added to your wp-config.php file when you enable it in the Firewall settings. Why did they remove that code?

    As you can see, in the code, the require statement is conditional that the file exists. The only thing that I see out of place in the code you pasted is that it both starts and ends with <?php and of course it should start with that PHP marker but not end with it. perhaps you should remove the <?php at the end of that line, right after “bootstrap.”.

Viewing 1 replies (of 1 total)

The topic ‘Critical Error From Plug-In’ is closed to new replies.