<TABLE border=0 cellpadding=0 cellspacing=0 width='100%'>
<TR>
<TD>
<TR>
<TD>
<SCRIPT LANGUAGE="JavaScript">
var chor = document.getElementsByName("no");
function ChkAll(){
if(chor[0].checked == false){
for(i=0; chor[i]; i++){
chor[i].checked = true;
}
}else{
for(i=0; chor[i]; i++){
chor[i].checked = false;
}
}
}
function createForm(nm,mt,at,tg) {
var f=document.createElement("form");
f.name=nm;
f.method=mt;
f.action=at;
f.target=tg;
return f;
}
function addHidden(f,n,v) {
var i=document.createElement("input");
i.type="hidden";
i.name=n;
i.value=v;
f.insertBefore(i);
return f;
}
function select_listen(){
var no;
for(i=0; i < chor.length; i++){
if(chor[i].checked == true){
if(!no){
no = chor[i].value;
}else{
no = no + ";" + chor[i].value;
}
}
}
if(!no){
alert("삭제대상을 선택하세요.");
}else{
listen(no);
}
}
var chor = document.getElementsByName("no");
function ChkAll(){
if(chor[0].checked == false){
for(i=0; chor[i]; i++){
chor[i].checked = true;
}
}else{
for(i=0; chor[i]; i++){
chor[i].checked = false;
}
}
}
function createForm(nm,mt,at,tg) {
var f=document.createElement("form");
f.name=nm;
f.method=mt;
f.action=at;
f.target=tg;
return f;
}
function addHidden(f,n,v) {
var i=document.createElement("input");
i.type="hidden";
i.name=n;
i.value=v;
f.insertBefore(i);
return f;
}
function select_listen(){
var no;
for(i=0; i < chor.length; i++){
if(chor[i].checked == true){
if(!no){
no = chor[i].value;
}else{
no = no + ";" + chor[i].value;
}
}
}
if(!no){
alert("삭제대상을 선택하세요.");
}else{
listen(no);
}
}
function select_all(){
for(i=0; i < chor.length; i++){
chor[i].checked = true;
}
select_listen();
}
function next_page(it) {
var next_page = createForm("next_page", "POST", "<?=$PHP_SELF?>", "");
next_page=addHidden(next_page, "s_page", it);
document.insertBefore(next_page);
next_page.submit();
}
</SCRIPT>
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#e3e3e3"></td>
</tr>
<tr>
<td height="27" bgcolor="#f1f1f1">
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="45" align="center"><A style="CURSOR: hand" onclick="javascript:ChkAll();"><IMG src="/include/CD/img/allchk.gif" border=0></A></td>
<td width="50" align="center"><strong>번호</strong></td>
<td align="center"><strong>곡명</strong></td>
<td width="35" align="center"><strong></strong></td>
<td width="45" align="center"><strong></strong></td>
<td width="45" align="center"><strong>듣기</strong></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" bgcolor="#e3e3e3"></td>
</tr>
for(i=0; i < chor.length; i++){
chor[i].checked = true;
}
select_listen();
}
function next_page(it) {
var next_page = createForm("next_page", "POST", "<?=$PHP_SELF?>", "");
next_page=addHidden(next_page, "s_page", it);
document.insertBefore(next_page);
next_page.submit();
}
</SCRIPT>
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#e3e3e3"></td>
</tr>
<tr>
<td height="27" bgcolor="#f1f1f1">
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="45" align="center"><A style="CURSOR: hand" onclick="javascript:ChkAll();"><IMG src="/include/CD/img/allchk.gif" border=0></A></td>
<td width="50" align="center"><strong>번호</strong></td>
<td align="center"><strong>곡명</strong></td>
<td width="35" align="center"><strong></strong></td>
<td width="45" align="center"><strong></strong></td>
<td width="45" align="center"><strong>듣기</strong></td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" bgcolor="#e3e3e3"></td>
</tr>
<?
if(!$_POST[s_page]){$s_page = $_POST[s_page];}
if(!$_POST[s_page]){$s_page = $_POST[s_page];}
$sql_main = "SELECT * FROM audio where file_name not like '%mms://tv.jesus-tv.net%' and subject != '0' and singer != '0'";
$sq_temp=mysql_query("$sql_main");
$total_all = mysql_num_rows($sq_temp);
$total_all = mysql_num_rows($sq_temp);
if ( !$s_page ){$s_page = 1;}
$page_view = 15;
$show_page_num = 10;
$start=($s_page-1)*$page_view;
$page_view = 15;
$show_page_num = 10;
$start=($s_page-1)*$page_view;
$sq1=mysql_query("$sql_main limit $start,$page_view");
$total = mysql_num_rows($sq1);
$start_count = $total_all - $start;
?>
<?
if (!$total) {
echo ("<TR height=20><TD align='center' STYLE='color:FF0000;'>해당 음반의 곡이 없습니다.</TD></TR>");
} else {
$total = mysql_num_rows($sq1);
$start_count = $total_all - $start;
?>
<?
if (!$total) {
echo ("<TR height=20><TD align='center' STYLE='color:FF0000;'>해당 음반의 곡이 없습니다.</TD></TR>");
} else {
// ################################ FOR ######################################
for ($i = 0; $i < $total; $i++) {
$s = mysql_fetch_array($sq1);
?>
for ($i = 0; $i < $total; $i++) {
$s = mysql_fetch_array($sq1);
?>
<tr>
<td height="27">
<table width="644" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="45" align="center"><input type="checkbox" name="no" value='<?=$s[no]?>'> </td>
<td width="50" align="center"><?=$start_count--?></td>
<td width="10"> </td>
<td><?$subject = mysql_fetch_array(mysql_query("SELECT * FROM subject where no = '".$s[subject]."'"));?>
<?=$subject[subject]?></td>
<td width="35" align="center"></td>
<td width="45" align="center"></td>
<td width="45" align="center"><a href="javascript:listen('<?=$s[no]?>')"><img src="/04/img/ic_listen.gif" width="17" height="15" border="0"></a></td>
</tr>
</table>
</td>
</tr>
이해가 안되가지구요 ;;;
audio 갔다가 갑자기 거기서 또 subject 갔다가 또 사이트에서 리스트 나온거보면
audio나 subject 에 있는 곡이 다 뜨지도 않더라구요;;;
db에는 천단윈데 사이트 에 뜨는건 400개 정도 어떤 방식인지 이해가 안가네요 ㅠㅠ
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5230 | 13년 전 | 3062 | ||
| 5229 | 13년 전 | 566 | ||
| 5228 | 13년 전 | 609 | ||
| 5227 | 13년 전 | 716 | ||
| 5226 | 13년 전 | 9170 | ||
| 5225 | 13년 전 | 2182 | ||
| 5224 | 13년 전 | 2595 | ||
| 5223 | 13년 전 | 2564 | ||
| 5222 | 13년 전 | 3129 | ||
| 5221 |
visualp
|
13년 전 | 716 | |
| 5220 |
|
13년 전 | 750 | |
| 5219 | 13년 전 | 4645 | ||
| 5218 |
|
13년 전 | 680 | |
| 5217 |
크라이스트
|
13년 전 | 1366 | |
| 5216 | 13년 전 | 1219 | ||
| 5215 | 13년 전 | 1239 | ||
| 5214 | 13년 전 | 1108 | ||
| 5213 | 13년 전 | 646 | ||
| 5212 | 13년 전 | 1337 | ||
| 5211 | 13년 전 | 732 | ||
| 5210 |
visualp
|
13년 전 | 1452 | |
| 5209 |
visualp
|
13년 전 | 1084 | |
| 5208 |
mammoth
|
13년 전 | 728 | |
| 5207 | 13년 전 | 2107 | ||
| 5206 | 13년 전 | 1074 | ||
| 5205 | 13년 전 | 691 | ||
| 5204 |
|
13년 전 | 2260 | |
| 5203 | 13년 전 | 1173 | ||
| 5202 | 13년 전 | 1193 | ||
| 5201 |
kastel
|
13년 전 | 1353 | |
| 5200 | 13년 전 | 1064 | ||
| 5199 | 13년 전 | 561 | ||
| 5198 | 13년 전 | 626 | ||
| 5197 | 13년 전 | 1563 | ||
| 5196 | 13년 전 | 775 | ||
| 5195 | 13년 전 | 1791 | ||
| 5194 | 13년 전 | 1293 | ||
| 5193 | 13년 전 | 606 | ||
| 5192 | 13년 전 | 4049 | ||
| 5191 | 13년 전 | 729 | ||
| 5190 |
|
13년 전 | 1850 | |
| 5189 | 13년 전 | 1169 | ||
| 5188 | 13년 전 | 1543 | ||
| 5187 |
믹스디자인
|
13년 전 | 804 | |
| 5186 |
|
13년 전 | 2382 | |
| 5185 | 13년 전 | 1427 | ||
| 5184 | 13년 전 | 887 | ||
| 5183 | 13년 전 | 1403 | ||
| 5182 | 13년 전 | 681 | ||
| 5181 | 13년 전 | 712 | ||
| 5180 |
프리온관리자
|
13년 전 | 715 | |
| 5179 | 13년 전 | 983 | ||
| 5178 | 13년 전 | 647 | ||
| 5177 | 13년 전 | 570 | ||
| 5176 | 13년 전 | 680 | ||
| 5175 | 13년 전 | 1397 | ||
| 5174 | 13년 전 | 850 | ||
| 5173 | 13년 전 | 591 | ||
| 5172 |
|
13년 전 | 562 | |
| 5171 | 13년 전 | 899 | ||
| 5170 |
KhanSu
|
13년 전 | 692 | |
| 5169 | 13년 전 | 2157 | ||
| 5168 | 13년 전 | 1487 | ||
| 5167 |
sir24
|
13년 전 | 679 | |
| 5166 | 13년 전 | 1741 | ||
| 5165 | 13년 전 | 727 | ||
| 5164 | 13년 전 | 1650 | ||
| 5163 |
|
13년 전 | 991 | |
| 5162 |
곰도리푸우
|
13년 전 | 4085 | |
| 5161 |
UltraUCC
|
13년 전 | 1224 | |
| 5160 |
|
13년 전 | 883 | |
| 5159 |
그런듯아닌듯
|
13년 전 | 544 | |
| 5158 |
|
13년 전 | 517 | |
| 5157 | 13년 전 | 1651 | ||
| 5156 | 13년 전 | 1152 | ||
| 5155 | 13년 전 | 2631 | ||
| 5154 | 13년 전 | 786 | ||
| 5153 | 13년 전 | 782 | ||
| 5152 |
|
13년 전 | 622 | |
| 5151 | 13년 전 | 826 | ||
| 5150 |
senseme
|
13년 전 | 549 | |
| 5149 |
워드앤코드
|
13년 전 | 1000 | |
| 5148 | 13년 전 | 693 | ||
| 5147 |
프로프리랜서
|
13년 전 | 902 | |
| 5146 | 13년 전 | 2392 | ||
| 5145 |
투코아미디어
|
13년 전 | 1490 | |
| 5144 |
there007
|
13년 전 | 1502 | |
| 5143 | 13년 전 | 1364 | ||
| 5142 | 13년 전 | 2085 | ||
| 5141 |
silky
|
13년 전 | 757 | |
| 5140 |
silky
|
13년 전 | 632 | |
| 5139 |
silky
|
13년 전 | 1971 | |
| 5138 |
silky
|
13년 전 | 568 | |
| 5137 |
silky
|
13년 전 | 591 | |
| 5136 |
silky
|
13년 전 | 878 | |
| 5135 |
silky
|
13년 전 | 614 | |
| 5134 |
silky
|
13년 전 | 467 | |
| 5133 |
|
13년 전 | 829 | |
| 5132 |
복이219
|
13년 전 | 970 | |
| 5131 |
바부바부팅이
|
13년 전 | 996 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기