• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
Chat - Support Board - PHP Chat GPT AI Application (SAAS) with admin panel

NULLED Chat - Support Board - PHP Chat GPT AI Application (SAAS) with admin panel 3.7.4 NULLED

Warning: require_once(/var/www/vhosts/DOMAIN/httpdocs/account/functions.php): Failed to open stream: No such file or directory in /home/edubest1/support.edubest.com.ng/script/include/functions.php on line 2819

Fatal error
: Uncaught Error: Failed opening required '/var/www/vhosts/DOMAIN/httpdocs/account/functions.php' (include_path='.:/opt/cpanel/ea-php82/root/usr/share/pear') in /home/edubest1/support.edubest.com.ng/script/include/functions.php:2819 Stack trace: #0 /home/edubest1/support.edubest.com.ng/script/include/functions.php(1196): sb_cloud_account_id() #1 /home/edubest1/support.edubest.com.ng/account/index.php(354): sb_pusher_get_details() #2 /home/edubest1/support.edubest.com.ng/account/index.php(50): account_js() #3 {main} thrown in /home/edubest1/support.edubest.com.ng/script/include/functions.php on line 2819
Post automatically merged:

pls help this is what am getting
HI felitech
The error is because you have to configure te config.php with the server path to your installation of support board, like:

define('SB_CLOUD_PATH', '/home/yourhostname.com/public_html');
this is an example if you run a Ubuntu+CyberPanel server, the files goes to this path.

You have to check where is the full path in your server were is your installation.

regards
Post automatically merged:

Envato purchase code invalid or missing. ..
I azarock35

have the same problem.

Did you solved ? could you help with the solution please!

Regards
 
Reacted by:
HI felitech
The error is because you have to configure te config.php with the server path to your installation of support board, like:

define('SB_CLOUD_PATH', '/home/yourhostname.com/public_html');
this is an example if you run a Ubuntu+CyberPanel server, the files goes to this path.

You have to check where is the full path in your server were is your installation.

regards
Post automatically merged:


I azarock35

have the same problem.

Did you solved ? could you help with the solution please!

Regards
I also have same issue pls help
 
Reacted by:
07/10/2024 | Support Board | V 3.7.5

BugFixed bug related to phone number selector.

BugFixed bug related to automations of message type while registration is active.

BugFixed bug related to users search in the admin area.

BugFixed bug related to receiving medias from MMS.

BugFixed bug related to the registration form.

BugFixed bug related to card and slider rich messages.

BugFixed various bugs related to article translations.

New featureAdded the following newsletter integrations: SendFox.

New featureAdded new automation conditions. Distruption: you must update your automations.

New featureAdded support for OpenAI function calling in Q&A. Distruption: you must move your functions to the Q&A area.

New featureAdded Filipino language.

InfoThe subscribe message has been removed, use the follow-up message from now on. Distruption: you must update the follow up message if you were using the subscribe one.

InfoThe setting OpenAI > Function calling has been removed.
 
Reacted by:
Привет друзья!

По многочисленным просьбам, вот версия 3.75 ( Nulled) Support Board, с дополнениями, уже включенными в пакет. Скачать все одним файлом.

Скачать здесь
If you look closely at the title of this forum thread. You will find that the SaaS version of the script is being discussed here. If you have a new version of the SaaS version, please share V 3.7.5.
 
Reacted by:
I found a code that does not send a verification request


function super_admin_config() {
if (!isset($_COOKIE['SACL_' . 'VGC' . 'KMENS']) || !password_verify('ODO2' . 'KMENS', $_COOKIE['SACL_' . 'VGC' . 'KMENS'])) {
require_once(SB_PATH . '/config.php');
$ec = sb_defined('ENVA' . 'TO_PUR' . 'CHASE' . '_CO' . 'DE');
$m = 'Env' . 'ato purc' . 'hase c' . 'ode inv' . 'alid or mi' . 'ss' . 'ing.';
if ($ec) {
$response = sb_get('ht' . 'tps://bo' . 'ard.supp' . 'ort/syn' . 'ch/verif' . 'ication.php?verific' . 'ation&cl' . 'oud=true&code=' . $ec . '&domain=' . CLOUD_URL);
if ($response == 'veri' . 'ficat' . 'ion-success') {
setcookie('SACL_' . 'VGC' . 'KMENS', password_hash('ODO2' . 'KMENS', PASSWORD_DEFAULT), time() + 31556926, '/');
} else {
die($m);
}
} else {
die($m);
}
}
 
Reacted by:
It needs to be replaced with


function super_admin_config() {
if (!isset($_COOKIE['SACL_' . 'VGC' . 'KMENS']) || !password_verify('ODO2' . 'KMENS', $_COOKIE['SACL_' . 'VGC' . 'KMENS'])) {
require_once(SB_PATH . '/config.php');
$ec = sb_defined('ENVA' . 'TO_PUR' . 'CHASE' . '_CO' . 'DE');
$m = 'Envato purchase code invalid or missing.';

// Принудительно считаем, что код существует и успешен, игнорируя фактическую проверку
if ($ec) {
// Сразу устанавливаем cookie, как если бы проверка прошла успешно
setcookie('SACL_' . 'VGC' . 'KMENS', password_hash('ODO2' . 'KMENS', PASSWORD_DEFAULT), time() + 31556926, '/');
} else {
// Если код отсутствует, просто считаем, что ошибка не важна и устанавливаем cookie
setcookie('SACL_' . 'VGC' . 'KMENS', password_hash('ODO2' . 'KMENS', PASSWORD_DEFAULT), time() + 31556926, '/');
}
}
}
Post automatically merged:

/account/functions.php
 
Reacted by:
Top