• 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"

WriteBot - AI Content Generator SaaS Platform

WriteBot - AI Content Generator SaaS Platform v4.6.0 - Untouched

No permission to download
UCEF updated WriteBot - AI Content Generator SaaS Platform with a new update entry:

Version 4.2.0 - 11th Feb, 2024 - Untouched

- Added AI PDF Chat
- Added Ai Fine-Tune (Admin Self Model)
- Added Real-Time Data Searching
- Added AI Assistant
- Added Email Template
- Added Permission Reset Option
- Updated PHP Version 8.1.0 (required)
- Updated Laravel Version to 9
- Fixed: Marcado Pago Multi-Currency Payment Gateway
- Fixed: Ai Chat (New Conversation Create)
- Fixed: Customer Panel ( Voice input prompt fixing)

Read the rest of this update entry...
 
  • Like
Reactions: alonzoespinoza
  • Like
Reactions: tenno
  • Love
Reactions: oncsales
Check file

I'm nulled for myself

So its install and working as well

Purchased code : love-babia-to

That for fun!

Unzip to

/app/Http/Controllers/SetupController.php
 

Attachments

  • SetupController.php.zip
    2.4 KB · Views: 19
Last edited:
Check file

I'm nulled for myself

So its install working as well
That for fun!

Unzip to

/app/Http/Controllers/SetupController.php
not working. but i have a nulled script from an other community, but its need zip password that i dont have, it can be get if we make 50 posts or purchase the null method by 100 credits.
 
not working. but i have a nulled script from an other community, but its need zip password that i dont have, it can be get if we make 50 posts or purchase the null method by 100 credits.
what going on?
replace file or edit file
Code:
 #purchase code validation
    public function purchase()
    {
        return view('setup.license');
    }

    #purchase code validation
    public function purchaseCode(LicenseVerificationRequestForm $request)
    {

        try {
            $opts = [
                'purchase_code'        => $request->purchase_code,
                'app_name'             => env('APP_NAME'),
                'current_version'      => env('APP_VERSION'),
                'customer_current_url' => URL::to('/'),
                'product_type'         => 1,
                'server_info'          => $_SERVER,
                'app_env'              => $request->server_mode,
            ];
            session()->put('app_env', $request->server_mode);
            $message = null;
            $systemService = new SystemUpdateService();
            $healthCheck = $systemService->healthCheck(['data' => '']);
            if ($healthCheck == true) {
                $response = json_decode($systemService->verification($opts));
                if ($response) {
                    if ($response->status == true && $response->code == 201) {
                        file_put_contents(storage_path('app/') . '.access_token', $response->data->client_token);
                        file_put_contents(storage_path('app/') . '.purchase_code', $response->data->purchase_code);
                        $message = $response->message;
                    }
                    if ($response->status == false || $response->code == 525) {
                        $message = $response->message;

                        flash($message)->error();
                        return redirect()->route('installation.dbSetup');
                    }

                    flash($message)->success();
                    return redirect()->route('installation.dbSetup');
                }
                flash($message)->error();
                return redirect()->route('installation.dbSetup');
            }
            return redirect()->route('installation.dbSetup');
        } catch (\Throwable $th) {
            flash($th->getMessage())->error();
            return redirect()->back();
        }
    }
    # db form
    public function databaseSetup($error = "")
    {
        $systemService = new SystemUpdateService();
        $healthCheck = $systemService->healthCheck(['data' => '']);
        if($healthCheck) {
            $purchase_code =  file_get_contents(storage_path('app/') . '.purchase_code');
            $client_token = file_get_contents(storage_path('app/') . '.access_token');
            if (empty($purchase_code) || empty($client_token)) {
                flash('Your application not verified')->error();
                return redirect()->route('installation.dbSetup');
            }
        }

        if ($error == "") {
            return view('setup.dbSetup');
        } else {
            return view('setup.dbSetup', compact('error'));
        }
    }

Go to http://you-domain-ai.com/purchase-code
and install
put purchase code :
58d987ef-08b5-4a4f-85b6-0bbbb28ba888
Its working
 

Attachments

  • Screenshot 2024-03-09 at 19-23-03 Generate DALL-E 3 Image WriteBot AI.png
    Screenshot 2024-03-09 at 19-23-03 Generate DALL-E 3 Image WriteBot AI.png
    200.9 KB · Views: 26
Last edited:
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