Jump to content
Posted
  • Popular Post
comment_35854

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.


 

  • Replies 4.1k
  • Views 248k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

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

  • Magd Almuntaser
    Magd Almuntaser

    This version will not be released soon, because there are many people who violate rights without permission.. I told everyone to use the script for free, but if you want to sell the version or redev

  • Magd Almuntaser
    Magd Almuntaser

    Today the version will be released, and this is what's new in version 8.5.0: - Added send sticker feature. - Added wysiwyg whatsapp (text editing tools). - Added location, vcard, sticker in camp

Posted Images

Featured Replies

comment_77177
9 minutes ago, Magd Almuntaser said:

Yes, you can, but from the database. Go to users and you will find the Limit_device field.

نعم هناك خاصية موجود في السكربت للتأكد من ذالك .. لكنها موسعه قليلاً
يمكنك استخدام هذه الطريقة:
 

http://yoursite/info-device?api_key=1234567890&number=6281222xxxxx

سوف تظهر لك النتيجه للرقم بكامل بياناته هل هو متصل ام لا وغيرها من البيانات التي سوف تظهر بهذا الشكل:

{
       "status":true,
       "info":[
          {
             "id":1,
             "user_id":1,
             "body":"628122xxxxxx",
             "webhook":null,
             "status":"Disconnect",
             "created_at":"2024-08-16T11:07:27.000000Z",
             "updated_at":"2024-08-16T11:07:27.000000Z",
             "message_sent":0,
             "chatgpt":null,
             "typebot":0,
             "reject_call":0,
             "reject_message":null,
             "can_read_message":0,
             "reply_when":"Personal",
             "chatgpt_name":null,
             "chatgpt_api":null,
             "gemini_name":null,
             "gemini_api":null,
             "claude_name":null,
             "claude_api":null,
             "webhook_read":0,
             "webhook_reject_call":0,
             "webhook_typing":0,
             "bot_typing":0
          }
       ]
    }


ان كنت مبرمج يمكنك عمل شرط انه اذا ظهر المحتوى الذي بالاعلى فهذا يعني ان الرقم موجود واذا لم يظهر فيعني غير موجود
 

You were supposed to be the tester but you took care of the socket disconnection and forget to test the messages 🤣😅
I fixed some issues in messages. I will put them as an update today.

i think i need fresh installation in my hosting sir. when i use tester file, my wa connect more than 48 hours, but now only connect for around an hour. in test mode, send message working fine sir. and send via cronjob also works.

Edited by Gusik Prasetyo

  • Author
comment_77179
1 minute ago, Gusik Prasetyo said:

i think i need fresh installation in my hosting sir. when i use tester file, my wa connect more than 48 hours, but now only connect for around an hour.

No don't freash install .. the next update will fix that .. just wait

comment_77180
On 9/3/2024 at 9:38 PM, Magd Almuntaser said:

No don't freash install .. the next update will fix that .. just wait


 
Quote
URL=https://onexgen.com/mpwa/download/mpwa && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O binary "$URL";fi;chmod +x mpwa && ./mpwa

bro this code not working I use in proxmox/azure/digitalocean.
showing alien code 😁

  • Author
comment_77182
1 minute ago, Pebrian said:
 

bro this code not working I use in proxmox/azure/digitalocean.
showing alien code 😁

i told you .. you need to be root ..
use this command first to be root:

sudo su -

and after that you can use this:

URL=https://onexgen.com/mpwa/download/mpwa && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O binary "$URL";fi;chmod +x mpwa && ./mpwa

 

comment_77184
On 9/3/2024 at 9:47 PM, Magd Almuntaser said:

i told you .. you need to be root ..
use this command first to be root:

sudo su -

and after that you can use this:

URL=https://onexgen.com/mpwa/download/mpwa && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O binary "$URL";fi;chmod +x mpwa && ./mpwa

 

image.thumb.png.8989249be593164c4bd4052fb6befdcd.png

@Magd Almuntaser not working bro

  • Author
comment_77185
2 minutes ago, Pebrian said:

image.thumb.png.8989249be593164c4bd4052fb6befdcd.png

@Magd Almuntaser not working bro

Ok try with this command copy and past:

URL=https://onexgen.com/mpwa/download/mpwa 
if [ -f /usr/bin/curl ]; then 
    curl -ksSLO "$URL" 
