Fix Windows Sharing Printer Windows 10 & Windows 11 | 100% Works!!!

Hello Guys, Still Having Trouble with Sharing Printers on Windows 10 & 11? Haha, I don’t know, maybe it’s a Windows trick to make you buy the original version. Since I was also frustrated with the Windows Update feature that caused this printer sharing issue, I lazily put together a way to fix it. It […]

Mengatasi Error Pada Sharing Printer Windows 10 & Windows 11 [BERBAYAR]

 Halo Ges, Masih Bermasalah Sama Windows 10 & 11 Untuk Sharing Printernya ? wkwk, Entah emang ini akal” an windows biar kalian beli Windows Ori kali ya, berhubung saya juga kesel sama fitur Update windows yg menyebabkan gabisa sharing printer ini, akhirnya Dengan Malas saya bikin juga cara ngakalin nya. Bentuk Nya Script BAT […]

Cara Mencari MAC Address (Alamat MAC / Alamat Fisik) Di Laptop / PC Windows

Berikut langkah-langkah mudah yang bisa Anda ikuti untuk melihat MAC Address di Windows: Tekan tombol di keyboard, yaitu tombol Windows + R. Ketik “CMD” di kolom pencarian. Klik OK, atau tekan tombol Enter. Ketika tampilan Command Prompt sudah terbuka, silakan ketik “Ipconfig /all” (ada spasi) dan tekan tombol Enter. Silahkan Lihat Koneksi yang akan Anda Gunakan Melalui LAN Atau Melalui WIFI  Jika […]

ImagePro Bot: Asisten Telegram untuk Mengedit Foto dengan Mudah

Pengenalan ImagePro Bot Dalam era digital saat ini, kebutuhan akan pengeditan foto semakin meningkat, baik untuk keperluan profesional maupun pribadi. Memperkenalkan ImagePro Bot, asisten Telegram Anda yang dirancang untuk memudahkan segala kebutuhan pengeditan foto Anda. Dengan ImagePro Bot, transformasi foto menjadi lebih mudah dan cepat, tanpa perlu keahlian khusus dalam mengedit foto. Fitur-Fitur Unggulan ImagePro […]

(Rhyme) Si Paling . . . . . .

ini cerita berima bagai senjata menohok ke kepala, melesat kencang tanpa pelita bagai sambaran sang mahakuasa. dibuat nyata tanpa tipu Daya banyak pemuda bergaya meski isi otak masi rata berasa jack ma padahal jelata merasa masuk padahal gak kerasa, kerja meliuk cuma buka WA, memaksa MacBook ngedit pakai canva, money campur aduk makan masih minta […]

XENDIT AFTER PAYMENT UPDATE ACF

dah baca sendiri <?php require_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-load.php’); function handle_xendit_webhook() { ob_start(); // Start output buffering to prevent premature output // Two different expected tokens from Xendit $expected_live = ‘token’; $expected_demo = ‘token’; // Choose which token to use $expected_token = $expected_live; // Change to …. // Retrieve token sent in the webhook request header $received_token = $_SERVER[‘HTTP_X_CALLBACK_TOKEN’] […]

XENDIT x Elementor Form X ACF

Buat Form, Ubah status send Form Jadi POST jangan lupa masukan webhook url *Note : Semua Action After submit Bakal tidak befungsi   CODE <?php require_once($_SERVER[‘DOCUMENT_ROOT’].’/wp-load.php’); function send_order_confirmation_email($data) { $to = ’email@email.com,email@email2.com’; // Replace with the recipient email address $subject = ‘#’.$data[‘externalId’].’ Ada Pesanan Website ‘. $data[‘productName’] . ‘ dari ‘ . $data[‘firstName’].’ ‘. $data[‘lastName’] […]

Mengkonsep, Konsep, Dan Konseptor

Hari ini ada obrolan menarik yang merubah cara pndang ayas tentang sebuah bisnis, sebuah pandangan tentang seputar Konsep yang terkonsep Dan menjadi Konseptor yang paham Konsep, hiyaaaa ribet ya kata katanya wkwk. ayas mengakui taste/selera ayas terhadap Konsep atau mengkonsep sesuatu Masih tebelunggu kepada idealisme Dan pribadi serta kebiasaan yang ayas lalui, itu membuat terkadang […]

Elementor webhook Time

Pelajari Sendiri ya add_filter(‘http_request_timeout’, function($timeout, $url = ”) { $start_with = ‘https://script.google.com’; // Check if the $url starts with the specified webhook URL return is_string($url) && strncmp($url, $start_with, strlen($start_with)) === 0 ? 40 // Set the timeout to 20 seconds for this webhook : $timeout; // Return the unchanged timeout for other requests }, 10, […]

Elementor Form To Google Sheet Product Loop

Pelajari Sendiri ye var emailNotification = false; var emailAddress = “youremail@email.com”; var isNewSheet = false; var receivedData = []; function doGet(e) {     return HtmlService.createHtmlOutput(“Yep this is the webhook URL, request received”); } function doPost(e) {     var params = JSON.stringify(e.parameter);     params = JSON.parse(params);     insertToSheet(params);     return HtmlService.createHtmlOutput(“post […]