find footprint script virus webhost server
find /home/*/domains/*/public_html/ -maxdepth 2 -type f -name '.htaccess' -print0 | xargs -0 grep -il '(py|exe|php)' find /home/*/domains/*/public_htm..
hide your referrer
Create an anonymous link that will hide the HTTP Referer header.
example
https://domain.ltd/?https://www.google.com
<?php
// รับ URL จาก QUERY_STRING
$url = trim($_SERVER['QUERY_STRING']);
// ตรวจสอบว่า URL ถูกต้องหรือไม่
if (!filter_var($url, FILTER_VALIDATE_URL)) {
die("Invalid URL");
}
?>
<!DOCTYPE html>
<html>
<head>
<title>domain.ltd</title>
<meta http-equiv="Refresh" content="0; url=<?= htmlspecialchars($url, ENT_QUOTES, 'UTF-8'); ?>" />
<meta name="referrer" content="no-referrer" />
<script type="text/javascript">
/* <![CDATA[ */
window.location.replace("<?= addslashes($url); ?>" + window.location.hash);
/* ]]> */
</script>
</head>
<body>
<p>Redirecting..<br />
<a href="<?= htmlspecialchars($url, ENT_QUOTES, 'UTF-8'); ?>">
<?= htmlspecialchars($url, ENT_QUOTES, 'UTF-8'); ?>
</a>
</p>
</body>
</html>
March 23, 2023
find /home/*/domains/*/public_html/ -maxdepth 2 -type f -name '.htaccess' -print0 | xargs -0 grep -il '(py|exe|php)' find /home/*/domains/*/public_htm..
example error curl -I https://www.google.com/ curl: (60) SSL certificate problem: unable to get local issuer certificate . . ..
วิธีปิด autorun Windows XP หรือ Windows 7 ของพวก flashdrive, thumbdrive, usb external หรือ cd-rom อย่างง่ายๆ 1. คลิกปุ่ม Start –> Run ปรากฏไดอะล็อกบ็อ..
#1. Install file module (PHP 5.2.x) cd /tmp/ wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz tar xvfz Z..
How to Modified RSS Feed URL in WordPress with fucntions.php /without .htaccess & plugin for nginx/apache server. วิธีทำให้ wordpress ใช้ url จาก feed..
วิธีล้างแคช cloudflare ง่ายๆ กดใช้งานได้จากตรง admin menubar ด้านของ Wordpress เพียงแค่เพิ่มโค้ดในไฟล์ function.php ของ theme ที่ใช้งานอยู่ อย่าลืมใส่..