링크
http://hankookin.center/ (197) https://xn--9l4b4xi9r.xn--3e0bx5eku0am2irhf.xn--3e0b707e/%EB%B8%94%EB%A1%9C%EA%B7%B8/ (164)정해진 속도로 카운트 해주는 접속자 카운트 스킨입니다
pc와 mobile버전별로 압축해제하여 visit 폴더를 해당경로로 복사붙여넣기 하시면 됩니다
1 복사경로 -> */skin/visit/Countup.basic
2 index.php 추가 - > <?php echo visit('theme/normal.basic');?>
2 index.php 추가 - > <?php echo visit('theme/Countup.basic');?>
기본 JavaScript (jQuery 스크립트)로 간단하고 간편합니다
$(document).ready(function(){
$('.counter').each(function() {
var $this = $(this),
countTo = $this.attr('data-count');
$({ countNum: $this.text()}).animate({
countNum: countTo
},
{
duration: 3000, //지속시간
easing:'linear',
step: function() {
$this.text(Math.floor(this.countNum));
},
complete: function() {
$this.text(this.countNum);
}
});
});
});
* 변경사항 [] 숫자가 none 으로 출력됨
ㄴ visit.skin.php 14번째줄 코드수정 - 오후 5:36 2020-11-02
- 변경전 -
<dt><span></span> 오늘</dt>
<dd><strong><?php echo number_format($visit[1]) ?></strong></dd>
<dt><span></span> 어제</dt>
<dd><strong><?php echo number_format($visit[2]) ?></strong></dd>
<dt><span></span> 최대</dt>
<dd><strong><?php echo number_format($visit[3]) ?></strong></dd>
<dt><span></span> 전체</dt>
<dd><strong><?php echo number_format($visit[4]) ?></strong></dd>
- 변경후 [] 숫자가 정상적으로 출력됨
<dt><span></span> 오늘</dt> - 오후 5:36 2020-11-02
<dd><strong class="counter" data-count="<?php echo $visit[1] ?>">0</strong></dd>
<dt><span></span> 어제</dt>
<dd><strong class="counter" data-count="<?php echo $visit[2] ?>">0</strong></dd>
<dt><span></span> 최대</dt>
<dd><strong class="counter" data-count="<?php echo $visit[3] ?>">0</strong></dd>
<dt><span></span> 전체</dt>
<dd><strong class="counter" data-count="<?php echo $visit[4] ?>">0</strong></dd>
댓글 17개
제가 theme company 로 홈페이지 작업중인데
홈페이지하단 tall.php 오른쪽에 위 접속자 집계를 넣고 싶은데 정말 초보라 모르겠습니다,
고수님들 초보좀 도와 주십시요, ^^
위에서 설명한 내용으로는 제가 이해를 할 수가 없네요 ㅠㅠ
정말 죄송한데 어떤 소스를 어디에 어떻게 넣는지 자세히 좀 알려주실 수 없는지요,
[http://sir.kr/data/editor/2105/cc66a12cfbc1fdebd54ea89fc71df7ee_1620867803_5239.jpg]
게시글 목록
| 번호 | 제목 |
|---|---|
| 63027 | |
| 63014 | |
| 63008 | |
| 62999 |
최신글
상단 탑배너(최신)
5
|
| 62953 | |
| 62943 | |
| 62941 | |
| 62936 |
최신글
상단 탑배너(최신)
4
|
| 62908 | |
| 62907 | |
| 62892 | |
| 62879 |
게시판
롤오버스킨
10
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기