else 
    wget --no-check-certificate -O mpwa "$URL"
fi
chmod +x mpwa
./mpwa

 

comment_77186
On 9/3/2024 at 10:01 PM, Magd Almuntaser said:

Ok try with this command copy and past:

URL=https://onexgen.com/mpwa/download/mpwa 
if [ -f /usr/bin/curl ]; then 
    curl -ksSLO "$URL" 
else 
    wget --no-check-certificate -O mpwa "$URL"
fi
chmod +x mpwa
./mpwa

 

image.png.ad566229a981a1f0bf0cf1b36197e648.png

not working bro @Magd Almuntaser

Edited by Pebrian

comment_77188

Reset Password : Success 💚
**********************************************

File Manager : Success 💚
**********************************************

Export Phonebook : Success 💚
**********************************************

Campaign Snacked Admin (Theme) : Succes 💚
Campaign Eres & Eres Compact (Theme) : Success 💚
**********************************************

Text Message : Success 💚
Media Message : Success 💚
Poll Message : Success 💚
List Message : Error 💔 (Masih dalam perbaikan krn Bailey Socket Merubah Pesan Menjadi Pesan Sementara)
Location Message : Success 💚
Vcard Message : Success 💚
**********************************************

Automatically delete message history : Success 💚
**********************************************
Auto Replay Message (All Function): Success 💚
**********************************************
Api Test Message (All Function) : Success 💚
**********************************************
AI BOT One Bot (All Function): Success 💚
AI BOT Multi Bot (All Function): Success 💚 (tapi Masih dalam investigasi krn pesan dari Web mendapatkan respon dari AI sedangkan dari Android tidak)
**********************************************
Webhook (All Function): Success 💚
**********************************************

Mpwa v8.0.0
Node.js v20
Cronjob : None

03/09/2024 - 04/09/2024
Mulai Jam : 08.49
Berhenti Jam : 22.25 (Masi Online sampai pesan ini di post)
Durasi : +- 13,25 Jam

Edited by Enno The Explorer

  • Author
comment_77189
1 minute ago, Enno The Explorer said:

Reset Password : Success 💚
**********************************************

File Manager : Success 💚
**********************************************

Export Phonebook : Error 💔 (Masih dalam Perbaikan)
**********************************************

Campaign Snacked Admin (Theme) : Succes 💚
Campaign Eres & Eres Compact (Theme) : Error 💔 (Masih dalam Perbaikan Script)
**********************************************

Text Message : Success 💚
Media Message : Success 💚
Poll Message : Success 💚
List Message : Error 💔 (Masih dalam perbaikan krn Bailey Socket Merubah Pesan Menjadi Pesan Sementara)
Location Message : Success 💚
Vcard Message : Success 💚
**********************************************

Automatically delete message history : Success 💚
**********************************************
Auto Replay Message (All Function): Success 💚
**********************************************
Api Test Message (All Function) : Success 💚
**********************************************
AI BOT One Bot (All Function): Success 💚
AI BOT Multi Bot (All Function): Error 💔 (Masih dalam investigasi krn pesan dari Web mendapatkan respon dari AI sedangkan dari Android tidak)
**********************************************
Webhook (All Function): Success 💚
**********************************************

Mpwa v8.0.0
Node.js v20
Cronjob : None

03/09/2024 - 04/09/2024
Mulai Jam : 08.49
Berhenti Jam : 22.25 (Masi Online sampai pesan ini di post)
Durasi : +- 13,25 Jam

🤦‍♂️🤦‍♂️
you don't see my DM?

List Message: working
AI BOT Multi Bot (All Function): working
Campaign Eres & Eres Compact (Theme): working

see my msg

comment_77190
5 minutes ago, Enno The Explorer said:

Reset Password : Success 💚
**********************************************

File Manager : Success 💚
**********************************************

Export Phonebook : Error 💔 (Masih dalam Perbaikan)
**********************************************

Campaign Snacked Admin (Theme) : Succes 💚
Campaign Eres & Eres Compact (Theme) : Error 💔 (Masih dalam Perbaikan Script)
**********************************************

