• Profile
    • *.235.202.125
    • 2024.04.12 - 20:27 2024.03.12 - 15:13  141  1

1. 구글 Programmable Search Engine  접속

https://programmablesearchengine.google.com/about/

 

2. "Get started" 클릭

 

3. 추가 클릭

 

4. 추후 수정가능하니 적당히 입력한 후 만들기 클릭

 

 

5. 아래 페이지 뜨면 완료.

아래 코드 복사 후 사용하거나 커스텀 하거나 

구글 검색이 호함된 레이아웃은 대부분 아래 스크립트내 cx 코드값(검색엔진ID)을 이용

 

  • 이 게시물을..
  • 야비 야비 Lv. 4

    OrangeDay Master

    Welcome back to our long-standing social networking site for gamers, life stories, and IT enthusiasts! It's been a while, but we're ready to reignite the spark of camaraderie. Let's reconnect, reminisce, and embark on new adventures together. Join us in building lasting friendships through our shared passions. Get ready to level up your social life!
23
  • 간단 버전 관리
    U
  • 야비 2024.04.22 - 13:28  7
  • 적당히 숫자넣고 저장한 후 서버에 파일을 올린다. 난, 서버에 부담 갈것 같아서 깃에 블로그 파서 올림 {@ $url = 'https://cdn.jsdelivr.net/gh/OrangeDayCom/orangeday.github.io/releasesNote/version.txt'; //파일 위치 $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $last_version = curl_exec($curl); $http_status_code = curl_getinfo($curl, CURLINFO_HTTP_CODE); curl_close($curl); // 대충 클로링 해서 파일 내용 가져 온다는 내용 if ($http_status_code...
22
  • RX/XE   소셜 로그인 관련 정보 모음
  • 야비 2024.04.16 - 12:08  25
  • 소스 https://github.com/rhymix/rhymix-sociallogin 설치 위치 \modules\sociallogin 페이지 삽입 방법 https://github.com/bjrambo/rx_xedition_social/commit/6fee50b419eff125c73af071b7b558da1e8347e0 <load target="^/modules/sociallogin/skins/default/css/default.css" /> <!--@if(!$is_logged && \Rhymix\Modules\Sociallogin\Models\Config::isEnabled())--> {\Rhymix\Modules\Sociallogin\Models\User::getSocialloginButtons()} <!--@end-->
21
  • php8 객체 오류
  • 야비 2024.04.02 - 16:22  11
  • 대부분 선언 먼저 해 주면 해결 $args = new stdClass(); $args->*********= 1234; count(), in_array() 배열 함수 배열이 아닌 것을 넣고 돌릴때 ex) 빈 문자열, null, 오브젝트 등 !empty 사용 주의 존재하지 않는 배열 키에 접근, 초기화되지 않은 변수를 참조 E_WARNING 발생
  • FrontEnd   구글 검색 구현
  • 야비 2024.03.12 - 15:13  141 1
  • 1. 구글 Programmable Search Engine 접속 https://programmablesearchengine.google.com/about/ 2. "Get started" 클릭 3. 추가 클릭 4. 추후 수정가능하니 적당히 입력한 후 만들기 클릭 5. 아래 페이지 뜨면 완료. 아래 코드 복사 후 사용하거나 커스텀 하거나 구글 검색이 호함된 레이아웃은 대부분 아래 스크립트내 cx 코드값(검색엔진ID)을 이용
19
  • RX/XE   라이믹스 서버 이전
  • 야비 2024.02.22 - 12:20  73  1
  • 1. 전체 파일 백업 백업된 파일에서 아래 폴더 삭제 /files/cache /files/config 2. DB백업 참고 : https://www.orangeday.com/STUDY/1752 3. 이전할 이전 서버 백업 파일 업로드 /files/cache, /files/config 폴더 삭제 확인 4. 사이트 접속 후 라이믹스 재설치 재설치 이후 메인 페이지 , 관리자 페이지 접속 한 상태로 다음 진행 관리자 이메일, 아이디, 비번 등 관리자 정보는 기존 사이트와 동일하게 입력 5. 재설치 사이트 DB삭제 테이블까지 삭제 해도 상관없음 (백업DB 적용시 새로 생성됨) 참고 : https://www.orangeday.com/STUD...
18
  • BackEnd   HeidiSQL DB 이전
  • 야비 2024.02.16 - 17:25  47  1
  • 내보내기 데이터베이스, 테이블 : 생성 체크 데이터 : INSERT (신규 데이터를 삽입) 불러오기 1. SQL 파일 불러오기 불러온 쿼리를 수정하여 적용할 수 있음 편집 후 우클릭으로 실행 2. SQL파일 실행 쿼리 바로 실행
  • RX/XE   비밀글입니다.
  • 야비 2023.12.27 - 16:54
  • 비밀글입니다.
16
  • FrontEnd   모바일 앱 설치 js
  • 야비 2023.12.20 - 18:46  51
  • See the Pen 모바일 앱 설치 by Yabi (@orangeday) on CodePen.
