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

밑에 소스를 봐도 잘 모르겠는데요..
 
대기시간이 하루라고 되어있는데 이거를 그냥 나오게 하거나
 
시간조정을 하려면 어디를 수정해야하죠?
 
<?
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년 전 조회 992
19년 전 조회 1,152
19년 전 조회 3,953
19년 전 조회 1,568
19년 전 조회 1,554
19년 전 조회 1,306
19년 전 조회 1,495
해리가 샐리...
19년 전 조회 1,455
해리가 샐리...
19년 전 조회 1,731
19년 전 조회 1,371
19년 전 조회 1,516
19년 전 조회 1,773
19년 전 조회 1,540
19년 전 조회 1,729
휘중
19년 전 조회 1,002
휘중
19년 전 조회 1,332
19년 전 조회 1,181
19년 전 조회 1,117
19년 전 조회 1,536
19년 전 조회 1,233