This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //https://codex.wordpress.org/Post_Status_Transitions | |
| //send email to admin after user create new deal from frontend form. | |
| add_action('future_to_pending', 'send_emails_on_new_event'); | |
| add_action('new_to_pending', 'send_emails_on_new_event'); | |
| add_action('draft_to_pending', 'send_emails_on_new_event'); | |
| add_action('auto-draft_to_pending', 'send_emails_on_new_event'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############ WordPress #################### | |
| # Disable logging for favicon and robots.txt | |
| location = /favicon.ico { | |
| try_files /favicon.ico @empty; | |
| access_log off; | |
| log_not_found off; | |
| expires max; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # enable-ping.sh - Gỡ chặn ICMP echo-request (ping) trên Linux | |
| # Hỗ trợ: sysctl, firewalld, UFW, iptables, nftables (best effort) | |
| # Chạy với quyền root | |
| set -euo pipefail | |
| log() { echo -e "[*] $*"; } | |
| ok() { echo -e "[✔] $*"; } | |
| warn() { echo -e "[!] $*"; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>000</title> | |
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" | |
| integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| TOKEN="xxxxxxxxxxxxxxxxxxx" | |
| ZONE_ID=2222222222222222222222222 | |
| # EMAIL=me@gmail.com | |
| # KEY=11111111111111111111111111 | |
| # Replace with | |
| # -H "X-Auth-Email: ${EMAIL}" \ | |
| # -H "X-Auth-Key: ${KEY}" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| var zalo_acc = { | |
| "0918954358" : "b2n0k5glmued", | |
| }; | |
| function fixzalo(link, successCallback, errorCallback) { | |
| var hiddenIframe = document.querySelector("#hiddenIframe"); | |
| if (!hiddenIframe) { | |
| hiddenIframe = document.createElement("iframe"); | |
| hiddenIframe.id = "hiddenIframe"; | |
| hiddenIframe.style.display = "none"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var timeLeft = 10; // Thời gian đợi là 10 giây | |
| function countdown() { | |
| document.getElementById('countdown').innerHTML = 'Nội dung bạn tìm kiếm không có, website sẽ quay về trang chủ Diễn đàn phật pháp trong ' + timeLeft + 's.'; | |
| timeLeft--; // Giảm thời gian đợi xuống mỗi giây | |
| if (timeLeft < 0) { | |
| clearTimeout(timerId); | |
| window.location.href = 'https://diendanphatphap.com/diendan/'; // Chuyển hướng khi hết thời gian | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is guide from Zero to Hero with FFmpeg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RAR registration data | |
| Thaidt | |
| Unlimited User License | |
| UID=1f57b5f1294338f57825 | |
| 64122122507825572ab1aeb1ba07ecac65f63b666162623d427353 | |
| a4648678adc0418186e960cd6fc354e9db7e268f39f9b9178a7a99 | |
| 5ac679b4f4ed2fb58a77514c5606ea10e287886669caac7863ff5c | |
| 13489b7faf48aed1d0325598d890d29fc9601d6cb2efeb00d26d64 | |
| 1aa91c1e9e39be717d800f912b83abf02d9c3fd614ea10e2878866 | |
| 69caac787e3a9cd43d2df4894554e56de5573c340c10449d604464 |
NewerOlder
