Jump to content

Recommended Posts

6 hours ago, Joyo Boyo said:

@kecoamumet Cara deploy wa gateway nya ke aapanel gimana bos..?

tinggal copy aja dan bikin nodejs-nya bang. sama aja kyk deploy web lain

5 hours ago, nikokenzo said:

Saya perlu bagian mana aja yg diedit untuk deploynya?

database dimasukin dimana? Dll

apa cukup upload dan jalankan saja?

waduh... ini basic banget bang. ga ada yang perlu di edit sih. utk bisa jalan aja scriptnya. tapi memang ada beberapa bug yang bikin fungsi2nya ga semua jalan. nanti aja pasti masuk menu instalasi dan itu nanti ada dia minta user crendential utk db. dan scriptnya akan deploy db-nya sendiri

coffee

Need Help?? just buy me a cup of coffee

1 minute ago, kecoamumet said:

tinggal copy aja dan bikin nodejs-nya bang. sama aja kyk deploy web lain

waduh... ini basic banget bang. ga ada yang perlu di edit sih. utk bisa jalan aja scriptnya. tapi memang ada beberapa bug yang bikin fungsi2nya ga semua jalan. nanti aja pasti masuk menu instalasi dan itu nanti ada dia minta user crendential utk db. dan scriptnya akan deploy db-nya sendiri

Gak gitu kadang kan ada yg harus edit file yg mana dulu untuk naruh data DB dll.

oke saya coba dulu

1 minute ago, nikokenzo said:

Gak gitu kadang kan ada yg harus edit file yg mana dulu untuk naruh data DB dll.

oke saya coba dulu

ga ada yang perlu di edit deh seingat saiya bang. upload, trus panggil via browser. nanti dia muncul menu instalasinya. tinggal next next aja. isi database (user,pass,dbname) dan isi user admin dan passwdnya. udah beres. selanjutnya tinggal install nodejs dan konekin deh ke aplikasi webnya itu

coffee

Need Help?? just buy me a cup of coffee

On 7/4/2023 at 6:15 PM, Nurhamdani Al Basyari said:

QR Code, test pesan, semua berjalan normal.

 

Tapi ketika buat Campaign ko statusnya waiting/pending terus ya, solusinya gmana ?

Kayaknya memang gak jalan bro.

entah udah di fix wa kayaknya.

fitur template dan button gk jalan di aku, sukses tapi gk masuk ke nomer tujuan

35 minutes ago, hendro arifin said:

Klo button,template,list sekarang bisa nya cm di official mas

informasinya dari officialnya memang template,button, list cuman support utk iOS aja.

kalo pake android itu gk jalan.

 

lalu aku nyobain demo yg officialnya utk broadcast/campaign jalan.. apa memang harus menggunakan vps ya?

temen-temen yg menggunakan vps jalan gk utk campaignya?

3 hours ago, nikokenzo said:

informasinya dari officialnya memang template,button, list cuman support utk iOS aja.

kalo pake android itu gk jalan.

 

lalu aku nyobain demo yg officialnya utk broadcast/campaign jalan.. apa memang harus menggunakan vps ya?

temen-temen yg menggunakan vps jalan gk utk campaignya?

Maksud saya whatsapp gateway yg official mas,bukan mpedia ini

On 8/5/2023 at 4:57 PM, nikokenzo said:

Gaes temen2 fitur blastnya bisa jalan gk ?

punyaku gk bisa jalan. Aneh banget waiting mulu

edit root/routes/custom-route.php  

tambahkan code berikut 

Route::get('/schedule-run', function () {
return Illuminate\Support\Facades\Artisan::call('schedule:run');
})->name('schedule-run');

wa520.PNG.25d41054f714057d0734fafc2d7a441f.PNG

 

terus coba jalankan www.yourweb.com/schedule-run

Edited by armanalimin
  • Thanks 1

@Mahmoud please update

Terakhir Update : 7 Agustus 2023

Versi : 5.5.0

Stack : Laravel 8.86 & Node Js

Log Update :

- Update dependency utama ke versi terbaru

- Penambahan Fitur Polling message di api dan test message.

- Fix Preview URL di pesan

- Fix audio message.

- Auto reconnect lebih cepat 

- Penambahan parameter Pengirim di webhook group.

- dll

  • DW Members

@Micro Creatives

i've sent the update to the developer and he put the number 5.5.0
the update you can do it yourself:

1- edit this file (composer.json) and change this line:

"laravel/framework": "^8.75",

to:

"laravel/framework": "^8.86",


2- in script root open SSH (linux) and enter this command:

composer update

for (windows) you need to install composer for windows from this link:
https://getcomposer.org/Composer-Setup.exe
and run above code in CMD.

3- edit this file (package.json) and add this line after ("@whiskeysockets/baileys": "^6.0.0",)

"link-preview-js": "^3.0.4",


4- in script root open SSH (linux) or CMD for (windows if you install nodejs) and enter this commands:

npm install
npm update

for windows if you got error you can install (git for windows) and try the commands above.

5- edit this file (node_modules/@whiskeysockets/baileys/lib/Socket/messages-send.js) in line 621 change:
 

uploadImage: generateHighQualityLinkPreview
                            ? waUploadToServer
                            : undefined

to:
 

uploadImage: waUploadToServer


done.. and sorry for my english 🙃

Edited by Magd Almuntaser
edit
5 hours ago, Magd Almuntaser said:

@Micro Creatives

i've sent the update to the developer and he put the number 5.5.0
the update you can do it yourself:

1- edit this file (composer.json) and change this line:

"laravel/framework": "^8.75",

to:

"laravel/framework": "^8.86",


2- in script root open SSH (linux) and enter this command:

composer update

for (windows) you need to install composer for windows from this link:
https://getcomposer.org/Composer-Setup.exe
and run above code in CMD.

3- edit this file (package.json) and add this line after ("@whiskeysockets/baileys": "^6.0.0",)

"link-preview-js": "^3.0.4",


4- in script root open SSH (linux) or CMD for (windows if you install nodejs) and enter this commands:

npm install
npm update

for windows if you got error you can install (git for windows) and try the commands above.

5- edit this file (node_modules/@whiskeysockets/baileys/lib/Socket/messages-send.js) in line 621 change:
 

uploadImage: generateHighQualityLinkPreview
                            ? waUploadToServer
                            : undefined

to:
 

uploadImage: waUploadToServer


done.. and sorry for my english 🙃

that's it? only that? no script modification? how about the 

 

- Penambahan Fitur Polling message di api dan test message.

 

i think it need script modification to add polling message

coffee

Need Help?? just buy me a cup of coffee

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

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