Jump to content

Script Whatsapp Gateway Multi Device 7.0.0 Nulled


Arfiano MV

Recommended Posts

  • Administrators

Whatsapp Gateway | Multi Device | mpedia


Free download latest update Whatsapp Gateway | Multi Device (MPWA) NULLED is a new build source code and is not an update from the previous MPWA gateway (legacy version), although the layout and appearance is similar to the previous legacy 5 version, but the backend and structure are very different.

Download Mpwa for WooCommerce:

https://ouo.io/GygAXx4

Some features of Whatsapp Gateway | Multi Device:

  • Support Multi-Device
  • Multi Number (Can add more than one wa number on one web)
  • Send messages, images, documents, buttons, and message templates (button link / call), of course with the API
  • Auto Reply Text messages, image messages, Button messages and message templates
  • List of Contacts / Numbers, grouped by tags
  • Blast text messages, image messages, button messages and message templates, Blast by group / or whole number
  • Calling the name in the blast with the ${name} variable

 

Link to post
Share on other sites

  • Arfiano MV changed the title to Script Whatsapp Gateway Multi Device 6.5.0 Nulled
  • 4 weeks later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • Administrators

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

 

Quote
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;

 

Link to post
Share on other sites

  • 1 month later...
  • Administrators

Update 19 Maret 2024
Note: Semenjak update whatsapp oleh pihak whatsapp terbaru, pesan button dan template button sementara hanya mendukung di perangkat IOS dan whatsapp web.

Log Update:

  • Perubahan tipe di media message ,hanya terdapat 4 tipe yaitu image, document (all file) , audio dan video
  • Support caption/message di semua tipe media
  • Fix thumbnail di video message
  • Fix list message,support kembali di seluruh device
  • Fix preview message & poll message
Link to post
Share on other sites

  • Arfiano MV changed the title to Script Whatsapp Gateway Multi Device 7.0.0 Nulled

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...