• 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

Change logs


🔔 Note: Since the latest WhatsApp update by WhatsApp, button, list and message messages are temporarily only supported on IOS devices and WhatsApp web.

* This update is a continuation update from version 6.0.0 as of March 7 2024, if you want to upgrade from version 6.0.0

🔄 Log Update:

+ Additions:

  • Connect device menggunakai pairing code
  • Api disconnect device
+- Update & fix

  • Campaign updates, you can create multiple campaigns without waiting for existing campaigns to be successful
  • Changes to rotate and blast queue in the campaign
  • Fix emoji
  • License validation changes (for regular users)
  • and fix other small bug


Additional external:

- Fix sejoli & woocommerce plugin
- Menambah plugin wordpress : elementor,contact form 7,2FA authentication



To update, to make it simpler, please replace the following folder, but before replacing, first deactivate the js node...

  • app/Http (folder)
  • resources/views (folder)
  • routes/web.php (file)
  • server/ (folder)
  • config/database.php (file)
  • database/migrations/* (folder)
  • server.js (file)
  • package.json (file)
  • composer.json (file)


and run the following two sql to change some columns to utf8mb4



SQL:
-- Convert 'autoreplies' table

ALTER TABLE autoreplies

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'blasts' table

ALTER TABLE blasts

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'campaigns' table

ALTER TABLE campaigns

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'contacts' table

ALTER TABLE contacts

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'devices' table

ALTER TABLE devices

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'message_histories' table

ALTER TABLE message_histories

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'migrations' table

ALTER TABLE migrations

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'tags' table

ALTER TABLE tags

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;



-- Convert 'users' table

ALTER TABLE users

CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;


Zip password:
View hidden content is available for registered users!
Note: Since the latest update by WhatsApp, features like buttons, lists, and certain message types are currently only supported on iOS devices and WhatsApp Web.

Please note: You are required to update to the latest version in order to continue using the WhatsApp Gateway. This update is crucial as it involves changes to the core library, where the old library has been deprecated.

Update Log:

  • Updated main dependencies to the latest version.
  • Added Polling Message feature in the API and Test Message.
  • Fixed Preview URL in messages.
  • Resolved audio message issues.
  • Improved auto-reconnect speed.
  • Added sender parameter in webhook groups.
  • And more.
Please replace the folders/files listed below for the update. (The latest files can be downloaded from the purchase page at m-pedia.co.id)

  • package.json
  • resources/views/pages/api-docs (FOLDER)
  • routes/api.php
  • app/Http/Controllers/Api/ApiController.php
  • app/Http/Requests/SendMessageRequest.php
  • app/Http/Controllers/MessagesController.php
  • app/Services/Impl/WhatsappServiceImpl.php
  • app/Services/WhatsappService.php
  • resources/views/ajax/messages/formpoll.blade.php (add this)
  • resources/views/pages/messagetest.blade.php
  • server/controllers/index.js
  • server/router/index.js
  • server/whatsapp.js
  • server/controllers/incomingMessage.js
Before asking support or password you should read below post by forum Moderator
https://babia.to/threads/wa-gateway-multi-device-beta-mpwa-md.58130/post-1153243

Don't share password. If they are eligible then they will see the password
View hidden content is available for registered users!
Change logs:
Update 18 May 2023
Note: Since updating WhatsApp by the latest WhatsApp party, the message button, list and message temporarily only support iOS devices and WhatsApp Web.

- You are required to update to the latest version in order to continue using WhatsApp Gateway. This update is very important because it involves changes to the main library, where the old library has been removed.

Update Logs :
- Library changes
- Refactor blast, more stable and random process.
- Fix fetch group not whole.

Please replace the folder/file below for updates, (the latest file can be downloaded on the m-pedia.co.id purchase page)
- package.json (file )
- node_modules ( folder, if you are on vps , you can reinstall yarn after updating package.json )
- server/whatsapp.js ( file )
- server/lib/helper.js (files)
- app/Http/Controllers/TagController.php (file)
- app/Console ( folder )

Before asking support or password you should read below post by forum Moderator
https://babia.to/threads/wa-gateway-multi-device-beta-mpwa-md.58130/post-1153243

Don't share password. If they are eligible then they will see the password

View hidden content is available for registered users!
Change logs:
Requirements: PHP >8.0 & Node.js 14/16

Note: We apologize that this version cannot be updated directly from the previous version due to many changes in the vendor. Therefore, a fresh installation is required.

Update Log:

  • Upgraded the main library to version 4.0.0
  • Template changes.
  • Refactored code and changed backend pattern, Laravel service & Node.js MVC.
  • Added caching to autoreply and webhook (lighter without queries).
  • Added quoted feature to autoreply and webhook (reply to specific message).
  • Changed mechanism and reduced queries in the campaign (more stable).
  • Fixed list and template message on iOS.
  • Changed destination number in Test Message & API (can send to more than one recipient).
  • Fixed minor bugs.
  • And more.
Before asking support or password you should read below post by forum Moderator
https://babia.to/threads/wa-gateway-multi-device-beta-mpwa-md.58130/post-1153243

Don't share password. If they are eligible then they will see the password
View hidden content is available for registered users!
Change logs:
-- Connection -> Save connections and sessions to cache so that sending and receiving messages is faster.
-- Auto Response -> Added filter auto response from Group, personal or both.
-- Adding keyword types (response if the keywords match, or some contain keywords)
-- call the sender's whatsapp name in auto response using {name} Campaign / Blast
-- Change Logic, more stable
-- Added Pause and Resume feature of blast message
-- Delay (avoid getting banned)
-- FIRE -> Added get method in API, Can send message with url like https://yourdomain.com/send-message?api_key=xxx&number=xxx&message=xxx
-- Cronjob -> Change the auto connection to be more structural,, (does not disturb the blast message)
-- Fix -> Message templates (Android) And others.

Download link:

Zip Password:
Don't share password to anyone if they are eligible then they will see password.


View hidden content is available for registered users!
Change logs:
- Update library
- fix blast & schedule for receiving

Zip Password:
Don't share password to anyone if they are eligible then they will see password.

View hidden content is available for registered users!
Change logs:
- Update the library to the latest 4.4.0 version
- fix automatic connection via cronjob
- Fix button, list message (following whatsapp updates)


Zip Password:
Don't share password to anyone if they are eligible then they will see password.

View hidden content is available for registered users!
Change logs:
- Update core (Library to version 4.3.0)
- Fix connection bug, Faster and stable
- (Add Features) Manage User
- (Add Features) Set Subscription & Maximum number of devices per User
- (Added feature)Auto reply button (custom number of buttons) + Supports Image
- (Added Features) Auto reply Templates (Custom number of templates) +Supports Images
- (Add Feature) Auto Reply List Menu (custom number of menus)
- Changed the Blast Message feature into a Campaign along with tracking blast messages
- (Add Features) Blast Button, templates, custom menu lists + supports images
- (Add Feature) API message buttons, templates and lists support images,
- (Add Feature) API Generate QR code.

Zip Password:
Don't share password to anyone if they are eligible then they will see password.

View hidden content is available for registered users!
Change logs:
-Fix same keywords for all senders
-Update core ,library @adiwajshing to 4.2.0
- Fix send group
-auto update whatsapp version
-change type session
-add ImageBaseUrl in webhook
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