{"id":113,"date":"2015-01-28T14:43:55","date_gmt":"2015-01-28T12:43:55","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=113"},"modified":"2015-01-28T14:44:06","modified_gmt":"2015-01-28T12:44:06","slug":"php-sifreli-sayfa","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/php-sifreli-sayfa\/","title":{"rendered":"PHP \u015eifreli Sayfa"},"content":{"rendered":"<pre class=\"lang:default decode:true  \">&lt;?PHP\r\nfunction SifreliGiris($kullaniciadi,$sifre) {\r\nif(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != \"$kullaniciadi\" || $_SERVER['PHP_AUTH_PW'] != \"$sifre\") \r\n{\r\nheader('WWW-Authenticate: Basic realm=\"L\u00fctfen kullan\u0131c\u0131 ad\u0131 ve \u015fifreyi giriniz.\"');\r\ndie(header('HTTP\/1.0 401 Unauthorized'));\r\n}\r\n}\r\n\r\n\/\/Giri\u015f Bilgileri\r\n$kullaniciadi = 'burak';\r\n$sifre = '123';\r\n\r\n\/\/Fonksiyonu \u00e7al\u0131\u015ft\u0131ral\u0131m\r\nSifreliGiris($kullaniciadi,$sifre);\r\n?&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?PHP function SifreliGiris($kullaniciadi,$sifre) { if(empty($_SERVER[&#8216;PHP_AUTH_USER&#8217;]) || empty($_SERVER[&#8216;PHP_AUTH_PW&#8217;]) || $_SERVER[&#8216;PHP_AUTH_USER&#8217;] != &#8220;$kullaniciadi&#8221; || $_SERVER[&#8216;PHP_AUTH_PW&#8217;] != &#8220;$sifre&#8221;) { header(&#8216;WWW-Authenticate: Basic realm=&#8221;L\u00fctfen kullan\u0131c\u0131 ad\u0131 ve \u015fifreyi giriniz.&#8221;&#8216;); die(header(&#8216;HTTP\/1.0 401 Unauthorized&#8217;)); } } \/\/Giri\u015f Bilgileri $kullaniciadi = &#8216;burak&#8217;; $sifre = &#8216;123&#8217;; \/\/Fonksiyonu \u00e7al\u0131\u015ft\u0131ral\u0131m SifreliGiris($kullaniciadi,$sifre); ?&gt; &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":83,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[22],"tags":[25,45,44],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/113"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=113"}],"version-history":[{"count":1,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/113\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/113\/revisions\/114"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/83"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}