Jump to content
Do not create multi-accounts, you will be blocked!

Gusik Prasetyo

Members
  • Joined

  • Last visited

Posts posted by Gusik Prasetyo

  1. 32 minutes ago, Fud said:

    Nyoba masukin manual belum bisa 

    Untuk scen belum nyoba soalnya cuma punya satu perangkat 

    Screenshot_2024-09-16-19-47-12-357_com.whatsapp.jpg

    Untuk 851 sepertinya tidak bisa pakai code, karena terlalu cepat berubah.

    Jadi solusinya adalah menggunakan qrcode.

    Silahkan pakai perangkat yang lain untuk memunculkan qrcode

  2. 38 minutes ago, Ilhamstore said:

    @Magd Almuntaser I'm still getting an error in the "list massage" section of this latest version 8.5.0. The case is, I've already set the "list massage" to "Only reply when sender is" with "ALL", but when I access the keyword via group chat, it doesn't respond. However, when I call it via private chat, it works normally.

    Mr. Magd Almuntaser, may I ask if there's anything else I need to set up?


    Screenshot2024-09-16101727.thumb.png.8d841b99df074cc7fe5c366f551d9643.png

    yes, list message doesn't work on group. it works only in personal.

  3. 27 minutes ago, JangE said:

    Sallam

    Ada yang bisa berikan tutorial lengkap untuk hostinger shared hosting please, ga ada cpanel, node ga tau gimana jalanin sama cronjob, beda banget ini hostinger 😢
     

    Terima kasih 🙏

    Saya pake niaga hoster yg juga reseller hostinger, biasanya nodejs hanya ada untuk paket menengah k atas. 

    Ato coba hubungi cs nya

  4. 5 hours ago, Sta Gaming said:

    5B0B-F61C-C6A9-0F14-C161-C9AC-59AF-5F3B

    Code please

    eyJBY3RpdmF0aW9uQ29kZSI6Ik5VSXdRaTFHTmpGRExVTTJRVGt0TUVZeE5DMURNVFl4TFVNNVFV
    TXROVGxCUmkwMVJqTkNcbiIsIkVuZERhdGUiOiIyMDI1LTA5LTEwVDA0OjAzOjM5LjQ1OFoiLCJJ
    dGVtX2lkIjoiMzU3NjIyODUiLCJTdGFydERhdGUiOiIyMDI0LTA5LTEwVDA0OjAzOjM5LjQ1OFoi
    LCJwdXJjaGFzZWNvZGUiOiIwODk3Zjg3Yi1hY2UyLTQwMWEtYmZiMy02NDMwOTZjZDQ3ZmUiLCJ2
    YWxpZERheXMiOjM2NX0=
     

  5. Just now, Magd Almuntaser said:


    restart nodejs or re-link your number..
     

    No .. All scripts in the world do not work with buttons, and any script that tells you that it works with them is lying because WhatsApp has stopped the template and buttons to be exclusive to the official API

     

    The problem is with the hosting you are using, it has used ModSecurity and prevented the methods used.
    That's why we use this command in the .htaccess file:
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    But in your server these commands do not work and you must tell the hosting company to stop these two commands on your site, and if you are using a vps you can stop mod_security or stop these two options only:
    SecFilterEngine Off
    SecFilterScanPOST Off


    I feel that you installed 8.0.0 not 8.0.5
    Because in the latest version these two problems were fixed and I have tried it and some people here and it works.. So you can download version 8.0.5 from here:
     

    https://onexgen.com/mpwa/download/latest.zip

     

    thanks sir, 8.0.5 we can send media in campaign mode. 

  6. 35 minutes ago, Magd Almuntaser said:

     

    This is the messages of the verses of the Quran. Download this file and upload it anywhere on your site, let's say in the public folder.

    image.png.9a382d820dfefbfdd824b8f5003b8fbe.png

    Open the file and edit your site data:
     

    $YOUR_WEBSITE = "http://yoursite/en/send-message"; // Your Message Gateway
    $API = "TZvmoMMVwHtvud2Q21drEmOlM3oXA1"; // API KEY
    $YOUR_NUMBER = "62812xxxxxxx"; // Sender Number
    $ALL_NUMBER = array(
    	'6281222xxxxx',
    	//'6282xxxxxxx',
    );

    Note that there are other options..
    $TAFSIR Here you can change the tafsir you want. You have three options (kemenag - quraish - jalalayn)

    $AUDIO Here leave it 0 if you want the message to be text, or make number 1 if you want it to be audio.

    $SHAIKH If you choose 1 in $AUDIO you can choose the sheikh whose voice the audio file will be, you can choose one of these sheikhs (alafasy - ahmedajamy - husarymujawwad - minshawi - muhammadayyoub - muhammadjibreel)

    $Message Here is the template of the message, how it will look when it arrives..

    Remember that there are commands inside the message such as {{arabic}} which is the verse in Arabic and {{indonesia}} the verse in Indonesian and (Qs. {{Q}}:{{S}}) the number of the surah and the verse and {$TAFSIR} the name of the tafsir and {{tafsir}} the text of the tafsir..

    Note: If you choose $AUDIO number 1, an audio file will arrive at the number without any text.

    After uploading the file to your site, you can go to cronjob and put your site link, for example, every hour:
     

    http://yoursite.com/quran.php


    *Ongoing charity for me and for you.
    *Sedekah jariyah untuk saya dan untuk kalian

    quran.php 2.63 kB · 2 downloads

    Masya allah... Jazakallahu khairan katsiran sir. May Allah bless you. Aamiin.