아이콘샵 '구입하기'질문 정보
아이콘샵 '구입하기'질문본문
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=7759&sca=%EA%B2%8C%EC%8B%9C%ED%8C%90&sfl=wr_subject%7C%7Cwr_content&stx=%EC%95%84%EC%9D%B4%EC%BD%98%EC%83%B5&sop=and
보시면 좀이나 꽤나 오래된 스킨이예요.
저기 써진대로하고
쓰기할때 현재버전 베이직스킨 자바스크립트로 맞춰주고 쓰기는 됩니다.
그런데 아이콘을 구입하기하면
Gone
The requested resource
/bbs/iconbuy_ok.php
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.
이런오류가 뜹니다. 해결 방법을 알려주세요ㅠ;
보시면 좀이나 꽤나 오래된 스킨이예요.
저기 써진대로하고
쓰기할때 현재버전 베이직스킨 자바스크립트로 맞춰주고 쓰기는 됩니다.
그런데 아이콘을 구입하기하면
Gone
The requested resource
/bbs/iconbuy_ok.php
is no longer available on this server and there is no forwarding address. Please remove all references to this resource.
이런오류가 뜹니다. 해결 방법을 알려주세요ㅠ;
댓글 전체
6년전이라면 그누보드 구조가 다를껍니다.
구조라기보단 음...
밑에 다음사람이 답변해주실겁니다 핫핫...;;
밑에 다음사람이 답변해주실겁니다 핫핫...;;
스스로 해결 했습니다...ㅎ;
혹시 무슨 문제인지 알수 있을까요? 저도 비슷한 경우라서요.ㅜ 파일들은 현재버전으로 맞춰줬는데 iconbuy_ok.php 에서 문제가 있는지 안되서.ㅠㅠㅠ
제 글에 물어보신분였군요!ㅎㅎㅠㅠ 어떻게 해결보셨는지좀 ㅠㅠㅠ
list.skin.php파일에서
53번째줄쯤에
$image = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file])
이렇게 있을꺼예요.
그런데 여기서 주소를 제대로 불러오는거였죠.
그러니깐 간단하게 $g4[path] 이부분을 자기 도메인명으로 바꿔주시면됩니다.
에스아이알사이트에 맞게 예시▼
$image = "http://sir.co.kr/data/file/$bo_table/".urlencode($list[$i][file][0][file])
53번째줄쯤에
$image = "$g4[path]/data/file/$bo_table/".urlencode($list[$i][file][0][file])
이렇게 있을꺼예요.
그런데 여기서 주소를 제대로 불러오는거였죠.
그러니깐 간단하게 $g4[path] 이부분을 자기 도메인명으로 바꿔주시면됩니다.
에스아이알사이트에 맞게 예시▼
$image = "http://sir.co.kr/data/file/$bo_table/".urlencode($list[$i][file][0][file])
헐! 감사합니다ㅣ.!!