You are here: Home
Support site for Tips and Tricks HQ premium products
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.