From ccf995b748d180d561ef31595f31dd4eb3e2be5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 21 Mar 2020 21:25:23 +0100 Subject: removed accidentally created file es.php --- es.php | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 es.php diff --git a/es.php b/es.php deleted file mode 100644 index 7c5c246..0000000 --- a/es.php +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env php - '', - 'xs' => "", - 'notfromwhois' => '', - 'domain' => $znak1.$znak2, - 'tld' => "WS" - ) - ); - - $opts = array('http' => - array( - 'method' => 'POST', - 'header' => 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8', - 'content' => $postdata - ) - ); - - $context = stream_context_create($opts); - - $result = file_get_contents('http://samoanic.ws/whois.dhtml', false, $context); - if (strpos($result, 'Congratulations') !== false) { - echo $znak1.$znak2.".ws <-- FREE\n"; - } else { - echo $znak1.$znak2.".ws <-- REGISTERED\n"; - } - } -} -?> -- cgit v1.2.3