Jump to content
Bicrypto v4.5.0 + All Plugins
  • Replies 4.1k
  • Views 249.8k
  • 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_69801
On 5/13/2024 at 11:41 PM, Bloserda BlogSerbaAda said:

apa ada yg punya doc cara install di hosting?

aku punya untuk Cpanel Shared Hosting

  • Author
comment_69817
7 hours ago, kenariponsel ponsel said:

@Local Host Saya pakai aapanel error seperti ini
image.thumb.png.cfe8b4b7d1176cc6123d0b76bcee687d.png

I have already told you that these issues you are experiencing are all related to one problem: your WhatsApp server is not working. 

Go to this website:

yougetsignal. com/tools/open-ports/

enter your site's URL, and in the port field, type 3100. If it shows red, it means the WhatsApp server is not working, which indicates that Nodejs is not functioning correctly ..

  • Author
comment_69837
4 hours ago, kenariponsel ponsel said:

@Magd Almuntasersaya cek gini siimage.png.33bc693b16f8f21f1151e3b005bc67a9.png min 

Wahai saudaraku, saya sudah mengirimi Anda sebuah situs untuk mencoba port tersebut.. lihat komentar saya sebelumnya dan Anda akan menemukan tautannya.

 

Baiklah, ini tautannya sekali lagi..

yougetsignal. com/tools/open-ports/

Masuk ke tautan ini, tuliskan tautan situs Anda dan nomor port, lalu klik "OK". Jika muncul warna hijau, berarti berfungsi, dan jika muncul warna merah, berarti tidak berfungsi.

comment_69882
17 minutes ago, Bloserda BlogSerbaAda said:

apakah ini bisa integrasi dengan google apps script? (google form/spreadsheet/code.gs) mungkin ada yang punya referensinya 

bisa, d yutup banyak tutorialnya

comment_70232
1 hour ago, Hugo Fernando Ochoa said:

Hello, does anyone know how you can send a message using PHP something like a CURL? thank you

@Hugo Fernando Ochoa  quieres enviar un mensaje de correo con php, o hablar de usar la plataforma Whatsapp Gateway?

  • Author
comment_70233
3 hours ago, Hugo Fernando Ochoa said:

Hello, does anyone know how you can send a message using PHP something like a CURL? thank you

You can use my code:

<?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");
?>

 

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