syler
Member
- Oct 8, 2018
- 80
- 30
- 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.
oh thanx man, its works with the latest version 3.5.0Good 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
i need the whmcs plugin as well as the Dialogflow if this possible i really need them guysMany 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.
Download Support Board v3.5.0 - Chat And Help Desk Nulled
05/05/2022 | Support Board | V 3.5.0
Bug
Fixed bug related to real-time translations message formatting.
Bug
Fixed bug related email piping.
Bug
Fixed bug related to messagin platform messages.
i need the whmcs plugin as well as the Dialogflow if this possible i really need them guys
the files are gone after babiato crashed last time
i need the plugins. Where did you say they are? (dialogflow.messenger,whatsapp,activecommerce)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.
Look at previous post above as page linked.i need the plugins. Where did you say they are? (dialogflow.messenger,whatsapp,activecommerce)
the files are gone after babiato crashed last time
can download until the man re-upload them again
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 itMany 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 find the plugins on a open directory server (make sure your server is not like this!).i need the plugins. Where did you say they are? (dialogflow.messenger,whatsapp,activecommerce)
Wordpress version only support one website, you need to use PHP version https://babiato.tech/threads/chat-support-board-php-chat-application.34486hey 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
how to display the chat the embed script ???Wordpress version only support one website, you need to use PHP version https://babiato.tech/threads/chat-support-board-php-chat-application.34486
and please do you have the whmcs addon i really need itI find the plugins on a open directory server (make sure your server is not like this!).
Obivously I cannot guarantee they are not modified or still safe but if you need urgent you can download.
Oh Thank you very much for this. Much appreciated!I find the plugins on a open directory server (make sure your server is not like this!).
Obivously I cannot guarantee they are not modified or still safe but if you need urgent you can download.
That's a rare find! Well done. For anyone wondering "what sorcery is this?", here's the full dork:I find the plugins on a open directory server (make sure your server is not like this!).
Obivously I cannot guarantee they are not modified or still safe but if you need urgent you can download.
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 everyoneThat's a rare find! Well done. For anyone wondering "what sorcery is this?", here's the full dork:
https://www.google.com/search?q=inurl:/wp-content/plugins/supportboard/supportboard/apps/
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