오키나와에세이
전환율 스크립트실행 do_action
테마 function 추가
/wp-content/plugins/dopbsp/includes/reservations/class-frontend-reservations.php 85라인
전환율 스크립트실행 do_action
테마 function 추가
/wp-content/plugins/dopbsp/includes/reservations/class-frontend-reservations.php 85라인
네비게이션 리디렉트 \wp-content\themes\dt-the7\inc\helpers\post_navigation.php 247
아카이브 칼럼4개 강제 \wp-content\themes\dt-the7\inc\helpers\masonry-template.php 39 45
이미지 라이트박스 팝업 방지 \wp-content\themes\dt-the7\inc\mods\portfolio\public\mod-portfolio-helpers.php 337 외
매일 00시 00분에 명령어 실행.. 관리자에 메일보내기 안하기 > /dev/null 2>&1 추가 02 3 * * * root /usr/bin/rdate -s time.bora.net | clock -w > /dev/null 2>&1 05 4 * * * root /root/bin/su_backup > /dev/null 2>&1
8기가 램에 설정파일 스크랩 합니다. MySQL config 5.0.x, 5.1.x, 5.5.x Connections : 1000 [mysqld_safe] nice = -15 [client] socket = /var/lib/mysql/mysql.sock default-character-set = utf8 [mysqld] ## Charset and Collation character-set-server = utf8 collation-server = utf8_general_ci ## Files back_log = 300 open-files-limit = 8192 open-files = 1024 port = 3306 socket = /var/lib/mysql/mysql.sock pid-file =…
자바스크립트 쿠키활용 예제코드 2016 오키나와에세이 렌트카 부분활용 예제 // 쿠키 생성 function setCookie(cName, cValue, cDay){ var expire = new Date(); expire.setDate(expire.getDate() + cDay); cookies = cName + ‘=’ + escape(cValue) + ‘; path=/ ‘; if(typeof cDay != ‘undefined’) cookies += ‘;expires=’ + expire.toGMTString() + ‘;’; document.cookie = cookies; } // 쿠키 출력 function getCookie(cName) {…