PHP – 길호넷 https://en.kilho.net 캡처 프로그램 칼무리, 시스템 최적화 도구 윈도우클리너, 이미지 공유 서비스 이미지창고, 네트워크 보안 프로그램 시크릿DNS, 메모리 정리 도구 메모리클리너, 이미지 변환 프로그램 등 다양한 프로그램을 개발하여 무료로 제공합니다. Mon, 11 Sep 2023 02:30:27 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 HTTP access information record https://en.kilho.net/archives/mypost/1292 https://en.kilho.net/archives/mypost/1292#respond Mon, 11 Sep 2023 02:30:27 +0000 http://kilho.net/?p=1292 When using OpenAPI, it is to check whether the test and access information is properly Messos value, host, POST value when connecting [PHP] <? $log = $_SERVER[‘REQUEST_METHOD’]. ”'. $ _ Server[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’]. ”Nn”; foreach($_SERVER as $k => $v) {if ($ k == 'http_host ’) Continue;if (substr ($ K, 0,5)! = 'http_') Continue;$ log. = '$ K: […]

The post HTTP access information record first appeared on 길호넷.]]>
https://en.kilho.net/archives/mypost/1292/feed 0
Web hacking, dangerous code check program https://en.kilho.net/archives/ittech/1586 https://en.kilho.net/archives/ittech/1586#comments Mon, 11 Sep 2023 02:30:27 +0000 http://kilho.net/?p=1586 Server hacking was made to easily check whether the malicious PHP was installed, monitoring and risk code. Write the code on the server account and upload it. Click the download button below to download the monitoring program. Run the downloaded program and enter the URL written in (1) in the URL (S). Click Diagnose to […]

The post Web hacking, dangerous code check program first appeared on 길호넷.]]>
https://en.kilho.net/archives/ittech/1586/feed 26
Installation and use of morphological analysis (PHP) https://en.kilho.net/archives/ittech/1633 https://en.kilho.net/archives/ittech/1633#respond Mon, 11 Sep 2023 02:30:27 +0000 http://kilho.net/?p=1633 Installation Environment: Centos7 Basic, php7 In PHP, you can use it as shown below. Referencehttp://qiita.com/yudaifuijta0121/items/1787d70b9cfca3e43d12http://eunjeon.blogspot.kr/https://bitbucket.org/eunjeon/mecab-ko-dichttps://github.com/rsky/php-mecab

The post Installation and use of morphological analysis (PHP) first appeared on 길호넷.]]>
https://en.kilho.net/archives/ittech/1633/feed 0
Finding the current location (PHP) https://en.kilho.net/archives/ittech/1944 https://en.kilho.net/archives/ittech/1944#respond Mon, 11 Sep 2023 02:30:26 +0000 http://kilho.net/?p=1944 The location is obtained through the Geolocation function, and if it is a browser that is not related or supported, the location is obtained with the IPI through the API provided by Naver. Before use, you get Naver's API key to the address below.(https://www.ncloud.com/product/applicationService/geoLocation)

The post Finding the current location (PHP) first appeared on 길호넷.]]>
https://en.kilho.net/archives/ittech/1944/feed 0
Find an IP access from AWS (PHP) https://en.kilho.net/archives/ittech/2094 https://en.kilho.net/archives/ittech/2094#respond Mon, 11 Sep 2023 02:30:26 +0000 http://kilho.net/?p=2094 When you use the Amazon server, if you get a server IP, the private IP is output. So I made it to save the official IP.

The post Find an IP access from AWS (PHP) first appeared on 길호넷.]]>
https://en.kilho.net/archives/ittech/2094/feed 0
Php short tag change program https://en.kilho.net/archives/various/2723 https://en.kilho.net/archives/various/2723#respond Wed, 31 Aug 2022 08:08:18 +0000 https://kilho.net/?p=2723 It is a program that changes a short tag (<?) From a PHP file to a long tag (<? PHP). In the case of a changed file, the original file is added to the extension. <? = $ Hello?> Is <? PHP Echo $ Hello; It is changed to?>. If you use the options (-S), […]

The post Php short tag change program first appeared on 길호넷.]]>
https://en.kilho.net/archives/various/2723/feed 0