Jump to content
Posted
  • Popular Post

Whatsapp Gateway | Multi Device


This script has been completely modified and many important features and fixes have been added by @Magd Almuntaser
He is now responsible for the updates of this script and has full intellectual property rights
So no one will violate the terms of use that he has set

Latest Features:
1. WhatsApp Account Connectivity

All types of WhatsApp Accounts to be able to connect with WhatsApp Gateway (Multi Number & Multi Device);
Ease of the WhatsApp Account connectivity process with a QRcode Scan or with an Authentication Code directly from your device.

2. Message

Availability of various types of (text messages, media, polls, lists, locations, VCard) can easily be used by you;
You can send mass messages for your marketing campaign activities, promotions or business programs easily and on a scheduled basis;
Setup automatic message replies with more natural (alami) and selected keywords for operational optimization of use;
Manage sent message history with automatic and scheduled deletions.

4. Integration

You can easily integrate your WhatsApp Account with various (AI) artificial intelligence services, namely ChatGPT, DALL-E, Gemini, and Cloude with API authentication codes only;
You can easily activate Ai for Single or Multiple use on your WhatsApp Account;
You can easily select Ai in your WhatsApp messages for WhatsApp Group, Private, or Both types;
You can easily setup call rejection automatically if there is a (Call) call and provide a specific response or information;
Setup your WhatsApp and Ai accounts more naturally (alami) with "Already read" status";
Setup your WhatsApp and Ai accounts more naturally (natural) with the status "Typing...".
You can easily integrate and communicate your services with the Webhook mechanism of WhatsApp Gateway | Multi Device.

5. Application Settings

Nowadays you can easily and quickly carry out the process of setting up the WhatsApp Gateway | Multi Device* application by Magd Almuntaser with the settings panel;
You can easily set up applications based on server ecosystem, smtp, etc quickly;
Multi language support (english, Indonesian, Indian, Spanish and Arabic) for easy use.

6. Developer Options

Currently WhatsApp Gateway | Multi Device* by Magd Almuntaser has provided various API services for your easy development consisting of:
        1). Send Message API
        2). Send Media API
        3). Send Poll API
        4). API Send Button
        5). Send API Templates
        6). Send List message API
        7). Send Location API
        8). Send VCard API
        9). Generate QR API
        10). Disconnect devices
        11). Create User API
        12). User Info API
        13). Device Info API
        14). Check Number API
        15). Webhook Example

Ease of setup and availability of the (API Key) API Key for authentication and authorization of your development process.

7. Security

Currently there is a 2 factor authentication (2FA) service available to maintain the security and comfort of application access;
A password reset service is available if you forget your account login information.


Coming Soon:

1. Landing page for Software as Service services (Subscription Services);
2. Payment gateway page management (QRIS, BCA virtual account, PayPal, Stripe);
3. Added user account management;
4. (ticket) obstacle reporting service for users and managers;
.. And many more.


Whatsapp Gateway | Multi Device

  • Replies 4.9k
  • Views 334.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added Landing page (Homepage). - Added Plans System. - Added Manage Payment gateways. - Added Manage Languages system. - Added (Homepage) edit page. - Added Ticke

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 9.0.0 so far: - Added landing page (welcome page). - Added plans system. - Added cronjob page. - Added Multi-Keyword in autoreply. - Added send message with footer. -

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    Yes you can use it as a messaging service/ SaaS without asking my permission, the new version 9.0.0 directly contains people who want to use it as a messaging service/ SaaS.. What's new so far in ver

  • Magd Almuntaser
    Magd Almuntaser

    What's new so far in version 9.0.0: - Added landing page (welcome page). - Added plans system. - Added Manage Languages system. - Added (landing page) edit page. - Added ticket system. - Added cronjob

  • Magd Almuntaser
    Magd Almuntaser

    It has already been fixed in version 9.0.0.. The problem is only in the mpwa theme but in eres and erescompact you will find them correctly It will be fixed in version 9.0.0.

