테스트 사이트 - 개발 중인 베타 버전입니다

웹버스님 멀티스킨을 g에디터+g업로드 사용하기로 개조.

· 14년 전 · 6851 · 20
00.jpg
웹버스님의 멀티스킨을 g에디터 g업로드 용으로 개조만 해봤습니다.

파일올리는데 한번에 여러개가 업로드 안되서 무진장 불편하더군요.ㅠ

발실력으로 막 개조해서 폴더가 개판입니다..

압축풀어서 루트에 덮어주심 됩니다.;

UTF-8버전입니다

아 그리고 그냥 팁게 자료보고 막 해서 그런지 멀티업로드 한파일을 에디터 삽입 버튼이 먹통이네요.ㅠㅠ// 수정하셨습니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 20개

선 추천입니다.
14년 전
Fatal error: Cannot redeclare thumbnail() (previously declared in ..../lib/thumb.lib.php:87) in ...../skin/board/webbus/lib/skin.lib.php on line 60



thumb.lib.php
-----------------------------
function thumbnail($file_name, $width=0, $height=0, $is_create=false, $is_crop=2, $quality=70, $small_thumb=true, $watermark="", $filter="", $noimg="", $thumb_type="")
{
//if (!$file_name)
// return;

// memory limit 설정 변경
@ini_set("memory_limit", -1);

// 썸네일 디렉토리
$real_dir = dirname($_SERVER['DOCUMENT_ROOT'] . "/nothing");
$dir = dirname(file_path($file_name));
$file = basename($file_name);

$thumb_dir = $dir . "/thumb";

// 썸네일을 저장할 디렉토리
$thumb_path = $thumb_dir .
--------------------------------이하생략------------

webbus/lib/skin.lib.php on line 60
------------------------------------
function thumbnail($exist, $creat, $width, $height, $fail = null)
{
if(is_file($exist) == true && in_array(strtolower(end(explode('.', $exist))), array('gif', 'jpg', 'jpeg', 'png')) == true)
{
if(file_exists($creat) == false)
{
list($img['width'], $img['height'], $img['type']) = getimagesize($exist);
if($img['width'] > $width || $img['height'] > $height)
{
if($img['width'] > $img['height'])
{
$dst['width'] = $width;
$dst['height'] = ceil(($width / $img['width']) * $img['height']);
}

충돌이 있나요?
에러가 나네요
살펴주세요
썸네일 관련은 아마 불당썸이 안깔려있어서 그런거 같네요^^;
한번 불당썸을 설치해보시면 될꺼같아요
14년 전
저도 같은 에러...ㅠㅠ
14년 전
지금 문제가 된 것은 불당섬(thumb.lib.php ) 파일입니다.
설치되어 있다는 것이지요???
14년 전
감사합니다...
14년 전
추천드립니다. 꼭 필요한 스킨이었어요.^^
불당썸을 설치하셔야되요~
잘쓰겠습니다
dd

게시글 목록

번호 제목
154028
154024
153965
153936
153927
153911
153910
153907
153885