PHP Code [ FTP Functions ] 1. ftp_connect : FTP서버에 연결한다. int "hilite2">ftp_connect (string host [, int port]) $"hilite2">ftp = "hilite2">ftp_connect("서버주소 또는 도메인명", 21); 2. ftp_login : 계정과 패스워드로 서버에 접근한다. int "hilite2">ftp_login (int "hilite2">ftp_stream, string username, string password) $"hilite2">ftplogin = "hilite2">ftp_login($"hilite2">ftp, "$2">ftp_user_name", "$2">ftp_user_pass"); 3. ftp_pwd : 현재 디렉토리 값을 리턴한다. int .. 더보기 PHP Code [ Disk Space (%), DB Space (%) ] Space Checker *Disk space Total | Using (%) | Free 더보기 Opera Browse Speed Up Config 1. 주소 표시줄에 opera:config 라고 입력합니다. 2. 환경설정 편집기가 열리고, 여러 항목들 중 Performance 를 고릅니다. 3. 여기서, 아래의 항목들을 변경합니다. Max Connections Server -> 16 으로, Max Connections Total -> 64 로, Network Buffer Size -> 32 로, 4.Reduce Max Persistent HTTP Connections 항목을 체크 해제 하고, 저장을 합니다. 5. 다시 주소표시줄에 opera:config을 입력하고, 빠른찾기란에 update라고 입력합니다. 6. 나오는 설정 항목들 중... First Update Delay 를 500 으로, Update Delay 를 50 으로 변경합니다. 7. 역.. 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 31 다음