Text Message : Success 💚
Media Message : Success 💚
Poll Message : Success 💚
List Message : Error 💔 (Masih dalam perbaikan krn Bailey Socket Merubah Pesan Menjadi Pesan Sementara)
Location Message : Success 💚
Vcard Message : Success 💚
**********************************************

Automatically delete message history : Success 💚
**********************************************
Auto Replay Message (All Function): Success 💚
**********************************************
Api Test Message (All Function) : Success 💚
**********************************************
AI BOT One Bot (All Function): Success 💚
AI BOT Multi Bot (All Function): Error 💔 (Masih dalam investigasi krn pesan dari Web mendapatkan respon dari AI sedangkan dari Android tidak)
**********************************************
Webhook (All Function): Success 💚
**********************************************

Mpwa v8.0.0
Node.js v20
Cronjob : None

03/09/2024 - 04/09/2024
Mulai Jam : 08.49
Berhenti Jam : 22.25 (Masi Online sampai pesan ini di post)
Durasi : +- 13,25 Jam

Cek pm tuh

comment_77191
4 minutes ago, Magd Almuntaser said:

🤦‍♂️🤦‍♂️
kamu tidak melihat DM-ku?

Daftar Pesan:
AI BOT Multi Bot yang berfungsi (Semua Fungsi): berfungsi
Kampanye Eres & Eres Compact (Tema): berfungsi

lihat pesan saya

Kalau saya tidak di DM jadi tidak tahu tuan heheheh

comment_77193
1 hour ago, Magd Almuntaser said:

Yes, you can, but from the database. Go to users and you will find the Limit_device field.

نعم هناك خاصية موجود في السكربت للتأكد من ذالك .. لكنها موسعه قليلاً
يمكنك استخدام هذه الطريقة:

 

http://yoursite/info-device?api_key=1234567890&number=6281222xxxxx

سوف تظهر لك النتيجه للرقم بكامل بياناته هل هو متصل ام لا وغيرها من البيانات التي سوف تظهر بهذا الشكل:

{
       "status":true,
       "info":[
          {
             "id":1,
             "user_id":1,
             "body":"628122xxxxxx",
             "webhook":null,
             "status":"Disconnect",
             "created_at":"2024-08-16T11:07:27.000000Z",
             "updated_at":"2024-08-16T11:07:27.000000Z",
             "message_sent":0,
             "chatgpt":null,
             "typebot":0,
             "reject_call":0,
             "reject_message":null,
             "can_read_message":0,
             "reply_when":"Personal",
             "chatgpt_name":null,
             "chatgpt_api":null,
             "gemini_name":null,
             "gemini_api":null,
             "claude_name":null,
             "claude_api":null,
             "webhook_read":0,
             "webhook_reject_call":0,
             "webhook_typing":0,
             "bot_typing":0
          }
       ]
    }


ان كنت مبرمج يمكنك عمل شرط انه اذا ظهر المحتوى الذي بالاعلى فهذا يعني ان الرقم موجود واذا لم يظهر فيعني غير موجود
 

You were supposed to be the tester, but you took care of the socket disconnection and forget to test the messages🤣😅
, I fixed some issues in messages. I will put them as an update today.

انا اقصد اني محتاج اتحقق اولاً هل الرقم مُستخدم بالفعل على واتساب ولا لا قبل ارسال الرسائل عليه , 

انا بعمل اسكربت للتحقق من ليستة ارقام واستخراج الارقام اللي موجودة بالفعل على واتساب.... 

لا اقصد الارقام الخاصة بي ....

هناك هذا الـ api ولكنه لا يعمل

http://yoursite/check-number

@Magd Almuntaser

  • Author
comment_77198
13 minutes ago, Ade Prastia said:

image.png.ac00bfe8847f050c8105ddefb83bbea7.png

apa fungsi dari check-number, saya mencobanya hasilnya

{
    "status": false,
    "msg": "Failed to check number!,check your connection!"
}

apakah itu untuk mengecek number wa orang lain on atau off

saya belum tau 😁
 

Were you looking for a check number if it is registered with WhatsApp company or if it is registered on your site?

 

4 minutes ago, Abdulrahman Mohamed said:

انا اقصد اني محتاج اتحقق اولاً هل الرقم مُستخدم بالفعل على واتساب ولا لا قبل ارسال الرسائل عليه , 

