- This topic has 2 replies, 2 voices, and was last updated 12 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › WP Affiliates, typing wrong password get instantly banned
Tagged: zbblock
I am using ZBBlock [http://www.spambotsecurity.com]. If an affiliate types a wrong password by mistakes, he gets instantly banned. WordPress itself has no problem, but WP Affiliates Platform has, that is on first wrong password the affiliate will be banned.
There seems to be an empty space in the URL, which causing this problem. Below is cut-and-paste from ZBBlock log file. Please note
Who do I fix it, i.e. remove the extra space at the end of URL?
#: 44 @: Wed, 26 Sep 2012 20:23:56 -0500 Running: 0.4.10a1
Host: pool-173-48-245-229.bstnma.fios.verizon.net
IP: 173.48.245.229
Score: 1
Violation count: 0
Why blocked: Please remove space from end of URL (QU-207).
Query: wp_affiliate_view=login&msg=Invalid+Login.+Please+try+again+with+correct+user+name+and+password.+
Referer:
[http://www.shaadiconnections.com/affiliate-area/?wp_affiliate_view=login]
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1
Reconstructed URL:
[http://www.shaadiconnections.com/affiliate-area/?wp_affiliate_view=login&msg=Invalid+Login.+Please+try+again+with+correct+user+name+and+password.+]
Never mind, I fixed it myself. There is an unneccessary extra space in wp_affiliate_platform1.php at line 209 after “password.”.
$msg = urlencode("Invalid Login. Please try again with correct user name and password. ");
Change to
$msg = urlencode("Invalid Login. Please try again with correct user name and password.");
Can you please fix it in next version? So, people who are using ZBBlock to keep hackers away do not face this problem.
I will take out the space character at the end.