Skip to content

Instantly share code, notes, and snippets.

View dotrungquan's full-sized avatar
🥰
Dui dẻ

dotrungquan dotrungquan

🥰
Dui dẻ
View GitHub Profile
@dotrungquan
dotrungquan / whois.php
Created July 17, 2022 08:05 — forked from kshitiz621/whois.php
PHP code to get WHOIS information of a domain
<?php
/*************************************************************************
php easy :: whois lookup script
==========================================================================
Author: php easy code, www.phpeasycode.com
Web Site: http://www.phpeasycode.com
Contact: webmaster@phpeasycode.com
*************************************************************************/
$domain = $_GET['domain'];
@dotrungquan
dotrungquan / .htaccess
Created September 12, 2023 04:15 — forked from khoipro/.htaccess
Server config rules for set X-Robot-Tags
# For Apache, Litespeed
<Files ~ "\.(pdf|doc|docx|xls|xlsx|ppt|pptx)$">
Header set X-Robots-Tag "noindex, nofollow"
</Files>