Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   reCAPTCHA for tsue 2.2 (http://www.bvlist.com/showthread.php?t=11654)

Botanicar 22nd June 2018 19:38

@joeroberts this fix not working for me

@napon you site not workin at all

joeroberts 23rd June 2018 01:26

any one got this source code setup that well give me access to do some testing?
ok I see the problem you well need to change
Code:


to
Code:


Who on earth don't add a method to a form?

Napon 23rd June 2018 10:00

Ok today ill put the test site back up
Then joe can set up ill give you admincp

TraceR 23rd June 2018 10:35

Quote:

Originally Posted by Napon (Post 52101)
Ok today ill put the test site back up
Then joe can set up ill give you admincp


i already sent ftp details to jeo to my demo server

joeroberts 23rd June 2018 12:09

please try the last edit I posted with out the method="post" it well not work

TraceR 23rd June 2018 12:27

Quote:

Originally Posted by joeroberts (Post 52104)
please try the last edit I posted with out the method="post" it well not work


its not working after your latest updates too

Napon 23rd June 2018 16:08

Joe i tryed it and it said ( please wait loading) but it would not take on signup

joeroberts 24th June 2018 02:14

OK I know that you well need to change js/tsue/signup.js
Code:

    if(TSUESettings['security_enable_captcha'] == "1")
    {
        buildQuery += '&recaptcha_challenge_field='+$.TSUE.urlEncode($('#recaptcha_challenge_field').val())+'&recaptcha_response_field='+$.TSUE.urlEncode($('#recaptcha_response_field').val());
    }

to
Code:

    if(TSUESettings['security_enable_captcha'] == "1")
    {
        buildQuery += '&recaptcha_challenge_field='+$.TSUE.urlEncode($('#recaptcha_challenge_field').val())+'&recaptcha_response_field='+$.TSUE.urlEncode($('#g-recaptcha-response').attr("value"));
    }


Napon 24th June 2018 10:34

Yes joe like i put in my dowmload of FMDEition in the read me files mate it as to be done there ok what ill do is add your edits and test it.... it also in pages/signup too. And ill do a new imdb mod too

Ok working demo site here
http://fmdition.net/?p=home&pid=1

Just a few more edits then filly done

TraceR 16th July 2018 00:21

i request users not to use this on live server,just found few bugs on this fix ,, its not working on CF enabled and few browsers and another one is if your password is changed you cont login

Bump: after scanning with pentesting tool found few XSS vulnerabilities on this addon created by bvlist admin jeo


All times are GMT +2. The time now is 08:02.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.