CodeIgniter Forums
Detect User If It Is A Bot - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Detect User If It Is A Bot (/showthread.php?tid=68420)



Detect User If It Is A Bot - wolfgang1983 - 07-08-2017

When user signs up is there away to detect if user is a robot?

JustĀ in case it slips through. Currently I use a robots.txt file

On my robots.txt

Code:
User-agent: *

Disallow /

And On my head area in view


Code:
<meta name="robots" content="noindex">



RE: Detect User If It Is A Bot - waptik - 07-08-2017

You can use this 3rd party plugin to detect if user is a bot before being allowed to register.
https://crawlerdetect.io/


RE: Detect User If It Is A Bot - ivantcholakov - 07-09-2017

Captcha?


RE: Detect User If It Is A Bot - arisroyo - 07-09-2017

I use google reCAPTCHA it's easy to implement.