Wa Gateway | Multi device BETA | MPWA MD v10.5.1 Nulled
What's new in version 10.5.1:
- Fixed (sendRequest() error).
- Fixed Delete Plans Button.
- Fixed Index Languages.
- Fixed Save AI Conversions.
- Fixed MIdtrans Gateway.
Wa Gateway | Multi device BETA | MPWA MD v9.5.2 ( Extended License )
Update Log 9.0.0 - 9.5.2 :
Addition of chat bot plugin features aigemini, gpt, claude and spreadsheet plugin and sticker bot
Multi keyword autoreply equal
Fix typing, online status
Refactor code
and fix other minor errors.
Since version 7.5 MPWA has added an automatic update feature, so to update from 9.0.0 to 9.5.2 you can use the update feature on the admin page -> update
Then click update until you reach the latest version
Update library 6.7.18, more stable and fix minor bugs, (requires reinstalling npm)
Fix button and list (only support with image, unstable)
Fix detection button and message list in webhook/autoreply
Adding media data (support all documents) in the webhook, and adding ppUrl in the webhook (profile image)
Fix typing, online, reject call
Fix pairing code (latest version of chrome)
Added create device api feature
and fix other minor errors.
Since version 7.5 MPWA has added an automatic update feature, so to update from 7.5 to 9.0.0 you can use the update feature on the admin page -> update.
Note: Since the latest WhatsApp update by WhatsApp, message buttons and button templates are temporarily only supported on IOS devices and WhatsApp web.
Update Log :
Changes in type in media messages, there are only 4 types, namely image, document (all files), audio and video
Support caption/message on all media types
Fixed thumbnail in video messages
Fixed list message, support is back on all devices
Fix message preview & poll message
To update, to make it simpler, please replace the following folder, but before replacing, first deactivate the js node...
app/Http (folder)
app/Services (folder)
resources/views (folder)
public/images/video-cover.png (add)
config/lfm.php (file)
server/ ( folder)
package.json (file)
composer.json (file)
node_modules (or you can do npm install if your server supports terminal_
After everything has been replaced...restart node js...
Zip password:
View hidden content is available for registered users!
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)