Jump to content
Bicrypto v4.4.2 + All Plugins ×

Whatsapp Gateway | Multi Device v8.5.1


Magd Almuntaser

Recommended Posts

  • DW Members
8 minutes ago, Pebrian said:

@Magd Almuntaser

I want to change version 8.0.0 from http to https, is the method the same as page 43?

oh yeah I installed the latest auto script from you, it always displays a binary file

yes same on page 43 and 40 ..
about auto script .. you need to be root first you can use this command first:
 

sudo su -

 

Link to comment
Share on other sites

40 minutes ago, Abdulrahman Mohamed said:

@Magd Almuntaser 
Is there an API to check if a mobile number is registered on WhatsApp or not?
And another question, can I use a webhook to receive all the messages that are sent to my number?

Answers:

1. Api for check number registered or not (Not yet Available)

2. Webhook used for setting autoreply or automation reply. I dont understand about receive all message that sent to your number 😬

Edited by Unicode
Link to comment
Share on other sites

On 9/3/2024 at 8:47 PM, Unicode said:

Answers:

1. Api for check number registered or not (Not yet Available)

2. Webhook used for setting autoreply or automation reply. I dont understand about receive all message that sent to your numer 😬

api check number bikin sendiri :v ezet kok

Link to comment
Share on other sites

2 minutes ago, Gusik Prasetyo said:

testfailed.jpg.42042740e32302896c45c74bfd6d1745.jpg

Ai bot works, autoreply works. When i try to send message, the result failed sir @Magd Almuntaser and i try send via cronjob, the message not sent.

Bagaimana dengan yang lain? test kirim pesan, berhasil?

Aman mas. Palingan node putus itu ..

cuman anehnya versi ini status whatsapp tidak selalu online, tapi kadang tertulis lastseen jam berapa..

namun saat nyoba webhook / autoreply jalan tapi sedikit delay. Apakah itu normal? @Magd Almuntaser

Link to comment
Share on other sites

4 minutes ago, Unicode said:

Aman mas. Palingan node putus itu ..

cuman anehnya versi ini status whatsapp tidak selalu online, tapi kadang tertulis lastseen jam berapa..

namun saat nyoba webhook / autoreply jalan tapi sedikit delay. Apakah itu normal? @Magd Almuntaser

node tidak putus, karena bot ai dan autoreply berjalan normal. cuman pas kirim pesan baik test ato via cronjob tidak terkirim.

punnya saya juga seperti itu, last seen beberapa waktu lalu, tapi saat d autoreply bisa jawab, pertanda masih connect.

Link to comment
Share on other sites

2 minutes ago, Gusik Prasetyo said:

node tidak putus, karena bot ai dan autoreply berjalan normal. cuman pas kirim pesan baik test ato via cronjob tidak terkirim.

punnya saya juga seperti itu, last seen beberapa waktu lalu, tapi saat d autoreply bisa jawab, pertanda masih connect.

Biasanya sih minta reconnect.

logout trus connect ulang..atau refresh2 aja page connect, kalo logo wa berarti gk konek sempurna

Link to comment
Share on other sites

  • DW Members
1 hour ago, Pebrian said:

anjay mabar. w blm ngulik blm sempet jadi nanya master @Magd Almuntaser sadja

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

1 hour ago, Abdulrahman Mohamed said:

@Magd Almuntaser 
Is there an API to check if a mobile number is registered on WhatsApp or not?
And another question, can I use a webhook to receive all the messages that are sent to my number?

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

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
          }
       ]
    }


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

17 minutes ago, Gusik Prasetyo said:

testfailed.jpg.42042740e32302896c45c74bfd6d1745.jpg

Ai bot works, autoreply works. When i try to send message, the result failed sir @Magd Almuntaser and i try send via cronjob, the message not sent.

Bagaimana dengan yang lain? test kirim pesan, berhasil?

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.

Link to comment
Share on other sites

1 minute 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.

Please also fix your theme sir.

i love your theme, but now i must use legacy theme because so many bugs on it. 🥲

when i chane to eres it become blank, when use eres compact cant use some features.

Link to comment
Share on other sites

Join the conversation

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

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

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