• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

felladrin/online-visitors-counter: Real-time online visitors counter using Ajax, ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

felladrin/online-visitors-counter

开源软件地址:

https://github.com/felladrin/online-visitors-counter

开源编程语言:

JavaScript 49.9%

开源软件介绍:

Online Visitors Counter

License

Real-time online visitors counter using Ajax, PHP PDO and SQLite.

It adds a discrete link (auto-refreshed every 15 seconds) with the number of current users on the website.

If the link is clicked, a list of pages currently been visited appears, along with the number of visitors in each page.

Requirements

  • PHP5 (or later) with PDO SQLite extension
  • SQLite
  • Write permission on the folder 'ovc' so php can create and use the sqlite database

If you're not using a webhosting panel, like cPanel or VestaCP, please, install the above requirements manually on your OS.

Usage

Download and unzip this package.

Then upload the folder ovc to your website (anywhere).

Now you just need to call it:

<script src="path/to/ovc/counter.js"></script>

Example

The index.html of this package is the best example you can find. You'll understand when you run it. (Remember it needs to be run on a PHP server).

But here is another quick example: Let's say your website is http://example.com and you've uploaded the ovc folder to the root directory, you would call the script like this:

<script src="http://example.com/ovc/counter.js"></script>

Customizing

On the config.php file, you'll find a lot of customizable parameters. Easy to set, as you can see on the following example.

If you want the link to show "X Online", you'd set:

$visitorSingular = "Online";
$visitorPlural = "Online";
$linkFormat = '%1$d %2$s';

And the result would be:




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
lastromanticx/js-ajax-callbacks-readme-wdf-000发布时间:2022-03-31
下一篇:
Sponsor @andris9 on GitHub Sponsors · GitHub发布时间:2022-03-31
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap