Chat - Support Board - OpenAI Chatbot - WP

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

No permission to download

Gaith.ads

Member
Banned User
Apr 27, 2021
52
25
18
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.
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.
oh thanx man, its works with the latest version 3.5.0
 

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
oh thanx man, its works with the latest version 3.5.0

Many thanks for posting that as I had forgotten all about that change, luckily it was still here and I even mentioned it in previous post.


Will add that to v3.5.0 before uploading it now. 😁

If anybody needs plugins, there are some on a few pages back as well.
 
  • Like
Reactions: r3turn_z3r0

Gaith.ads

Member
Banned User
Apr 27, 2021
52
25
18
Many thanks for posting that as I had forgotten all about that change, luckily it was still here and I even mentioned it in previous post.


Will add that to v3.5.0 before uploading it now. 😁

If anybody needs plugins, there are some on a few pages back as well.
i need the whmcs plugin as well as the Dialogflow if this possible i really need them guys
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
  • Like
Reactions: Gaith.ads

Gaith.ads

Member
Banned User
Apr 27, 2021
52
25
18
hey bro please reupload the files and the new version if possible nad cant download them just upload them again
 

kilungoh

New member
May 4, 2022
10
6
3
Many thanks for posting that as I had forgotten all about that change, luckily it was still here and I even mentioned it in previous post.


Will add that to v3.5.0 before uploading it now. 😁

If anybody needs plugins, there are some on a few pages back as well.
i need the plugins. Where did you say they are? (dialogflow.messenger,whatsapp,activecommerce)
 

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
i need the plugins. Where did you say they are? (dialogflow.messenger,whatsapp,activecommerce)
Look at previous post above as page linked.

the files are gone after babiato crashed last time
can download until the man re-upload them again

Maybe @Tomz or somebody else can get them and upload here for you. Don't have them myself. 😒
 

Gaith.ads

Member
Banned User
Apr 27, 2021
52
25
18
Many thanks for posting that as I had forgotten all about that change, luckily it was still here and I even mentioned it in previous post.


Will add that to v3.5.0 before uploading it now. 😁

If anybody needs plugins, there are some on a few pages back as well.
hey bro do you know hot display the chat in other web site or in other wordpress wich code i need to use or where i need to post it
 

gummy

New member
May 6, 2022
13
14
3

Attachments

  • Dialogflow (1.2.1).zip
    14.2 KB · Views: 71
  • tickets (1.1.1).zip
    16.1 KB · Views: 85
  • WhatsApp (1.0.2).zip
    4.6 KB · Views: 91
  • woocommerce (1.1.0).zip
    29.3 KB · Views: 67

r3turn_z3r0

Well-known member
Feb 3, 2020
141
175
50
Paradise
  • Like
Reactions: ayyaz

gummy

New member
May 6, 2022
13
14
3

Attachments

  • Dialogflow (1.2.7).zip
    16.4 KB · Views: 85
  • Messenger (1.0.9).zip
    5.3 KB · Views: 115
  • Slack (1.2.0).zip
    18.5 KB · Views: 84
  • Tickets (1.1.3).zip
    14.7 KB · Views: 82

r3turn_z3r0

Well-known member
Feb 3, 2020
141
175
50
Paradise
Actually I just searched "Dialogflow (1.2.1).zip". But your link is even better! I find newer version of Dialogflow and many other plugins using your link. I don't think anyone has shared the Slack or Messenger plugin before. Here it is everyone
👏 Well done. I knew you had it in you
 

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