Jump to content
Bicrypto v4.6.0 + All Plugins
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.4k
  • Views 275.4k
  • 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. -

Posted Images

Featured Replies

  • Author
42 minutes ago, esk digital said:

Node JS :   production started (v20.16.0)   QR Code  Issue 

 

image.thumb.png.33f25ea164ca179219c937c363acfed2.png

image.thumb.png.274e78ff5a28eb20996149b94b0e960e.png


open .env file and change like that:
 

APP_URL=http://yoursite.com
WA_URL_SERVER=http://yoursite.com:3100
PORT_NODE=3100
TYPE_SERVER=other

and restart nodejs .. and make sure you use http not https in your link on broswer

  • Author
2 minutes ago, MR_BLACK said:

I'm trying to run the server on my cloud and try with localhost, app url .. and same error, the socket's not received and event's, can you tell me how to solve it? @Magd Almuntaser

 

 

image.thumb.png.cbd3d45356eec4968ba65ed4d78874dd.png


are you arab?
In the cloud make sure your .env file has the correct links.
=======

As for localhost, you must run it by opening cmd in the script folder and writing this command:
php artisan serv

Open another cmd window and write:
node server.js

You must not close these windows because if you close them, the script will stop

7 minutes ago, Magd Almuntaser said:


are you arab?
In the cloud make sure your .env file has the correct links.
=======

As for localhost, you must run it by opening cmd in the script folder and writing this command:
php artisan serv

Open another cmd window and write:
node server.js

You must not close these windows because if you close them, the script will stop

نعم عربي

@Magd Almuntaser

المقصد من الـ localhost هو السيرفر المحلي للاستضافة

جربت علي رابط السيرفر و اللوكال هوست مع http/https

ونفس الحاجه ف مش عارف بصراحة منين

 

 

  • Author
4 minutes ago, MR_BLACK said:

نعم عربي

@Magd Almuntaser

المقصد من الـ localhost هو السيرفر المحلي للاستضافة

جربت علي رابط السيرفر و اللوكال هوست مع http/https

ونفس الحاجه ف مش عارف بصراحة منين

 

 


لا ماتستخدمش ال
localhost
في الاستضافة الفعليه، لازم يكون رابط الموقع نفسه
اول حاجه تعملها جرب تعمل اعدادات ملف
.env
بالشكل ده:
 

APP_URL=http://yoursite.com
WA_URL_SERVER=http://yoursite.com:3100
PORT_NODE=3100
TYPE_SERVER=other


وجرب اعمل اعادة تشغيل لسيرفر النود، وشوف لو اشتغل معاك ..
بس لازم تتأكد انك بتستخدم الرابط فوق بالمتصفح وجوه ملف 
http
مش
https
لو مااشتغل معاك، فعدل الملف بالشكل التالي:
 

APP_URL=http://yoursite.com
WA_URL_SERVER=http://yoursite.com
PORT_NODE=3100
TYPE_SERVER=hosting

وعيد تشغيل النود

3 hours ago, Magd Almuntaser said:


are you arab?
In the cloud make sure your .env file has the correct links.
=======

As for localhost, you must run it by opening cmd in the script folder and writing this command:
php artisan serv

Open another cmd window and write:
node server.js

You must not close these windows because if you close them, the script will stop

Run website without ssl. Then your qr show now.

Its ssl issues on server.js

17 hours ago, rpmsms said:

Please tell me how to setup cron job in aapanel..

tell which code insert in Script content box..

 

 

cron job.PNG

for it  use access URL:

so just input url web for example https://domain/schedule-run 

etc

Edited by Unicode

thanks to mas @Gusik Prasetyo, all good, but when i try to use the campaign, and see the report, it shows error. The campaign is not sent eventually. 

The report for message history is looking fine. 

 

Any suggestion, what went wrong?

 

Thank you

image.thumb.png.797bd060503f0acb7c862018c9c3d909.png

  • Author
6 minutes ago, Aji Dharma said:

thanks to mas @Gusik Prasetyo, all good, but when i try to use the campaign, and see the report, it shows error. The campaign is not sent eventually. 

The report for message history is looking fine. 

 

Any suggestion, what went wrong?

 

Thank you

image.thumb.png.797bd060503f0acb7c862018c9c3d909.png


This means that your login session has ended..
Reopen your site link again

1 hour ago, Aji Dharma said:

thanks to mas @Gusik Prasetyo, all good, but when i try to use the campaign, and see the report, it shows error. The campaign is not sent eventually. 

The report for message history is looking fine. 

 

Any suggestion, what went wrong?

 

Thank you

image.thumb.png.797bd060503f0acb7c862018c9c3d909.png

Clear doc dir storage session file.

then working fine

35 minutes ago, achelmidz said:

image.thumb.png.b93799993fdff190633f73d4500fa6d6.png

 

ketika tambah kontak, ngga muncul apa2 ya, ada yang sama?

bisa modifikasi file view datacontact.blade.php baris 4 contoh jadi kyk gini
 

<x-no-data colspan="1" text="{{__('Phonebook is empty, please add contact to phonebook.')}}" />

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

Latest Updated Files