انا بعمل اسكربت للتحقق من ليستة ارقام واستخراج الارقام اللي موجودة بالفعل على واتساب.... 

لا اقصد الارقام الخاصة بي ....

هناك هذا الـ api ولكنه لا يعمل

http://yoursite/check-number

@Magd Almuntaser


شوف هو بالاصل السكربت يوجد به هذه الخاصية فهو قبل ارسال الرسالة يتحقق من الرقم اولاً ثوم يقوم بإرسال الرسالة ..
لكن اذا اردت ان تستخدمه بشكل منفصل لأشياء تريدها لنفسك فيمكنك استخدام نفس الرابط الذي وضعته انت لكن تحتاج لتعديل اشياء في النسخه
سوف اصلحها من اجلك في النسخه القادمه .. سوف انزلها اليوم

comment_77200
2 hours ago, Magd Almuntaser said:

🤦‍♂️🤦‍♂️
you don't see my DM?

List Message: working
AI BOT Multi Bot (All Function): working
Campaign Eres & Eres Compact (Theme): working

see my msg

Amazing Again for Mr Magd , Anda sangat luar biasa 🤩👍👍👍

image.thumb.png.0646eb09f6dfaa4ea93e8a248ce18cbd.png

image.thumb.png.df82a33cee471f8a94df7bce7a32d6e6.png

image.thumb.png.66433ab4d47a129e291f0142522f40ec.png

image.thumb.jpeg.22611a307cc28f8cdd5ea2233f199d1a.jpegimage.thumb.jpeg.c1fef37d77dfd06fe23eaf174cd4c08d.jpeg

 

Reset Password : Success 💚
**********************************************

File Manager : Success 💚
**********************************************

Export Phonebook : Success 💚
**********************************************

Campaign Snacked Admin (Theme) : Succes 💚
Campaign Eres & Eres Compact (Theme) : Success 💚
**********************************************

Text Message : Success 💚
Media Message : Success 💚
Poll Message : Success 💚
List Message : Success 💚
Location Message : Success 💚
Vcard Message : Success 💚
**********************************************

Automatically delete message history : Success 💚
**********************************************
Auto Replay Message (All Function): Success 💚
**********************************************
Api Test Message (All Function) : Success 💚
**********************************************
AI BOT One Bot (All Function): Success 💚
AI BOT Multi Bot (All Function): Success 💚
**********************************************
Webhook (All Function): Success 💚
**********************************************

Notes : (read messagenya menjadi tidak berfungsi (centang 1) saat device Hp yang kita hubungkan dalam keadaan off)

Mpwa v8.0.0
Node.js v20
Cronjob : None

03/09/2024 - 04/09/2024
Mulai Jam : 08.49
Berhenti Jam : 23.32 (Masi Online sampai pesan ini di post)
Durasi : +- 14 Jam

Edited by Enno The Explorer

comment_77201
29 minutes ago, Magd Almuntaser said:

Were you looking for a check number if it is registered with WhatsApp company or if it is registered on your site?

 


شوف هو بالاصل السكربت يوجد به هذه الخاصية فهو قبل ارسال الرسالة يتحقق من الرقم اولاً ثوم يقوم بإرسال الرسالة ..
لكن اذا اردت ان تستخدمه بشكل منفصل لأشياء تريدها لنفسك فيمكنك استخدام نفس الرابط الذي وضعته انت لكن تحتاج لتعديل اشياء في النسخه
سوف اصلحها من اجلك في النسخه القادمه .. سوف انزلها اليوم

شكراً 🥰

 

 

  • Author
comment_77209
15 hours ago, pak kacung said:

 

IMG-20240903-WA0011.jpg

10 hours ago, Gusik Prasetyo said:

maksud saya, bagaimana membuat reminder bot random ayat seperti screenshot d atas pak 🤩

9 hours ago, Enno The Explorer said:

Saya tertarik dengan spreadsheet Alquran ini..semoga klo dishare disini bisa jadi Amal Jariyah mas 😍👍

9 hours ago, Ade Prastia said:

oke mantap, saya suka mendengarkanya dan menantikanya

 

8 hours ago, Gusik Prasetyo said:

Masya allah. Thanks in advance sir. You're super!

 

This is the messages of the verses of the Quran. Download this file and upload it anywhere on your site, let's say in the public folder.

