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

Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v6.5.0 Nulled

No permission to download
someone who facing problem with schedule blast, i have founded the solution, just replace this code at /app/Http/Controllers/CampaignController.php

or change it by yourself at line 82

Code:
            // db transaction
            $campaign = $device->campaigns()->create([
                'user_id' => $request->user()->id,
                'name' => $request->campaign_name,
                'type' => $request->type,
                'delay' => $request->delay,
                'status' => 'waiting',
                'message' => json_encode($message),
                'phonebook_id' => $request->phonebook_id,
                'schedule' => $request->tipe == 'schedule' ? $request->datetime2 : now(),
            ]);

into this way

Code:
            // db transaction
            $campaign = $device->campaigns()->create([
                'user_id' => $request->user()->id,
                'name' => $request->campaign_name,
                'type' => $request->type,
                'delay' => $request->delay,
                'status' => 'waiting',
                'message' => json_encode($message),
                'phonebook_id' => $request->phonebook_id,
                'schedule' => $request->tipe == 'schedule' ? $request->datetime : now(),
            ]);

just change "$request->datetime2 : now()," into "$request->datetime : now(),"

that's work pretty well to me
 
someone who facing problem with schedule blast, i have founded the solution, just replace this code at /app/Http/Controllers/CampaignController.php

or change it by yourself at line 82

Code:
            // db transaction
            $campaign = $device->campaigns()->create([
                'user_id' => $request->user()->id,
                'name' => $request->campaign_name,
                'type' => $request->type,
                'delay' => $request->delay,
                'status' => 'waiting',
                'message' => json_encode($message),
                'phonebook_id' => $request->phonebook_id,
                'schedule' => $request->tipe == 'schedule' ? $request->datetime2 : now(),
            ]);

into this way

Code:
            // db transaction
            $campaign = $device->campaigns()->create([
                'user_id' => $request->user()->id,
                'name' => $request->campaign_name,
                'type' => $request->type,
                'delay' => $request->delay,
                'status' => 'waiting',
                'message' => json_encode($message),
                'phonebook_id' => $request->phonebook_id,
                'schedule' => $request->tipe == 'schedule' ? $request->datetime : now(),
            ]);

just change "$request->datetime2 : now()," into "$request->datetime : now(),"

that's work pretty well to me
that's work pretty well to me too
thx (y)
 
  • Like
Reactions: inux2004
hi facing issue in latest version 5
1. All Kind of test message works fine, but campaign not working
2. in image campaign next button is disable

if anyone have solution for this, please guide me active members @bendfrozien
 
hi facing issue in latest version 5
1. All Kind of test message works fine, but campaign not working
2. in image campaign next button is disable

if anyone have solution for this, please guide me active members @bendfrozien
for the first case, just make a modification on your source code based on my past before.

but for the second case, i have no idea, just wait to another one to make a solutions for the button schedule message to be worked
 
Hello @Morehere and all.

can the message button and url button work?

after some time ago there was an update from the official whatsapp.
 
yes. As a result of the update, we can no longer use buttons and lists. someone provide a temporary solution. use regular whatsapp for sender. and it works. i have tried it read the message on the previous page
 
  • Like
Reactions: brams
yes. As a result of the update, we can no longer use buttons and lists. someone provide a temporary solution. use regular whatsapp for sender. and it works. i have tried it read the message on the previous page
i have fixed the problem of button and list messages, there is solution but the only condition is sender should use regular whatsapp not business whatsapp. also template messages won't work. I am working on the rest of the problem and will share once all the problems are fixed.
 
  • Like
Reactions: maumaju
i have fixed the problem of button and list messages, there is solution but the only condition is sender should use regular whatsapp not business whatsapp. also template messages won't work. I am working on the rest of the problem and will share once all the problems are fixed.
Great news.

thanks for sharing (y)
 
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