Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
     

Whatsapp Gateway | Multi Device v11.6.1

Featured Replies

@Magd Almuntaser , There was a problem with the Duitku payment gateway. Here's the error:

Carbon\Carbon::rawAddUnit(): Argument #3 ($value) must be of type int|float, string given

Earlier someone bought it but there was a problem here, so after the payment, there was an error. There's a problem with the controller in my Duitku payment gateway. I'm currently using PHP version 8.4, which likely doesn't support strings but instead uses integers.

please fix it in new release 🙏.Cuplikan layar 2025-10-12 145508.png

errorpayment_duitku.txt

  • Replies 7.1k
  • Views 720.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Magd Almuntaser
    Magd Almuntaser

    What's new in version 11.0.0 (so far): - Added Chat System (Customer Service). - Fixed Connection problems With WhatsApp. - Fixed Generate QR Via API. - Fixed Delete Sections From Edit List Page. - Fi

  • Magd Almuntaser
    Magd Almuntaser

    Version 11.0.1 has been released What's new in version 11.0.1: - Fixed Stop/Start AI In Conversations. - Fixed Chat Date (Database). - Fixed Migrate To Database. - Fixed Plans Page.

  • Magd Almuntaser
    Magd Almuntaser

    English Bexa AI will be released in the coming days, very soon. Everyone will be amazed by its speed, intelligence, and the way it interacts with users. It will not compete with ChatGPT, Gemini, or De

Most Helpful Posts

  • Magd Almuntaser
    Magd Almuntaser

    What will be available in version 11.0.0: - A chat system will be added. - A customer service system will be added (integrated with chat). - Some Indian payment gateways will be added. - Order design

  • 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

    It has been fixed in 10.1.1 and will be released today: - Fixed Export Contacts (xlsx). - Fixed Edit Autoreply Page. - Fixed Send Message (Message Not Appear).

Posted Images

@Magd Almuntaser 

On 8/27/2024 at 11:39 AM, Magd Almuntaser said:

i think i will try today this library :
wppconnect-team/wppconnect
It looks very beautiful
 

Yes but what do you use? Do you use php? Or use the link directly?

If you are using php you can use it like this:

<?php
function SendWhatsApp($sender_number, $api_key, $number, $text) {
	$ch = curl_init();
	curl_setopt($ch, CURLOPT_URL, 'http://yourwebsite.com/send-message?api_key='.$api_key.'&preview_url=true&sender='.$sender_number.'&number='.$number.'&message='.urlencode($text).'');
	curl_setopt($ch, CURLOPT_HEADER, FALSE);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
	curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
	$result = curl_exec($ch);
	curl_close($ch);
		$result = str_replace("      ", "", $result);
    
	if($result){
		return $result;
	}else{
		return "";
	}
}
// "yournumber", "api key", "recierv number", "msg"
echo SendWhatsApp("62888xxxx", "nknfkl345ksdfk4KLhk45", "6281xxxxxx", "Hello World");
?>

 

If I want to send a file + text , can you tell me the script in the condition

  • Author
28 minutes ago, MUH ASHARI RASYID said:

@Magd Almuntaser , There was a problem with the Duitku payment gateway. Here's the error:

Carbon\Carbon::rawAddUnit(): Argument #3 ($value) must be of type int|float, string given

Earlier someone bought it but there was a problem here, so after the payment, there was an error. There's a problem with the controller in my Duitku payment gateway. I'm currently using PHP version 8.4, which likely doesn't support strings but instead uses integers.

please fix it in new release 🙏.Cuplikan layar 2025-10-12 145508.png

errorpayment_duitku.txt


Ok i will fix it in the next version.

3 minutes ago, Shivendra Kr. Sahu said:

@Magd Almuntaser 

If I want to send a file + text , can you tell me the script in the condition


Oh you quoted my comment from a year ago..
If you mean the webhook, you can go to api-docs in mpwa panel, then to webhook. You will find there below a link that will take you to GitHub. You will find many examples there.

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

Recently Browsing 1

Latest Updated Files

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.