cloudfirewall

  1. XARON

    [PHP] Block Bots with CloudFlare

    Hello everyone, i I'd like to share with you this class i developed a long time ago to protect from bots. I'll keep developing if you like :) <?php class CloudFirewall { private $email; private $key; private $curl; public function __construct($email, $key) {...
Top