포인트 광고스킨에서 대기시간 없애는방법

밑에 소스를 봐도 잘 모르겠는데요..
 
대기시간이 하루라고 되어있는데 이거를 그냥 나오게 하거나
 
시간조정을 하려면 어디를 수정해야하죠?
 
<?
tmp_table = "cm_line_ad";
$sql = " select wr_id, wr_subject, wr_1 from {$g4[write_prefix]}{$tmp_table}
          where wr_is_comment = '0'
            and substring(wr_datetime,1,10) = date_sub(curdate(), interval 1 day) ";
$sql .= " order by rand() limit 1 ";
$row = sql_fetch($sql);
if ($row[wr_id])
{
    $href = "$g4[bbs_path]/link.php?bo_table={$tmp_table}&wr_id={$row[wr_id]}&no=1";
    echo "<a href='$href' target=_blank><b><font color='$row[wr_1]'><span id='line_ad'>".conv_subject($row[wr_subject],40,"")."</span></font></b></a>";
    echo "
    <script language='JavaScript'>
    function Blink(visible)
    {
        if (visible == 1)
        {
            document.getElementById('line_ad').style.textDecoration = 'underline';
            setTimeout('Blink(0)', 2000);
        }
        else
        {
            document.getElementById('line_ad').style.textDecoration = 'none';
            setTimeout('Blink(1)', 500);
        }
    }
    Blink(1);
    </script>";

    // View
    sql_query(" update {$g4[write_prefix]}{$tmp_table} set wr_2 = wr_2 + 1 where wr_id = '$row[wr_id]' ");
}
else
{
    $href = "$g4[bbs_path]/board.php?bo_table={$tmp_table}";
    echo "<a href='$href'><font color=crimson><b>보유하신 포인트로 무료 광고하세요 ^___^</b></font></a>";
}

echo "<span class=small><a href='{$g4[bbs_path]}/board.php?bo_table=cm_line_ad'> <font color=silver>포인트광고</font></a></span>";
?>
|

댓글 1개

$sql = " select wr_id, wr_subject, wr_1 from {$g4[write_prefix]}{$tmp_table}
where wr_is_comment = '0'
and substring(wr_datetime,1,10) = date_sub(curdate(), interval 1 day) ";
를 다름 처럼
$sql = " select wr_id, wr_subject, wr_1 from {$g4[write_prefix]}{$tmp_table}
where wr_is_comment = '0' ";
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
19년 전 조회 974
19년 전 조회 1,133
19년 전 조회 3,929
19년 전 조회 1,546
19년 전 조회 1,530
19년 전 조회 1,285
19년 전 조회 1,468
해리가 샐리...
19년 전 조회 1,430
해리가 샐리...
19년 전 조회 1,710
19년 전 조회 1,347
19년 전 조회 1,494
19년 전 조회 1,756
19년 전 조회 1,521
19년 전 조회 1,707
휘중
19년 전 조회 978
휘중
19년 전 조회 1,315
19년 전 조회 1,155
19년 전 조회 1,103
19년 전 조회 1,509
19년 전 조회 1,214
🐛 버그신고