15
  • RX/XE   확장변수 관리자만 보기 설정
  • 야비 2023.12.15 - 00:44  62
  • 출처 https://moonhouse.co.kr/xetip/582252 확장변수명을 _hidden으로 끝나게 설정 write_form.html {@$match = preg_match('/_hidden$/is', $val->eid)} <!--@if($match != 1 || $grant->is_admin)--> <th scope="row">{$val->name}</th> <td cond="$val->eid!='rating">{$val->getValueHTML()}</td> <!--@end--> _read.html {@$match1 = preg_match('/_hidden$/is', $val->eid)} {@$match2 = preg_match('/_both$/is', $val->eid)} <!--@if(($match1 != 1 && $match2 != 1) || $grant->is_admin)--> <th scope="row">{$val->name}</th> ...
14
  • FrontEnd   모바일 메뉴 세로 100%
  • 야비 2023.12.11 - 16:33  42
  • See the Pen v-stretch menu by Yabi (@orangeday) on CodePen.
13
  • FrontEnd   다크모드
  • 야비 2023.12.06 - 16:10  39
  • See the Pen Darkmode by Yabi (@orangeday) on CodePen.
12
  • RX/XE   페이지 번호로 바로 이동
  • 야비 2023.12.02 - 18:09  32
  • 원본글 주소 https://xetown.com/tips/365519#comment_365553 location.href = location.href.setQuery("page", 123);
11
  • RX/XE   분류 2단으로 구분하기
  • 야비 2023.11.21 - 14:10  33
  • 원본 글 주소 https://xetown.com/tips/1734321 <tr cond="$module_info->use_category=='Y'" style="display:none;"|cond="!$grant->manager && $module_info->write_category_first"> <th scope="row"><!--@if(!$module_info->write_category_name)-->{$lang->category}<!--@else-->{$module_info->write_category_name}<!--@end--><span class="required">*</span></th> <td colspan="3"> <select id="first"> <option value="" cond="!$module_info->write_category_first"><!--@if(!$module_info->write_category_name)-->{$lang->cat...
10
  • FrontEnd   구글 폰트 사용
  • 야비 2023.11.09 - 11:38  26
  • 사용
9
  • RX/XE   module_info 리스트
  • 야비 2023.06.03 - 22:36  63
  • [module_srl] => 110 [module] => board [module_category_srl] => 0 [layout_srl] => 124 [use_mobile] => Y [mlayout_srl] => 126 [menu_srl] => 64 [site_srl] => 0 [mid] => Statistics [is_skin_fix] => Y [skin] => board_skin [is_mskin_fix] => Y [mskin] => default_skin_mobile [browser_title] => Mathematics & Statistics [description] => [is_default] => N [content] => [mcontent] => [open_rss] => Y [header_text] => [footer_text] => [regdate] => 20140913123139 [consultation] => N [except_notice] => Y [list] =...
8
  • FrontEnd   replaceState pushState popstate
  • 야비 2023.06.01 - 22:53  72
  • replaceState pushState https://yceffort.kr/2019/09/30/handle-browser-history popstate https://ifuwanna.tistory.com/194
7
  • RX/XE   회원정보 사용자 정의 값 개별 저장
  • 야비 2023.05.25 - 22:42  70
  • https://xetown.com/questions/1452981 복잡
6
  • FrontEnd   특수 기호
  • 야비 2023.05.23 - 10:52  96
  • ! - Exclamation Point (엑스클러메이션 포인트) " - Quotation Mark (쿼테이션 마크) # - Crosshatch (크로스해치), Sharp(샵), Pound Sign(파운드 사인) $ - Dollar Sign (달러사인) % - Percent Sign (퍼센트사인) @ - At Sign (앳 사인, 혹은 앳), Commercial At(커머셜 앳) & - Ampersand (앰퍼샌드) ' - Apostrophe (어파스트로피) * - Asterisk (애스터리스크) - - Hyphen (하이픈), Dash (대시) . - Period (피리어드), Full Stop (풀스탑) / - Slash (슬래시), Virgule (버귤) \ - Back Slash (백슬래시) \ - Won sign (원사인) ...
5
  • XE   XE 보안패치
  • 야비 2023.05.22 - 23:58  115 2
  • 익명성관련 취약점 modules/board/board.api.php https://github.com/kijin/xe-core/commit/52a3b898 외부페이지의 PHP 코드/템플릿 코드 이용 원격 코드 실행(RCE) 취약점 modules/page/page.view.php https://github.com/kijin/xe-core/commit/54a70d8fa91cdb2d40c8d3b09f0c551c675ad5d3 설문조사 스킨 경로 조작을 통한 원격 코드 실행(RCE)취약점 classes/template/TemplateHandler.class.php https://github.com/YJSoft/xe-core/commit/5e613fa6ff7df8cc657eeb51839fc70654d864c2
4
  • AI   레오나르도 네거티브 프롬프트
  • 야비 2023.05.11 - 21:46  41
  • tatto, asian, anime, body deformation, mutation, (((two heads))), (((2 heads))), ((extra limb)), duplicate, blurry, abstract, disfigured, deformed, cartoon, animated, toy, figure, framed, 3d, bad art, bad anatomy, poorly drawn, extra limbs, close up, b&w, weird colors, watermark, blur haze, long neck, long body, elongated body, cropped image, out of frame, draft, deformed hands, twisted fingers, ((((mutated hands and fingers)))), double image, malformed hands, multiple heads, extra limb, ugly, po...