• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

SaleBot - WhatsApp And Telegram Marketing SaaS - ChatBot & Bulk Sender

SaleBot - WhatsApp And Telegram Marketing SaaS - ChatBot & Bulk Sender v1.0

No permission to download
So if this is not nulled then it should not be a resource.

It should have been posted in the Nulling Request section!

@Babak
 
  • Like
Reactions: Kay-D
any one know the best between the Salebot and whatsbox in the core structure of coding.
 
Hello, Could you kindly provide us with the public/install/installer.zip file or the database, @Doxec and @Professor_? We're unable to proceed with the installation due to the missing database folder in the zip file. Additionally, please note that the installer.zip is downloaded from the developer server during the license verification process.


Code:
if (!function_exists('validate_purchase')) {
    function validate_purchase($code, $data)
    {
        $script_url    = str_replace('install/process', '', (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http') . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]");

        $fields        = [
            'item_id'           => '51330626',
            'activation_code'   => urlencode($code),
            'current_version'   => setting('current_version'),
        ];
        $response      = false;

        if (config('app.dev_mode')) {
            $url = 'https://license.spagreen.net/version-check-including-beta';
        } else {
            $url = 'https://license.spagreen.net/version-check';
        }

        $request       = curlRequest($url, $fields);
        if (property_exists($request, 'status') && $request->status) {
            $response = $request->release_info;
        }

        if (is_bool($response)) {
            $latest_version = isAppMode() ? '116' : '167';
        } else {
            $latest_version = $response->version;
        }

        $fields        = [
            'domain'            => urlencode($_SERVER['SERVER_NAME']),
            'version'           => $latest_version,
            'item_id'           => '51330626',
            'url'               => urlencode($script_url),
            'activation_code'   => urlencode($code),
            'is_beta'           => 1,
        ];

        $curl_response = curlRequest('https://license.spagreen.net/verify-installation-v3', $fields);

        if (property_exists($curl_response, 'status') && $curl_response->status) {
            envWrite('DB_HOST', $data['DB_HOST']);
            envWrite('DB_DATABASE', $data['DB_DATABASE']);
            envWrite('DB_USERNAME', $data['DB_USERNAME']);
            envWrite('DB_PASSWORD', $data['DB_PASSWORD']);
            sleep(3);

            $zip_file = $curl_response->release_zip_link;

            if ($zip_file) {
                try {
                    $file_path = base_path('public/install/installer.zip');
                    file_put_contents($file_path, file_get_contents($zip_file));
                } catch (Exception $e) {
                    return 'Zip file cannot be Imported. Please check your server permission or Contact with Script Author.';
                }
            }

            return 'success';
        } else {
            return $curl_response->message;
        }
    }
}
 
Last edited:
  • Like
Reactions: wonraywildsparks

Forum statistics

Threads
79,449
Messages
1,142,680
Members
248,328
Latest member
qweuserly
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock