JAVA, JSP 보안 개발 가이드(wikisecurity.net) 자료

WAS/JEUS | 2015. 3. 16. 18:39
Posted by 최강후니
 

Windows7에서 telnet 설치방법

OS/Windows | 2015. 3. 16. 17:55
Posted by 최강후니

Windows 7에서 telnet 설치방법

 1) CMD창에서 아래와 같이 입력한다.

 Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\SSH-PC>pkgmgr /iu:"TelnetClient"

 

세부내용은 아래 URL 참고하시기 바랍니다.

https://technet.microsoft.com/ko-kr/library/cc771275(v=ws.10).aspx

 

WebtoB + PHP 연동(Windows 플랫폼)

WEB/WebtoB | 2015. 1. 14. 21:30
Posted by 최강후니

WebtoB + PHP 연동방법은 다음과 같습니다.


1) WebtoB 4.1.8.0 설치

설치경로 : D:/TmaxSoft/WebtoB4.1


2) PHP(Windows ) 설치 및 연동

설치경로 : D:/TmaxSoft/WebtoB4.1/php-5.6.4-nts-Win32-VC11-x64

-버전 : PHP 5.6 (5.6.4)- Non Thread Safe

-바이너리 : http://windows.php.net/download/


3) 환경설정 : 첨부파일 http.m 파일 참고


 http.m


4) fsockopen.php, index.php 파일 참고

http://php.net/manual/kr/function.fsockopen.php  ( sample 참고 )


 fsockopen.php


 index.php


5) 결과화면 : fsockopen.png

 

블로그 이미지

최강후니

카테고리

분류 전체보기 (4)
WAS (1)
WEB (1)
JVM (0)
OS (1)
JAVA (0)
TOOL (1)