• Take time to read Forum Rules | Hot Note | Why You Choose Us?
  • We appreciate everyone who shares their resources and those who send them to us to be shared on our forum.

    We try as much as possible to share untouched or original script without nulling them. But incase you need a null version contact us and our nulling team will advise.

  • Submit ten (10) resources and apply to become a Moderator of Scriptzhub. | We are currently we are currently experiencing technical difficulties with email service. To create an account send your username and password to daviruzsystems@gmail.com.
Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v7.0.0

No permission to download
Update April 24, 2024

🔔 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...

Password
  • Like
Reactions: Sandy P

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;
Back
Top