Advertisement
niammuddin

landing page block pihole

Jan 28th, 2022
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.05 KB | None | 0 0
  1. <?php
  2. $link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
  3. ?>
  4. <html>
  5. <head>
  6. <title>
  7. BLOKED: <?php echo $link?>
  8. </title>
  9. </head>
  10. <body bgcolor="#FFFFFF">
  11.     <br>
  12.     <br>
  13. <center>
  14. The website <b><?php echo $link?></b> you are trying to open are not allowed to be access from Indonesian ISP, Access Denied.<br>
  15. <br>
  16. <b><?php echo $link?></b> 您嘗試打開,不允許從印度尼西亞ISP訪問,訪問被拒絕<br>
  17. <br>
  18. <b><?php echo $link?></b> 열려고하는 사용자는 인도네시아 ISP에서 액세스 할 수 없습니다. 액세스가 거부되었습니다.<br>
  19. <br>
  20. Website <b><?php echo $link?></b> yang akan anda kunjungi tidak dapat diakses melalui ISP di Indonesia, Akses Ditolak.<br>
  21. <br>
  22. <hr>
  23. Surat Edaran Kemenkominfo No. 1598/SE/DJPT.1/KOMINFO/7/2010. : <a href="https://subnet.co.id/contents/pornografi1.jpg">Halaman 1/2</a>, <a href="https://subnet.co.id/contents/pornografi2.jpg">Halaman 2/2</a>
  24. <br>
  25. Penanganan situs internet bermuatan negatif : <a href="https://jdih.kominfo.go.id/produk_hukum/view/id/215/t/peraturan+menteri+komunikasi+">Dokumen Original</a> - <a href="https://subnet.co.id/contents/1449055522-1407336695_Salinan_RPM_Tentang_Situs_Bermuatan_Negatif_revisi_25_Juni__1__1_.pdf">Salinan</a>
  26. <hr>
  27. <small>
  28. *** Content filter activated in order to comply with Indonesian government regulations for all ISP operates in Indonesian soil ***
  29. </small>
  30. <hr>
  31. <small>
  32. If you feel this is an error,<br>
  33. please take screenshot the whole page of this page and send it to : <i><b>cs@subnet.co.id</b></i><br>
  34. we will review your inqury and take appropriate action about it.
  35. </small>
  36. <hr>
  37. <br>
  38. <img src="https://subnet.co.id/img/logo_sdn.png" width="250px" />
  39. <br>
  40. <br>
  41. <b>PT. SUBNET DATA NUSANTARA</b><br><br>
  42. Website: <a href="https://subnet.co.id">https://subnet.co.id</a>
  43. <br>
  44. <br>
  45. Last checked :
  46. <?php
  47. date_default_timezone_set("Asia/Jakarta");
  48. echo date("Y-m-D h:i:sa");
  49. ?> (Asia/Jakarta GMT+7).
  50. <br>
  51. <hr>
  52.  
  53. </center>
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement