Work fine
@Null Masters @phpCore
can u check this thanks
@Null Masters @phpCore
can u check this thanks
i dont know why user ask not working and ask licenseWork fine
In some cases the plugin asks to enter WordPress username and password, and no matter how much the user correctly enters the information, the plugin says it is wrong and gets stuck on this screen.i dont know why user ask not working and ask license
Thanks for sharing bro, I just discovered the problem tonight. everything worked again.I have just tested main download for this and have got it working fine for myself on local site.
Thanks to @Ledzepy for the main nulling of it.
Just reading back through old posts and did the same method as @r3turn_z3r0 says in their post here.
All I have done to get to work is this:
Always pays to read old posts in a thread before posting
- I had the main download installed and activated and was asking for purchase key.
- Changed the file as stated in the post and overwrote existing install and refreshed.
- Refresh does not work for me and so simply deactivated and reactivated plugin itself.
- After reactivating it, it took me straight to the WordPress login details window.
- Entered my details and it logged in perfectly.
![]()
Think it's possible to pin my post @Tomz? I believe it would help future persons stuck on license verification.I have just tested main download for this and have got it working fine for myself on local site.
Thanks to @Ledzepy for the main nulling of it.
Just reading back through old posts and did the same method as @r3turn_z3r0 says in their post here.
All I have done to get to work is this:
Always pays to read old posts in a thread before posting
- I had the main download installed and activated and was asking for purchase key.
- Changed the file as stated in the post and overwrote existing install and refreshed.
- Refresh does not work for me and so simply deactivated and reactivated plugin itself.
- After reactivating it, it took me straight to the WordPress login details window.
- Entered my details and it logged in perfectly.
![]()
This is the plugin that goes into Perfex CRM.
Download Support Board v3.4.3 - Chat And Help Desk Nulled Free
31/01/2022 | Support Board | v3.4.3
New featureOn Support Board login, the user is automatically logged in WordPress as well if the users system is set to WordPress.
New featureOption to create and login a WordPress user on Support Board user registration.
New featureOption to paste a screenshot from the clipboard and send it as message.
OptimizationImproved conversations search.
OptimizationText markup for rich message texts.
As you are new member is this your own version nulled or from elsewhere?Check the nulled version, if it works, don't forget to like it
Nulled by my friends in IranAs you are new member is this your own version nulled or from elsewhere?
Does not work for v3.4.2 :/Good work! However your method has a lot of extra steps. A more concise approach is:
1. Open supportboard/include/functions.php
2. Search for/find the function sb_verification_cookie, it should look something like this:
PHP: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_get('https://board.support/synch/verification.php?verification&code=' . $code . '&domain=' . $domain); if ($response == 'verification-success') { return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)]; } return [false, sb_string_slug($response, 'string')]; }
3. Replace it with this:
PHP:function sb_verification_cookie($code, $domain) { return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)]; }
ENJOY!
PS: Will keep this updated if future versions require it.
Try opening admin dashboard using incognito. If it works then your problem is related to browser cache.
Well that narrows it downNulled by my friends in Iran