Posted Images

Featured Replies

On 1/26/2025 at 6:40 PM, john6969 said:

Kalau dijalankan di VPS, butuh spek minimum berapa ya agar stabil?

1c 1g aman, normal. Tergantung banyaknya yang pakai aja. Kalau sendiri atau beberapa campaign juga aman ini.

On 1/30/2025 at 12:52 PM, phipho said:

@Dammah Sifla Sudah tapi masih sama aja... masalahnya dimana yah???

oiya saya lupa di folder routes/wep.php saya menambahkan script ini agar select device berfungsi : dan saat ini kendalanya file managernya saja?

URL::forceScheme('https');

ScreenshotFrom2025-01-3007-14-13.thumb.png.30669a3b5e9776b37f7848570ade4879.png

Alasannya ditambahin script itu buat apaan Om? Saat ini sudah https kan tapi?

Untuk masalah tidak bisa generate ssl untuk nodejs di aapanel gimana ya?

Mpwa bisa jalan tapi hanya mode http,

Jika mode https nodejs gk jalan krn gk ada ssl.

IMG_2107.jpeg

2 hours ago, Unicode said:

Untuk masalah tidak bisa generate ssl untuk nodejs di aapanel gimana ya?

Mpwa bisa jalan tapi hanya mode http,

Jika mode https nodejs gk jalan krn gk ada ssl.

IMG_2107.jpeg

bukannya kemarin katanya udah ga mau pakai mpwa lagi bang..udah jera 🤣

10 minutes ago, Enno The Explorer said:

bukannya kemarin katanya udah ga mau pakai mpwa lagi bang..udah jera 🤣

Memang sudah enak.

Cuma ini temen ada vps nganggur 1 tahun suruh installin.

8 hours ago, Unicode said:

Untuk masalah tidak bisa generate ssl untuk nodejs di aapanel gimana ya?

Mpwa bisa jalan tapi hanya mode http,

Jika mode https nodejs gk jalan krn gk ada ssl.

IMG_2107.jpeg

