Skip to content

제로보드4
2008.03.10 23:41

엑소버드 제로보드 연동

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 수정 삭제
엑소버드 bgm플레이어랑 제로보드랑 연동이 된다.
즉 제로보드 게시판에 링크시켜놓거나 업로드 시킨 음악을
엑소버드에서 자동으로 플레이리스트를 만들어서 재생시켜 주는 거다.
참 좋은 기능이다.
아래는 연동시키는 방버이고 첨부파일은 옆에 있는 미니사이즈 엑소버드 스킨이다.


ExoBUD의 exobud.html 파일안에 넣어 주세요..

대략 mkList 나오는 부분쯤...

--------------------------------------------------------------------------------------------

<?    
mysql_connect("localhost","아이디","암호");        // 호스트이름, 아이디, 암호
mysql_select_db("디비이름");                           // 디비이름
$result=mysql_query("select * from zetyx_board_게시판 order by no desc limit 추출수");  
// 게시판 이름과 추출할 리스트 갯수를 적어주세요..
        
while($data=mysql_fetch_array($result))
{
global $PHP_SELF;    // 절대경로 알아내기
$thisfilename=basename(__FILE__);
$temp_filename=realpath(__FILE__);
if(!$temp_filename) $temp_filename=__FILE__;
$osdir=eregi_replace($thisfilename,"",$temp_filename);
unset($temp_filename);

$virdir = eregi_replace($thisfilename,"../bbs/",$PHP_SELF);  
// 제로보드 상위 폴더에 새로이 폴더를 만들었다면 "../bbs"이런형태로 넣으세요..
// 예를 들어 저같은 경우 루트폴더안에 bgm폴더하고 bbs폴더가 있습니다. Exobud는 bgm폴더안에 있습니다.
// 절대경로를 파악하면서 현재위치를 저장하기때문에 현재위치에서 전 폴더의 bbs폴더로 바꿔주기 위함입니다.
// Exobud(파일들)를 bbs(제로보드) 폴더안에 넣으셨다면 "../bbs"를 ""처럼 비워두세요!!

$usrdir = "http://".$HTTP_HOST.$virdir;

        $subject=$data[subject];
        if($data[sitelink1]) $listsong = $data[sitelink1];
        elseif($data[sitelink2]) $listsong = $data[sitelink2];
        elseif($data[file_name1]) $listsong =  $usrdir.$data[file_name1];
        elseif($data[file_name2]) $listsong =  $usrdir.$data[file_name2];
        else $listsong = "";
?>

mkList("<?=$listsong?>","<?=$subject?>");    // ExoBUD의 다른 mkList들을 지워주세요!!

<?
}
mysql_close();
?>

  1. 데모사이트 관련

    Date2013.05.07 Categoryxe레이아웃 Bygsm Views8682
    read more
  2. XE 버젼 업에 따른 관리자 페이지 변경

    Date2013.04.28 CategoryXE 홈피 Bygsm Views9328
    read more
  3. 원격 프로그램 팀뷰어

    Date2012.12.13 Category기타팁 Bygsm Views9345
    read more
  4. 초보자들을 위한 홈피만들기에 개념?

    Date2012.10.16 Category기타팁 Bygsm Views9945
    read more
  5. xe 설치과정입니다.

    Date2012.10.05 CategoryXE 홈피 Bygsm Views10085
    read more
  6. 태그 연습장이요

    Date2010.11.03 Category기타팁 ByGsm Views1557
    Read More
  7. 웹폰트 왼쪽 긴글폰트

    Date2010.11.01 Category기타팁 ByGsm Views1431
    Read More
  8. 웹폰트2(왼쪽 메뉴)

    Date2010.11.01 Category기타팁 ByGsm Views1543
    Read More
  9. 웹폰트 왼쪽 움직이는 폰트 및 간단설명

    Date2010.11.01 Category기타팁 ByGsm Views1596
    Read More
  10. 음악태그정리-태그스캐너

    Date2010.10.31 Category기타팁 ByGsm Views1573
    Read More
  11. 제로보드 html파일 첨부

    Date2010.06.15 Category기타팁 ByGsm Views2001
    Read More
  12. 이미지 링크시 테두리 점선 안나오게

    Date2010.06.14 Category기타팁 ByGsm Views1569
    Read More
  13. 기념일 및 D데이 소스

    Date2010.05.16 Category기타팁 ByGsm Views1719
    Read More
  14. 홈페이지소스 공개

    Date2010.05.09 Category연습용 ByGsm Views2479
    Read More
  15. 아이프레임 크기 자동조절

    Date2008.04.01 Category기타팁 Bycs Views1878
    Read More
  16. 이미지 롤오버

    Date2008.03.10 Category기타팁 ByGsm Views1752
    Read More
  17. 엑소버드 제로보드 연동

    Date2008.03.10 Category제로보드4 Bycs Views2210
    Read More
  18. background 이미지 하나만

    Date2008.03.10 Category기타팁 Bycs Views2804
    Read More
  19. 마우스오버시 소리나게

    Date2008.03.10 Category기타팁 ByGsm Views2070
    Read More
  20. 눈내리는 스크립

    Date2008.03.10 Category기타팁 ByGsm Views1789
    Read More
  21. 요동치는 이미지

    Date2008.03.10 Category기타팁 Bycs Views1842
    Read More
  22. 세로정렬 줄간격으로

    Date2008.03.10 Category기타팁 Bycs Views1869
    Read More
  23. 투명 아이프레임만들기

    Date2008.03.10 Category기타팁 Bycs Views2014
    Read More
  24. 글씨 전광판효과

    Date2008.03.10 Category기타팁 Bycs Views1995
    Read More
  25. 사진 클릭해서 다음사진보기

    Date2008.03.10 Category기타팁 Bycs Views1981
    Read More
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6

Recent Articles

Gloomy의 비오는 일요일 홈피는 모든 저작권을 포기합니다.

Powered by Xpress Engine / Designed by Sketchbook

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소