{"id":1412,"date":"2005-04-04T00:44:27","date_gmt":"2005-04-04T00:44:27","guid":{"rendered":"http:\/\/dev.jblove.net\/?p=1412"},"modified":"2005-04-04T00:44:27","modified_gmt":"2005-04-04T00:44:27","slug":"%ed%8f%ac%ed%83%88%ec%82%ac%ec%9d%b4%ed%8a%b8%ec%97%90%ec%84%9c-%ed%9a%8c%ec%9b%90%ea%b0%80%ec%9e%85%ec%8b%9c-%ec%9e%90%eb%8f%99%ea%b0%80%ec%9e%85%ec%9d%84-%eb%a7%89%ea%b8%b0%ec%9c%84%ed%95%b4","status":"publish","type":"post","link":"https:\/\/jblove.net\/?p=1412","title":{"rendered":"\ud3ec\ud0c8\uc0ac\uc774\ud2b8\uc5d0\uc11c \ud68c\uc6d0\uac00\uc785\uc2dc \uc790\ub3d9\uac00\uc785\uc744 \ub9c9\uae30\uc704\ud574 \uc0ac\uc6a9\ub418\ub294 \uc774\ubbf8\uc9c0 \ub9cc\ub4e4\uae30"},"content":{"rendered":"<p>orblog<br \/>\nhttp:\/\/ulovem.com<br \/>\nhttp:\/\/ulovem.com\/board\/zboard.php?id=StartPage_Info&#038;no=94<\/p>\n<p>\ub9ce\uc740 \ud3ec\ud0c8 \uc0ac\uc774\ud2b8\uc5d0\uc11c \ud68c\uc6d0\uac00\uc785\uc2dc \uc790\ub3d9\uac00\uc785\uc744 \ub9c9\uae30\uc704\ud574 \uc0ac\uc6a9\ub418\ub294 \uc774\ubbf8\uc9c0 \ub9cc\ub4e4\uae30<br \/>\n\ud3f0\ud2b8\ud30c\uc77c\uc774 \uc5c6\ub294 \uacbd\uc6b0\ub294 \ucca8\ubd80\ud30c\uc77c \ub9c1\ud06c\ub85c \uac00\uc11c \ub2e4\uc6b4 \ubc1b\uc73c\uc2ed\uc2dc\uc694<br \/>\n\uc554\ud638\ud654 \ud558\ub294 \ubd80\ubd84\uc740 \uacf5\uac1c\ud560 \uc218\uac00 \uc5c6\uc5b4\uc11c base 64\ub85c encoding \ud558\uc9c0\ub9cc \uc0ac\uc6a9\ud558\uc2dc\ub294 \uc554\ud638\ud654 \ubaa8\ub4c8\uc774 \uc788\ub2e4\uba74 \uadf8\uac83\uc744 \uc0ac\uc6a9\ud558\uba74 \ub420\uac83\uc774\ub2e4.<\/p>\n<p>gdshow.php<br \/>\n<?<br \/>\n\/\/ indent rule<br \/>\n\/\/ vi:ts=4 sts=4 sw=4<\/p>\n<p>        ## \ud68c\uc6d0\uac00\uc785\uc2dc \uc0ac\uc6a9\ud558\ub294 \ub79c\ub364 \uc2a4\ud2b8\ub9c1 \ub9cc\ub4e4\uae30<br \/>\n        ## 2005.03.17  \uc624\ud6c4 11:48:40 by Ulovem.com<\/p>\n<p>$buffer = base64_encode(&#8220;fjsadfjsalkjflk&#8221;);<br \/>\necho &#8220;<img src='.\/gdwrite2.php?par=$buffer'>&#8220;;<\/p>\n<p>?><\/p>\n<p>gdwrite2.php<br \/>\n<?php<br \/>\n\/\/ indent rule<br \/>\n\/\/ vi:ts=4 sts=4 sw=4<\/p>\n<p>        ## \ud68c\uc6d0\uac00\uc785\uc2dc \uc0ac\uc6a9\ud558\ub294 \ub79c\ub364 \uc2a4\ud2b8\ub9c1<br \/>\n        ## 2005.03.17  \uc624\ud6c4 11:48:40 by Ulovem.com<\/p>\n<p>\n        function showStrImg($buf = false , $size = 10 , $fontsize = 20, $height = 50)<br \/>\n        {<br \/>\n                if ( ($size == false &#038;&#038; $buf == false) || $buf == false )<br \/>\n                {<br \/>\n                        $rndstr = MakeRandString($size);<br \/>\n                        showStrImg(MakeRandString($size), $size , $fontsize, $height);<br \/>\n                        return md5($rndstr);<br \/>\n                        exit;<\/p>\n<p>                } else {<br \/>\n                        $size = strlen($buf);<br \/>\n                } <\/p>\n<p>                header(&#8220;Content-type: image\/jpeg&#8221;);<\/p>\n<p>                $im = imagecreate(ImageFontWidth($fontsize)  * ($size * 3)+50, $height);<br \/>\n                $white = imagecolorallocate($im, 255, 255, 255);<br \/>\n                $black = imagecolorallocate($im, 0, 0, 0);<\/p>\n<p>\n                for ( $i = 0 ; $i < $size; $i ++)<br \/>\n                {<br \/>\n                        $angel = RandArray(array(45, -45));<br \/>\n                          imagettftext($im, $fontsize, $angel, ImageFontWidth($fontsize)  * ($i * 3) +30, $height-$fontsize, $black, &#8220;\/usr\/share\/fonts\/ko\/TrueType\/gulim.ttf&#8221;,substr($buf, $i, 1));<br \/>\n                          imagegammacorrect ($im,RandNum(1,50),RandNum(1,50));<\/p>\n<p>                  }<\/p>\n<p>                imagegif($im);<br \/>\n                imagedestroy($im);<\/p>\n<p>\n        }<\/p>\n<p>        function RandNum($start,$end)<br \/>\n        {<br \/>\n                return mt_rand($start, $end);<br \/>\n        }<\/p>\n<p>        function RandArray($arr)<br \/>\n        {<br \/>\n                $seq = mt_rand(1, sizeof($arr));<\/p>\n<p>                return $arr[$seq];<\/p>\n<p>        }<\/p>\n<p>        function MakeRandString($inLength=16){<br \/>\n           mt_srand( MakeSeed() );<br \/>\n           $newstring=&#8221;&#8221;;<\/p>\n<p>           if( $inLength > 0){<br \/>\n               while( strlen($newstring) < $inLength ){<br \/>\n                   switch( mt_rand(2,3) ){<br \/>\n                       case 1: $newstring.=chr(mt_rand(49,57)); break;  \/\/ 0-9<br \/>\n                       case 2: $newstring.=chr(mt_rand(65,90)); break;  \/\/ A-Z<br \/>\n                       case 3: $newstring.=chr(mt_rand(97,122)); break; \/\/ a-z<br \/>\n                   }<br \/>\n               }<br \/>\n           }<br \/>\n           return $newstring;<br \/>\n        }<\/p>\n<p>        function MakeSeed()<br \/>\n        {<br \/>\n           $hash = md5(microtime());<br \/>\n           $loWord = substr($hash, -8);<br \/>\n           $seed = hexdec($loWord);<br \/>\n           $seed &#038;= 0x7fffffff;<\/p>\n<p>           return $seed;<br \/>\n        }<\/p>\n<p>        showStrImg(base64_decode($_GET[&#8220;par&#8221;]));<\/p>\n<p>?> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>orblog http:\/\/ulovem.com http:\/\/ulovem.com\/board\/zboard.php?id=StartPage_Info&#038;no=94 \ub9ce\uc740 \ud3ec\ud0c8 \uc0ac\uc774\ud2b8\uc5d0\uc11c \ud68c\uc6d0\uac00\uc785\uc2dc \uc790\ub3d9\uac00\uc785\uc744 \ub9c9\uae30\uc704\ud574 \uc0ac\uc6a9\ub418\ub294 \uc774\ubbf8\uc9c0 \ub9cc\ub4e4\uae30 \ud3f0\ud2b8\ud30c\uc77c\uc774 \uc5c6\ub294 \uacbd\uc6b0\ub294 \ucca8\ubd80\ud30c\uc77c \ub9c1\ud06c\ub85c \uac00\uc11c \ub2e4\uc6b4 \ubc1b\uc73c\uc2ed\uc2dc\uc694 \uc554\ud638\ud654 \ud558\ub294 \ubd80\ubd84\uc740 \uacf5\uac1c\ud560 \uc218\uac00 \uc5c6\uc5b4\uc11c base 64\ub85c encoding \ud558\uc9c0\ub9cc \uc0ac\uc6a9\ud558\uc2dc\ub294 \uc554\ud638\ud654 \ubaa8\ub4c8\uc774 \uc788\ub2e4\uba74 \uadf8\uac83\uc744 \uc0ac\uc6a9\ud558\uba74 \ub420\uac83\uc774\ub2e4. gdshow.php gdwrite2.php<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[51],"tags":[],"class_list":["post-1412","post","type-post","status-publish","format-standard","hentry","category-papa-php"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts\/1412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1412"}],"version-history":[{"count":0,"href":"https:\/\/jblove.net\/index.php?rest_route=\/wp\/v2\/posts\/1412\/revisions"}],"wp:attachment":[{"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jblove.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}