Jump to content
Bicrypto v3.7.0 + All Plugins ×

Ordinary User

Members
  • Posts

    26
  • Reputation

    5
  • Files

    0
  • Joined

  • Last visited

1 Follower

About Ordinary User

  • Birthday 01/01/1998

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ordinary User's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • One Year In
  • Reacting Well

Recent Badges

5

Reputation

  1. Bypass using this query UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'doniaweb' WHERE `settings_two`.`id` = 1;
  2. There is no new tools like PDF tools Edited Its there, but no database for that tools, you can manually make it, FIXED
  3. Yes this is correct sctipt, but you need change this and there to runing, you can use older version They remove languange in new version, if you still wanna use it you can migrate using older version and implement it to new one
  4. Trying new version, its more stable but some script are broken (easy fix) send tamplate / button only show from waweb/iphone. send image dosent working, you can manualy insert image link from database than its working. chatbot working, webhook working
  5. Sorry cant give you link, i already give my source code at comment, dig into it. Admin Please Update to new verison, they fix bug
  6. change webhook: function in waziper.js to this webhook: async function(instance_id, data){ var tb_webhook = await Common.db_query("SHOW TABLES LIKE 'sp_whatsapp_webhook'"); if(tb_webhook){ var webhook = await Common.db_query("SELECT * FROM sp_whatsapp_webhook WHERE status = 1 AND instance_id = '"+instance_id+"'"); console.log(webhook); if(webhook){ console.log(webhook.webhook_url); axios.post(webhook.webhook_url, { instance_id: instance_id, data: data }).then((res) => {}).catch((err) => {}); } } },
  7. @Edilson Souza someone already upload it at commend, sorry cant give the link
  8. I already tested, all working except sending image and button in web. (if someone can fix this please share in this post) but if you try using rest api, its working fine, you need change send method to get not post, you can change it at code. webhook is working to, problem is we dont have good documentation for this, so here you are my example code for webhook webhook.js
×
×
  • Create New...