태그>php(총 381개의 글)
'php' 관련 최근글
-
- HTML 파일에서 PHP 인식 시키기

-
나는 노력한다. by 포비스|2010/08/18 11:10
vi /etc/httpd/conf/httpd.conf # 설정 AddType application/x-httpd-php .php .php3 .inc .ph .htm .html service httpd restart
html, apache, 아파치, php, httpd.conf
- HTML 파일에서 PHP 인식 시키기
-
-
- PHP My Admin 에서 numeric key detected ..

-
뭐래냐? by 여름눈|2010/08/11 10:17
PHP 개발자들에게 좀 난감한 상황이 바로 어제까지 잘 접속되던 phpmyadmin 이 갑자기 접속이 안되고 numeric key detected 란 문구를 화면에 토해낼때 급! 당황하게 됩니다~ 이런 문제가 발생하는 이유..
- PHP My Admin 에서 numeric key detected ..
-
- APM 설치 및 설정

-
Vital Memes by daftcoder|2010/08/09 11:46
1. APM 설치 1-1. Apache 설치sudo apt-get install apache2 1-2. MySQL 설치sudo apt-get install mysql-server mysql-client 1-3. PHP 설치sudo apt-get install php5-common php5sudo apt-get install libapache2-mod-php5sudo apt-get in..
- APM 설치 및 설정
-
-
- [WEB 관리툴] pcre, modsecurity, mod-cband, webalizer

-
변군 이글루스 by 변군|2010/07/30 23:02
1 Pcre 설치(pcre-7.9.tar.gz) # ./configure -prefix=/usr/local/pcre # make && make install2 Modsecurity 설치(modsecurity-apache_2.5.12.tar.gz) # ./configure -with-apxs=/usr/local/apache2/bin/apxs -with-pcre=/usr..
- [WEB 관리툴] pcre, modsecurity, mod-cband, webalizer
-
- [ERROR] configure: error: DBA: Could not find necessary heade..

-
변군 이글루스 by 변군|2010/07/30 21:10
PHP# ./configure . checking for QDBM support. no configure: error: DBA: Could not find necessary header file(s).[해결] # yum -y install gdbm-devel
gdbm-devel, gdbm, 변상철, 변군, scbyun
- [ERROR] configure: error: DBA: Could not find necessary heade..
-
- [ERROR] configure: error: Please reinstall the libcurl distributio..

-
변군 이글루스 by 변군|2010/07/30 21:08
PHP# ./configure . checking for cURL in default path. not found configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ [해결] # yum -y install curl-devel
libcurl, curl-devel, 변상철, 변군, scbyun
- [ERROR] configure: error: Please reinstall the libcurl distributio..
-
- AES-128을 사용한 앱과 서버간 통신(CryptoHelper 활용)

-
Rockk's Hole - season #2.. by rockk|2010/07/17 01:13
CryptoHelper 관련 참고 URL php의 mcrypt와 padding을 다루는 부분에서 차이가 있어CryptoHelper.m의 아래부분에 kCCOptionECBMode를 추가했다. // Create and Initialize the crypto reference. ccStatus = CCCryptorCreate( encryptOrDecrypt, ..
- AES-128을 사용한 앱과 서버간 통신(CryptoHelper 활용)
-
- PHP로 RSS를 간단히 만들기

-
여름눈 by 여름눈|2010/06/29 16:06
나같은 노땅 코더에게 뜬금없이 떨어진 RSS ~~ PHP 로 되어 있는 게시판에 RSS를 달고 싶단다.그래서 관련문서를 찾아봤다~ @.@ 졸~ 어.어렵다! (망했군~) 암튼 어렵게 살고 싶지 않아서 쉽게 정리..
- PHP로 RSS를 간단히 만들기
-
-
- jpg attack

-
나쁜놈 by 나쁜놈|2010/06/28 03:44
local include 취약점 테스트 jpg attack
- jpg attack
-
- CentOS 4.7 final에서 php-pear + Spreadsheet_Excel_Writer 설치법

-
과학과 이성에 대한 극히 주관적인 관점 by 무혼인형|2010/06/25 16:04
- CentOS 4.7 final에서 php-pear + Spreadsheet_Excel_Writer 설치법


