Chat - Support Board - PHP Chat Application

Chat - Support Board - PHP Chat Application v3.8.7 Nulled Extended

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

makuni

Member
Jan 3, 2020
38
48
18
  • Like
Reactions: tcruz

gummy

New member
May 6, 2022
13
15
3
the script ask for licentes code
Open functions.php in the include folder. Find this code:
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')];
}
Change it to:
PHP:
function sb_verification_cookie($code, $domain) {
    return [true, password_hash('VGCKME' . 'NS', PASSWORD_DEFAULT)];
}
 

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu