PDA

View Full Version : Forum overrun by spambots



IzNoGoD
26th July 2019, 22:38
Forum is currently being hammered by a bunch of annoying spambots. Working on it.

somewhat windy
28th July 2019, 07:51
Needs more work.

kung foo man
28th July 2019, 08:33
Our beloved IzNoGoD suggested this AI bot detector service: https://getipintel.net/

Just integrated it into the register process:



<?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");