Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $link = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
- ?>
- <html>
- <head>
- <title>
- BLOKED: <?php echo $link?>
- </title>
- </head>
- <body bgcolor="#FFFFFF">
- <br>
- <br>
- <center>
- The website <b><?php echo $link?></b> you are trying to open are not allowed to be access from Indonesian ISP, Access Denied.<br>
- <br>
- <b><?php echo $link?></b> 您嘗試打開,不允許從印度尼西亞ISP訪問,訪問被拒絕<br>
- <br>
- <b><?php echo $link?></b> 열려고하는 사용자는 인도네시아 ISP에서 액세스 할 수 없습니다. 액세스가 거부되었습니다.<br>
- <br>
- Website <b><?php echo $link?></b> yang akan anda kunjungi tidak dapat diakses melalui ISP di Indonesia, Akses Ditolak.<br>
- <br>
- <hr>
- 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>
- <br>
- 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>
- <hr>
- <small>
- *** Content filter activated in order to comply with Indonesian government regulations for all ISP operates in Indonesian soil ***
- </small>
- <hr>
- <small>
- If you feel this is an error,<br>
- please take screenshot the whole page of this page and send it to : <i><b>cs@subnet.co.id</b></i><br>
- we will review your inqury and take appropriate action about it.
- </small>
- <hr>
- <br>
- <img src="https://subnet.co.id/img/logo_sdn.png" width="250px" />
- <br>
- <br>
- <b>PT. SUBNET DATA NUSANTARA</b><br><br>
- Website: <a href="https://subnet.co.id">https://subnet.co.id</a>
- <br>
- <br>
- Last checked :
- <?php
- date_default_timezone_set("Asia/Jakarta");
- echo date("Y-m-D h:i:sa");
- ?> (Asia/Jakarta GMT+7).
- <br>
- <hr>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement