Chat - Support Board - OpenAI Chatbot - WP

Chat - Support Board - OpenAI Chatbot - WP v3.7.9

No permission to download

AnthonyThang

New member
Dec 14, 2018
7
4
3
nguyenvanthang.com
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.
 

sundar50000

Active member
Apr 30, 2020
757
208
43
India
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.
Good Video explanation, lemme try it and update you.
 

zakirs

Member
Aug 5, 2020
17
29
13
do any one knows how to nullify dialogue flow and remove there website dependency ?
 

KaoVN

Well-known member
Null Master
Trusted Uploader
Oct 15, 2019
627
722
100
KaoVN

Chat - Support Board - WordPress Chat Plugin v3.3.6​


Nulled Status: Unchecked or Untouched
Please test & try by yourself or wait for a better patch
 

Attachments

  • supportboard-v3.3.6.zip
    3 MB · Views: 387
  • Love
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz updated Chat - Support Board - WordPress Chat Plugin with a new update entry:

Support Board v3.3.6

Download Support Board v3.3.6 - Chat And Help Desk Nulled Free
10/10/2021 | Support Board | v3.3.6

BugFixed bug related to admin email and sms notifications confirmation message.
New featureArticles parent category. You need to assign again all categories to all articles.
New featureSingle article now supports up to 3 categories.
New featureOption to display Agents & Admins tab also for agents.
New featureOnline status indicator in the Agents & Admins list.
New featureOption to enable...

Read the rest of this update entry...
 

assholio

Member
Apr 11, 2020
45
6
8
^
Asks for envato code if you overwrite the old version. good new is the above post with null instructions still works.
 
Last edited:

assholio

Member
Apr 11, 2020
45
6
8
Edited my post. Yes everything works once u edit the

function sb_verification_cookie in functions.php file and set it to always return true
 
  • Like
Reactions: tanierlyons

datafixaren2022

New member
May 22, 2022
0
0
0
i try this code and it works

go to ./supportboard/supportboard/include/functions.php : line 4649

function sb_verification_cookie($code, $domain) {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
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 [false, sb_string_slug($response, 'string')];
}
 

DexaeLprojects

New member
Jun 4, 2022
0
0
0
i try this code and it works

go to ./supportboard/supportboard/include/functions.php : line 4649

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 [false, sb_string_slug($response, 'string')];
}
Thank you. This works great :love:
 

ambaskaryash

New member
Dec 23, 2020
25
12
3
mateprojects.xyz
i try this code and it works

go to ./supportboard/supportboard/include/functions.php : line 4649

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 [false, sb_string_slug($response, 'string')];
}
Thanks a lot it worked like a Charm!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz updated Chat - Support Board - WordPress Chat Plugin with a new update entry:

Support Board v3.3.7

Download Support Board v3.3.7 - Chat And Help Desk Nulled Free
08/11/2021 | Support Board | v3.3.7

BugFixed bug related to offline message title.
BugFixed bug related to translations with HTML chars.
BugFixed bug related to Push notifications.
BugFixed bug related to office hours and offline message.
BugFixed bug that allow a user to use an agent or admin email to register if the option 'allow duplicated emails' is active.
New featureCloud version.
New featureSaaS version for...

Read the rest of this update entry...
 

ndiebere

Member
Apr 2, 2019
90
25
18
Can anyone help us with the Support Board Tickets, WhatsApp, and Active eCommerce apps or add-ons?
 

Attachments

  • 1.png
    1.png
    35.4 KB · Views: 12
  • 2.png
    2.png
    20.3 KB · Views: 12
  • Like
Reactions: pawel108

datafixaren2022

New member
May 22, 2022
0
0
0
This is not nulled bro :( can you help please

1636553775184.png
i try this code and it works
go to ./supportboard/supportboard/include/functions.php : line 4649

function sb_verification_cookie($code, $domain) {
return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
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 [false, sb_string_slug($response, 'string')];
}
 
  • Like
Reactions: jamson

jamson

New member
Dec 1, 2020
22
8
3
i try this code and it works
go to ./supportboard/supportboard/include/functions.php : line 4649

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 [false, sb_string_slug($response, 'string')];
}
Thank you. This works great:)
 
  • Like
Reactions: Anasbrouk

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu