Chat - Support Board - OpenAI Chatbot - WP

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

No permission to download

UfU

New member
Jun 16, 2018
1
0
3
universalflowuniversity.com
Just add your wordpress site database information in support board config file
Checking the config file, the information is the same as the WordPress database .

But I still got this error on activation

*edit
I updated, copy pasted the info. (The config file reset)

But pressing the chat button at front end , doesn't open anything
.
 

Attachments

  • Screenshot_20210909-120309~2.png
    Screenshot_20210909-120309~2.png
    55.1 KB · Views: 50
Last edited:

Aqib2001

Member
May 27, 2020
39
12
8
Checking the config file, the information is the same as the WordPress database .

But I still got this error on activation

*edit
I updated, copy pasted the info. (The config file reset)

But pressing the chat button at front end , doesn't open anything
.
Keep the original config.php file of the support board and just replace the information entered with your WordPress database information.
Also, in config.php file change SB_URL to your site support board url.

PHP:
<?php
$site_url = "https://" . $_SERVER['SERVER_NAME'];
/* Plugin folder url */
define('SB_URL', $site_url . '/wp-content/plugins/supportboard/supportboard');

/* The name of the database */
define('SB_DB_NAME', 'wp_database');

/* MySQL database username */
define('SB_DB_USER', 'wp_database');

/* MySQL database password */
define('SB_DB_PASSWORD', 'wp_database_password');

/* MySQL hostname */
define('SB_DB_HOST', 'localhost'); // in most cases it is localhost

/* MySQL port (optional) */
define('SB_DB_PORT', '');

/* WordPress prefix */
define('SB_WP_PREFIX', 'wpprefix_'); // login to phpmyadmin and check your wordpress database and see which prefix you are using and set it here

?>
 

KaoVN

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

Support Board Chat & Help Desk v3.3.5​


Nulled Status: NULLED
Please test for activation status & report back to me if it not works.
 

Attachments

  • support-board-wp-live-chat-help-desk-v3.3.5.zip
    3 MB · Views: 374

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.5

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

SecurityImproved security related to SQL Injection and XSS attacks.
BugFixed bug related to users pagination.
BugFixed bug related to online user status on the admin area when Pusher is active.
BugFixed bug related to message with attachments.
New featureOption to display additional columns in the user table.
New featureArticles page with WordPress shortcode.
New featureOption to open...

Read the rest of this update entry...
 
  • Love
Reactions: RainMaker

ahmedtsadek

New member
May 22, 2021
24
10
3

Support Board Chat & Help Desk v3.3.5​


Nulled Status: NULLED
Please test for activation status & report back to me if it not works.
I tried to update by copy and overwrite over 3.3.4 now it asks for purchase code
 

AnthonyThang

New member
Dec 14, 2018
7
4
3
nguyenvanthang.com
I tried to update by copy and overwrite over 3.3.4 now it asks for purchase code
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)];
}
 

sundar50000

Active member
Apr 30, 2020
757
208
43
India
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)];
}
Error

The plugin generated 1504 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
 

AnthonyThang

New member
Dec 14, 2018
7
4
3
nguyenvanthang.com
Error

The plugin generated 1504 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I don't understand the error you said. I make it work at my site: nguyenvanthang.com you can check it out.
 

ProtonPress

Active member
Babiato Lover
Trusted Uploader
Aug 9, 2018
91
145
33

Connect Smart Chatbots Powered by Dialogflow​

Speed customer resolutions and automate conversations by engaging one of the most advanced forms of artificial intelligence in the world. This can be done easily in just a few minutes.​


dialogflow-1.1.4.zip
https://www.mirrored.to/files/1GBAW2WU/dialogflow-1.1.4.zip_links


Upload and unizip folder dialogflow-support-board.zip to:
../wp-content/plugins/supportboard/supportboard/apps/

data.json
functions.php
setting.json
 

sundar50000

Active member
Apr 30, 2020
757
208
43
India
I don't understand the error you said. I make it work at my site: nguyenvanthang.com you can check it out.
after adding the activation code, when i try to activate the plugin and getting the error

The plugin generated 1504 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

1633595254805.png

1633595296677.png
 

AnthonyThang

New member
Dec 14, 2018
7
4
3
nguyenvanthang.com
after adding the activation code, when i try to activate the plugin and getting the error

The plugin generated 1504 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

1633595254805.png

1633595296677.png
You can go to: http://your-domain/wp-content/plugins/supportboard/supportboard/admin.php
Replace with your domain name and enter any key.
Try it now to see if it works or not?
 
Last edited by a moderator:

AnthonyThang

New member
Dec 14, 2018
7
4
3
nguyenvanthang.com
1. I install v3.3.5 this way. At a website that has not installed it before
Video: https://www.loom.com/share/5bdbaf581066454199e8007f07feefda

- Clear cache, or use the incognito browser to see livechat, it doesn't work for admin.

2. I upgrade version v3.3.4 to v3.3.5 by this way.
Video: https://www.loom.com/share/44afb8851f7d4e1796bd10c752ab238e

- When I upgraded this test, I didn't get the error asking for the key like the first time I did. So it's hard to explain how I solved it.

NOTE: I'm not a coder. So understand me if things are complicated for you.
 
  • Like
Reactions: tanierlyons

Forum statistics

Threads
69,205
Messages
908,332
Members
236,798
Latest member
naveenmanjula127

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