AnthonyThang
New member
Error: I tried to update by copy and overwrite over 3.3.4 now it asks for purchase code
My Fix: Working for me. You can try.
./supportboard/supportboard/include/functions.php
Edit line 4644
function sb_verification_cookie($code, $domain) {
if ($code == 'auto') $code = sb_get_setting('en' . 'vato-purc' . 'hase-code');
if (empty($code)) return [false, ''];
$response = sb_curl('https://board.support/synch/verification.php?verification&code=' . $code . '&domain=' . $domain, '', [], 'GET');
if ($response == 'verification-success') {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
After that, go to: http://your-domain/wp-content/plugins/supportboard/supportboard/admin.php
Replace with your domain name and enter any key.
NOTE: I cannot help you further. because I'm not a coder. I'm just a blogger.
Thanks for your comprehension.
My Fix: Working for me. You can try.
./supportboard/supportboard/include/functions.php
Edit line 4644
function sb_verification_cookie($code, $domain) {
if ($code == 'auto') $code = sb_get_setting('en' . 'vato-purc' . 'hase-code');
if (empty($code)) return [false, ''];
$response = sb_curl('https://board.support/synch/verification.php?verification&code=' . $code . '&domain=' . $domain, '', [], 'GET');
if ($response == 'verification-success') {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
After that, go to: http://your-domain/wp-content/plugins/supportboard/supportboard/admin.php
Replace with your domain name and enter any key.
NOTE: I cannot help you further. because I'm not a coder. I'm just a blogger.
Thanks for your comprehension.