Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #31  
Old 22nd June 2018, 19:38
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Default
@joeroberts this fix not working for me

@napon you site not workin at all
Reply With Quote
  #32  
Old 23rd June 2018, 01:26
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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:
<form id="signupbox_form" action="">
to
Code:
<form method="post" id="signupbox_form" action="">
Who on earth don't add a method to a form?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 23rd June 2018 at 01:52.
Reply With Quote
  #33  
Old 23rd June 2018, 10:00
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Ok today ill put the test site back up
Then joe can set up ill give you admincp
Reply With Quote
  #34  
Old 23rd June 2018, 10:35
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 135
Default
Quote:
Originally Posted by Napon View Post
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
Reply With Quote
  #35  
Old 23rd June 2018, 12:09
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
please try the last edit I posted with out the method="post" it well not work
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #36  
Old 23rd June 2018, 12:27
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 135
Default
Quote:
Originally Posted by joeroberts View Post
please try the last edit I posted with out the method="post" it well not work

its not working after your latest updates too
Reply With Quote
  #37  
Old 23rd June 2018, 16:08
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
Joe i tryed it and it said ( please wait loading) but it would not take on signup
Reply With Quote
  #38  
Old 24th June 2018, 02:14
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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"));
    }
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #39  
Old 24th June 2018, 10:34
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
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

Last edited by Napon; 24th June 2018 at 18:13.
Reply With Quote
  #40  
Old 16th July 2018, 00:21
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 135
Default
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

Last edited by TraceR; 19th July 2018 at 11:06.
Reply With Quote
Reply

Tags
22 , recaptcha , tsue

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 14:31. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.