영카트 5.0.9
bdbf77b Merge branch 'g5'
3c10411 스마트 에디터2 ie 11에서 개행문자 처리
M plugin/editor/smarteditor2/js/smarteditor2.js
M plugin/editor/smarteditor2/js/smarteditor2.min.js
5ef5508 로젠택배 배송조회 url 수정
M extend/shop.extend.php
d9c4464 Merge branch 'g5'
02f7e38 필드명 오타 수정
M bbs/qatail.php
3ab758a Merge branch 'g5'
a006bbe 회원가입폼 본인확인 관련 안내 출력 코드 수정
M mobile/skin/member/basic/register_form.skin.php
M skin/member/basic/register_form.skin.php
c16fd47 주문폼 주소검색 안내 메세지 수정
M mobile/shop/orderform.php
M shop/orderform.php
bd2a3b7 Merge branch 'g5'
12b298a datepicker 스타일 add_stylesheet 함수 적용
M plugin/jquery-ui/datepicker.php
A plugin/jquery-ui/style.css
3e992ea 개인결제 현금영수증 관련 코드 오타 수정
M mobile/shop/personalpayresult.php
M shop/personalpayresult.php
d5f1b25 Merge branch 'g5'
0018ffb 경로 설정 코드 수정
M common.php
0c1e38d Merge branch 'g5'
6a93948 스마트 에디터 이미지 업로드 유효성 체크 로빈아빠님이 알려주심
M plugin/editor/smarteditor2/photo_uploader/popup/js/basic.js
M plugin/editor/smarteditor2/photo_uploader/popup/php/UploadHandler.php
c9943c9 Merge branch 'g5'
2221d27 Merge branch 'master' of github.com:gnuboard/g5
25af73b 경로 설정코드에서 HTTP_HOST 사용하도록 수정
M common.php
5d8ae71 Merge branch 'master' of github.com:gnuboard/g5
7bdec88 스마트 에디터2 공백 삽입 소스로 인한 문제 수정
M plugin/editor/smarteditor2/editor.lib.php
M plugin/editor/smarteditor2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
51ea776 Merge branch 'g5'
52dbc4b bo_notice 필드에 필요치않는 콤마 추가되는 문제 수정
M bbs/write_update.php
3c10411 스마트 에디터2 ie 11에서 개행문자 처리
M plugin/editor/smarteditor2/js/smarteditor2.js
M plugin/editor/smarteditor2/js/smarteditor2.min.js
5ef5508 로젠택배 배송조회 url 수정
M extend/shop.extend.php
d9c4464 Merge branch 'g5'
02f7e38 필드명 오타 수정
M bbs/qatail.php
3ab758a Merge branch 'g5'
a006bbe 회원가입폼 본인확인 관련 안내 출력 코드 수정
M mobile/skin/member/basic/register_form.skin.php
M skin/member/basic/register_form.skin.php
c16fd47 주문폼 주소검색 안내 메세지 수정
M mobile/shop/orderform.php
M shop/orderform.php
bd2a3b7 Merge branch 'g5'
12b298a datepicker 스타일 add_stylesheet 함수 적용
M plugin/jquery-ui/datepicker.php
A plugin/jquery-ui/style.css
3e992ea 개인결제 현금영수증 관련 코드 오타 수정
M mobile/shop/personalpayresult.php
M shop/personalpayresult.php
d5f1b25 Merge branch 'g5'
0018ffb 경로 설정 코드 수정
M common.php
0c1e38d Merge branch 'g5'
6a93948 스마트 에디터 이미지 업로드 유효성 체크 로빈아빠님이 알려주심
M plugin/editor/smarteditor2/photo_uploader/popup/js/basic.js
M plugin/editor/smarteditor2/photo_uploader/popup/php/UploadHandler.php
c9943c9 Merge branch 'g5'
2221d27 Merge branch 'master' of github.com:gnuboard/g5
25af73b 경로 설정코드에서 HTTP_HOST 사용하도록 수정
M common.php
5d8ae71 Merge branch 'master' of github.com:gnuboard/g5
7bdec88 스마트 에디터2 공백 삽입 소스로 인한 문제 수정
M plugin/editor/smarteditor2/editor.lib.php
M plugin/editor/smarteditor2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
51ea776 Merge branch 'g5'
52dbc4b bo_notice 필드에 필요치않는 콤마 추가되는 문제 수정
M bbs/write_update.php
댓글 14개
11년 전
감사합니다.
11년 전
고맙습니다~^^
11년 전
수고 많이 하셨습니다.
익스트림리
11년 전
수고 많으십니다. 항상 감사하며 사용하고 있습니다. ^^
11년 전
수고하셨습니다.
11년 전
감사합니다.
11년 전
감사합니다.
조아요마니
11년 전
0018ffb 경로 설정 코드 수정
M common.php
적용하니까 css 적용 안되는데 기존껄로 바꿨습니다. 어떤 부분 수정 해야하나요?
M common.php
적용하니까 css 적용 안되는데 기존껄로 바꿨습니다. 어떤 부분 수정 해야하나요?
11년 전
29줄 function g5_path() 부분
38줄 $result['url'] = $http.(isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']).$port.$user.$root; 을
기존코드 $result['url'] = $http.$_SERVER['SERVER_NAME'].$port.$user.$root; 로 수정하니 잘되네요.
이번패치하고 포트번호가 중복나옵니다.
http://flowervil.kr:81/g5/ ==>우클릭 소스보기 참조
38줄 $result['url'] = $http.(isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']).$port.$user.$root; 을
기존코드 $result['url'] = $http.$_SERVER['SERVER_NAME'].$port.$user.$root; 로 수정하니 잘되네요.
이번패치하고 포트번호가 중복나옵니다.
http://flowervil.kr:81/g5/ ==>우클릭 소스보기 참조
조아요마니
11년 전
저도 기존코드로 돌리긴했는데
문제는 최신글의 포트도 이중으로 나와 파일이나 뉴같은 이미지에 포트중복으로 나봅니다.
패치코드에 .$port 를 빼버려도 작동은 되나 역시 제가 발견을 못한건지 몰라도 최신글에 이미지들이 포트중복입니다.
$result['url'] = $http.(isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']).$user.$root;
캐쉬 파일때문이였네요. 캐쉬 삭제하고 돌아왔습니다.
문제는 최신글의 포트도 이중으로 나와 파일이나 뉴같은 이미지에 포트중복으로 나봅니다.
패치코드에 .$port 를 빼버려도 작동은 되나 역시 제가 발견을 못한건지 몰라도 최신글에 이미지들이 포트중복입니다.
$result['url'] = $http.(isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']).$user.$root;
캐쉬 파일때문이였네요. 캐쉬 삭제하고 돌아왔습니다.
11년 전
고맙습니다
11년 전
감사합니다.
11년 전
감사합니다. 정말 잘쓰고 있습니다.
11년 전
경로에 포트 번호가 중복되는 경우 common.php 파일의 코드를 아래처럼 수정해 보시기 바랍니다.
[code]
function g5_path()
{
$result['path'] = str_replace('\\', '/', dirname(__FILE__));
$tilde_remove = preg_replace('/^\/\~[^\/]+(.*)$/', '$1', $_SERVER['SCRIPT_NAME']);
$document_root = str_replace($tilde_remove, '', $_SERVER['SCRIPT_FILENAME']);
$root = str_replace($document_root, '', $result['path']);
$port = $_SERVER['SERVER_PORT'] != 80 ? ':'.$_SERVER['SERVER_PORT'] : '';
$http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : '') . '://';
$user = str_replace(str_replace($document_root, '', $_SERVER['SCRIPT_FILENAME']), '', $_SERVER['SCRIPT_NAME']);
$host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'];
if(isset($_SERVER['HTTP_HOST']) && preg_match('/:[0-9]+$/', $host))
$host = preg_replace('/:[0-9]+$/', '', $host);
$result['url'] = $http.$host.$port.$user.$root;
return $result;
}
[/code]
[code]
function g5_path()
{
$result['path'] = str_replace('\\', '/', dirname(__FILE__));
$tilde_remove = preg_replace('/^\/\~[^\/]+(.*)$/', '$1', $_SERVER['SCRIPT_NAME']);
$document_root = str_replace($tilde_remove, '', $_SERVER['SCRIPT_FILENAME']);
$root = str_replace($document_root, '', $result['path']);
$port = $_SERVER['SERVER_PORT'] != 80 ? ':'.$_SERVER['SERVER_PORT'] : '';
$http = 'http' . ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 's' : '') . '://';
$user = str_replace(str_replace($document_root, '', $_SERVER['SCRIPT_FILENAME']), '', $_SERVER['SCRIPT_NAME']);
$host = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'];
if(isset($_SERVER['HTTP_HOST']) && preg_match('/:[0-9]+$/', $host))
$host = preg_replace('/:[0-9]+$/', '', $host);
$result['url'] = $http.$host.$port.$user.$root;
return $result;
}
[/code]
게시판 목록
영카트5 다운로드
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 |
|
10년 전 | 49798 | |
| 43 |
|
11년 전 | 4648 | |
| 42 |
|
11년 전 | 3528 | |
| 41 |
|
11년 전 | 4090 | |
| 40 |
|
11년 전 | 4515 | |
| 39 |
|
11년 전 | 5620 | |
| 38 |
|
11년 전 | 5770 | |
| 37 |
|
11년 전 | 5837 | |
| 36 |
|
11년 전 | 5335 | |
| 35 |
|
11년 전 | 6264 | |
| 34 |
|
11년 전 | 5085 | |
| 33 |
|
11년 전 | 5056 | |
| 32 |
|
11년 전 | 4962 | |
| 31 |
|
11년 전 | 3913 | |
| 30 |
|
11년 전 | 8857 | |
| 29 |
|
11년 전 | 4980 | |
| 28 |
|
11년 전 | 5204 | |
| 27 |
|
11년 전 | 5009 | |
| 26 |
|
11년 전 | 6920 | |
| 25 |
|
11년 전 | 5154 | |
| 24 |
|
11년 전 | 4687 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기