Create SSL dari aapanel om, copy file key dan cert pada folder '/www/server/panel/vhost/cert/nama domain/privkey.pem' dan '/www/server/panel/vhost/cert/nama domain/fullchain.pem' lalu paste ke folder mpwa terinstal. Ubah script server.js pada bagian ini.
const serverOptions = {
key: fs.readFileSync('privkey.pem'),
cert: fs.readFileSync('fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

Atau kalau nggak mau copy filenya, bisa langsung ubah file server.js seperti ini
const serverOptions = {
key: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/privkey.pem'),
cert: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

20 minutes ago, Dammah Sifla said:

Create SSL dari aapanel om, copy file key dan cert pada folder '/www/server/panel/vhost/cert/nama domain/privkey.pem' dan '/www/server/panel/vhost/cert/nama domain/fullchain.pem' lalu paste ke folder mpwa terinstal. Ubah script server.js pada bagian ini.
const serverOptions = {
key: fs.readFileSync('privkey.pem'),
cert: fs.readFileSync('fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

Atau kalau nggak mau copy filenya, bisa langsung ubah file server.js seperti ini
const serverOptions = {
key: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/privkey.pem'),
cert: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

Siap om dicoba.

Thank you

47 minutes ago, Dammah Sifla said:

Create SSL dari aapanel om, copy file key dan cert pada folder '/www/server/panel/vhost/cert/nama domain/privkey.pem' dan '/www/server/panel/vhost/cert/nama domain/fullchain.pem' lalu paste ke folder mpwa terinstal. Ubah script server.js pada bagian ini.
const serverOptions = {
key: fs.readFileSync('privkey.pem'),
cert: fs.readFileSync('fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

Atau kalau nggak mau copy filenya, bisa langsung ubah file server.js seperti ini
const serverOptions = {
key: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/privkey.pem'),
cert: fs.readFileSync('./www/server/panel/vhost/cert/nama domain/fullchain.pem')
}

const express = require("express");
const app = express();
const https = require("https");
const server = https.createServer(serverOptions, app);

apakah ada yang perlu disetting lagi ya om? karena QR jadi tidak muncul setelah saya rubah ke https, di env juga sudah tak samakan https

Screenshot 2025-02-03 051945.png

Edited by Unicode

8 hours ago, Unicode said:

apakah ada yang perlu disetting lagi ya om? karena QR jadi tidak muncul setelah saya rubah ke https, di env juga sudah tak samakan https

Screenshot 2025-02-03 051945.png

itu typenya dibuat hosting apa other om?

5 minutes ago, Dammah Sifla said:

itu typenya dibuat hosting apa other om?

Other om.

Btw udah bisa ini, iseng2 nyobain versi 8.0.3 punyaan mpwa yg di youtube itu katanya resmi. Pdhl ya buatan master @Magd Almuntaser juga.

Versi itu lancar bisa generate ssl. Sip udah cukup pake versi itu aja om, wong buat temen ini.

izin menghilang lagi daripada ntar diajakin rangkum chat sama @Enno The Explorer 😅😅.

5 minutes ago, Gusik Prasetyo said:

halo om... lama g sua. apa kabar?

Sehat nih om.

gimana om masih lancar wanya?

4 minutes ago, Saragih Salan said:

om @Magd Almuntaser tambahin fitur cek ongkir dari rajaongkir dong di bot nya.

untuk apikey raja ongkir pro nya saya ada, nanti saya kirim.

dan ini link api raja ongkir nya Dokumentasi API Raja Ongkir .

jadi member kita tinggal input alamat mereka di settingan bot, dan bot terintegrasi oleh rajaongkir.

Haduh kayak gini kan bisa manfaatin webhook.

😣

18 hours ago, Agus Munif said:

image.png

help

saya juga sama tiba2 alami ini. sebelumnya lancar saja.
harus tambahkan /en atau /id di belakang domain baru bisa akses

3 minutes ago, dentos said:

saya juga sama tiba2 alami ini. sebelumnya lancar saja.
harus tambahkan /en atau /id di belakang domain baru bisa akses

cepat*cloud yah? Kalau iya, berarti masalah di situ. Soalnya saya juga kayak gitu

4 minutes ago, Aidil Aryanto said:

cepat*cloud yah? Kalau iya, berarti masalah di situ. Soalnya saya juga kayak gitu

saya arenhost

13 minutes ago, dentos said:

saya arenhost

Oalah, kirain. Karena aku juga tiba-tiba aja kayak gitu. Kalau nodejs distop, pasti aman. Tp kalau distart lagi, muncul kayak gitu. Aku edit htaccess jadinya. langsung direct ke /en walaupun harus maksa orang yg buka ke en tp tetap bisa make bahasa lain kalau diubah.

On 2/5/2025 at 10:11 AM, dentos said:

saya arenhost

Ini scriptku web lain juga jadi gk jalan htaccessnya di aren. Pdhl di cepatcloud bisa, gk tau deh settingan cpanel mereka gmn bisa beda2.

7 minutes ago, Unicode said:

Ini scriptku web lain juga jadi gk jalan htaccessnya di aren. Pdhl di cepatcloud bisa, gk tau deh settingan cpanel mereka gmn bisa beda2.

Wkwkw..masih aja pake aren 😂

8 minutes ago, Enno The Explorer said:

Wkwkw..masih aja pake aren 😂

Assalamualaikum.. masih pake cpanel ya?

🤣🤣.

Sorry ye, aren cuma dijadikan tempat naruh script uji coba aja sebelum launch di vps.

IMG_2179.jpegIMG_2180.jpeg

Edited by Unicode

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 2

Latest Updated Files