Results 1 to 3 of 3

Thread: Forum overrun by spambots

  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts

    Forum overrun by spambots

    Forum is currently being hammered by a bunch of annoying spambots. Working on it.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following 3 Users Say Thank You to IzNoGoD For This Useful Post:

    kung foo man (27th July 2019),Mitch (27th July 2019),voron00 (27th July 2019)

  3. #2
    ... connecting
    Join Date
    Jul 2018
    Posts
    6
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Needs more work.

  4. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,083 Times in 753 Posts
    Our beloved IzNoGoD suggested this AI bot detector service: https://getipintel.net/

    Just integrated it into the register process:

    PHP Code:
    <?php

        $ip 
    $_SERVER['REMOTE_ADDR'];
        
    $mail "lama12345_PLUS_getipintel@gmail.com";
        
    $url "http://check.getipintel.net/check.php?ip=$ip&contact=$mail";
        
    $content file_get_contents($url);
        if (
    floatval($content) > 0.95)
            die(
    "herp derp");
        
    //die("Your bot score is: $content");
    timescale 0.01

  5. The Following User Says Thank You to kung foo man For This Useful Post:

    voron00 (28th July 2019)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •