Thread: TSUE v2.2
View Single Post
  #60  
Old 14th March 2018, 12:23
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
a new problem that has comming .....
ReCaptcha V1 will stop working on 2018.03.31
and it is also a potent backdoor in this script...


I have tried to change the private key in

library/classes/class_captcha.php

Code:
    private $apiURL = "http://www.google.com/recaptcha/api/verify";
    private $privatekey = "6LdWBMgSAAAAAO4IocJ07e2s4F5Sejpd0MZk2xrO";
    public $status = false;
    public $error = "";
but its not working
Reply With Quote