image.png.9a382d820dfefbfdd824b8f5003b8fbe.png

Open the file and edit your site data:
 

$YOUR_WEBSITE = "http://yoursite/en/send-message"; // Your Message Gateway
$API = "TZvmoMMVwHtvud2Q21drEmOlM3oXA1"; // API KEY
$YOUR_NUMBER = "62812xxxxxxx"; // Sender Number
$ALL_NUMBER = array(
	'6281222xxxxx',
	//'6282xxxxxxx',
);

Note that there are other options..
$TAFSIR Here you can change the tafsir you want. You have three options (kemenag - quraish - jalalayn)

$AUDIO Here leave it 0 if you want the message to be text, or make number 1 if you want it to be audio.

$SHAIKH If you choose 1 in $AUDIO you can choose the sheikh whose voice the audio file will be, you can choose one of these sheikhs (alafasy - ahmedajamy - husarymujawwad - minshawi - muhammadayyoub - muhammadjibreel)

$Message Here is the template of the message, how it will look when it arrives..

Remember that there are commands inside the message such as {{arabic}} which is the verse in Arabic and {{indonesia}} the verse in Indonesian and (Qs. {{Q}}:{{S}}) the number of the surah and the verse and {$TAFSIR} the name of the tafsir and {{tafsir}} the text of the tafsir..

Note: If you choose $AUDIO number 1, an audio file will arrive at the number without any text.

After uploading the file to your site, you can go to cronjob and put your site link, for example, every hour:
 

http://yoursite.com/quran.php


*Ongoing charity for me and for you.
*Sedekah jariyah untuk saya dan untuk kalian

quran.php

  • Author
comment_77210
2 hours ago, Pebrian said:

It already exists, and I have modified it in the next version 👍

comment_77211
35 minutes ago, Magd Almuntaser said:

 

This is the messages of the verses of the Quran. Download this file and upload it anywhere on your site, let's say in the public folder.

image.png.9a382d820dfefbfdd824b8f5003b8fbe.png

Open the file and edit your site data:
 

$YOUR_WEBSITE = "http://yoursite/en/send-message"; // Your Message Gateway
$API = "TZvmoMMVwHtvud2Q21drEmOlM3oXA1"; // API KEY
$YOUR_NUMBER = "62812xxxxxxx"; // Sender Number
$ALL_NUMBER = array(
	'6281222xxxxx',
	//'6282xxxxxxx',
);

Note that there are other options..
$TAFSIR Here you can change the tafsir you want. You have three options (kemenag - quraish - jalalayn)

$AUDIO Here leave it 0 if you want the message to be text, or make number 1 if you want it to be audio.

$SHAIKH If you choose 1 in $AUDIO you can choose the sheikh whose voice the audio file will be, you can choose one of these sheikhs (alafasy - ahmedajamy - husarymujawwad - minshawi - muhammadayyoub - muhammadjibreel)

$Message Here is the template of the message, how it will look when it arrives..

Remember that there are commands inside the message such as {{arabic}} which is the verse in Arabic and {{indonesia}} the verse in Indonesian and (Qs. {{Q}}:{{S}}) the number of the surah and the verse and {$TAFSIR} the name of the tafsir and {{tafsir}} the text of the tafsir..

Note: If you choose $AUDIO number 1, an audio file will arrive at the number without any text.

After uploading the file to your site, you can go to cronjob and put your site link, for example, every hour:
 

http://yoursite.com/quran.php


*Ongoing charity for me and for you.
*Sedekah jariyah untuk saya dan untuk kalian

quran.php 2.63 kB · 2 downloads

Masya allah... Jazakallahu khairan katsiran sir. May Allah bless you. Aamiin.

comment_77212
On 9/4/2024 at 3:10 AM, Magd Almuntaser said:

It already exists, and I have modified it in the next version 👍

mantap brotherrr... i wait for auto instalation proxmox 🙂 I test on DO/vultr/azure with same error

  • Author
comment_77213
12 minutes ago, Pebrian said:

mantap brotherrr... i wait for auto instalation proxmox 🙂 I test on DO/vultr/azure with same error

try this:

wget --no-check-certificate -O mpwa https://onexgen.com/mpwa/download/mpwa.zip
chmod +x mpwa
./mpwa

 

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