What you can do to confirm that they are evolved, which is highly possible, and we missed to add those new ip ranges to our list is:
open /includes/db/db.php and at line 83 replace $the_error ... with
| PHP: |
$the_error .= "\r\n\r\nGuest information:\r\nUser id: ".$userinfo['user_id']."\r\nUsername: ".(SEARCHBOT ? SEARCHBOT : $userinfo['username'])."\r\nAdmin: ".($show ? 'Yes' : 'No')."\r\nIP: $addr\r\nHost: $host";
|
The above is one line only, not 2 or 3 lines depends how your browsers wrapped it.
This corrected code will try to catch the bot name, otherwise the user name.
Next SQL error you have after editing the code should tell you, and us, if we registered that ip as bot or not.