顶点网 > PHP网站统计、访客分析和跟踪系统 66Analytics v18.0.0
PHP网站统计、访客分析和跟踪系统 66Analytics v18.0.0


源码简介


66Analytics是一款网站统计和用户分析的PHP源码,轻松了解你的网站访问者流量记录和重播会话以分析用户行为。
源码已汉化有需要请点击购买
汉化及优化内容如下:
安装向导汉化 安装数据优化 安装后直接使用中文 无需导入数据等繁琐操作
修正时区、日期格式、G头像获取以及网站ico获取等10多项细节
默认集成扩展授权,可使用SAAS套餐、支付功能。
统计国家内容汉化 修正新用户默认时区问题
购买汉化赠送官方价值98美元插件两个Affiliate Plugin Offload Plugin
汉化为手动汉化,非机翻,不爱不要伤害?


演示地址




源码特色


简单的5分钟安装过程
易于理解和使用
现代而美观
过去30天的演变情况(请自行选择范围)
精准统计网页,国家,来源
简单和自定义目标跟踪
其他访问者详细信息,例如:设备,操作系统,浏览器
查看并获取所有访客的详细信息
会话重播,可以轻松地检查访问者的行为以及整个站点的旅程。
网页热图,了解您的用户单击的位置以及网站页面的空白区域。
您的数据,归您所有
多语言准备,通过编辑1个php文件,可以将整个平台翻译成任何语言。
团队系统,管理员可以直接从管理面板以自己的价格创建完美的计划功能。


更新日志


Update 18.0.0 - 6 December, 2022
Implemented unconfirmed users auto deletion feature, configurable via the admin panel.
Implemented user deletion email notification for admins.
Implemented Turnstile Cloudflare captcha system.
Implemented a better color picker for all color type inputs.
Implemented the ability to export to CSV, JSON, PDF the domains via the admin panel.
Implemented the ability to show/hide the plans section on the homepage.
Reworked URL redirection for better UX: When you access a page without being logged in, now you will be able to login and automatically be redirected to your initial requested page.
Reworked the admin panel language translation pages for better clarity and also performance.
Improved theme switcher: now the logo will automatically switch as well.
Improved performance of the whole script & cron job by not running queries to the database when not needed.
Now you can also upload Webp images in most image upload related forms.
Taxes set from the admin panel can now contain decimals.
The New Payments Webhook now sends the plan expiration date as well.
Updated session replays library to the latest version.
Reworked the Paddle implementation to work with the new API changes.
Reworked all the Yes/No form selectors to switches, for better UX (1 less mouse click).
Fixed blog post opengraph image not working properly.
Fixed blog category page bug.
Multiple other code cleanups, fixes and improvements.



下载地址&安装方法&官方Nginx伪静态规则:

[payhide-66analytics]


v17.000下载地址
https://pan.seeoss.com/s/y4Wty
https://www.mirrored.to/files/HTZZ8N3E/66analytics-17.0.0_0.zip_links
https://reishi.lanzouo.com/iZhy60i46nah

v18.0.0下载地址
https://www.mirrored.to/files/HO9QHTFK/66analytics-18.0.0_0.zip_links
https://pan.seeoss.com/s/RJ5TV
https://reishi.lanzouo.com/iWIJ20ik46wb

伪静态规则

if (!-e $request_filename){ rewrite ^/(.+)$ /index.php?altum=$1 last; }


附一个reishi根据htaccess文件转换的nginx规则,reishi没有nginx环境,大家测试后给个反应。
if (!-d $request_filename){
	set $rule_0 1$rule_0;
}
if (!-f $request_filename){
	set $rule_0 2$rule_0;
}
if (!-e $request_filename){
	set $rule_0 3$rule_0;
}
if ($rule_0 = "321"){
	rewrite ^/(.+)$ /index.php?altum=$1 last;
}
location /debug.log {
	deny all;
}
location ~ /.(gif|ico|jpg|jpeg|png|svg|webp)$ {
}
location ~ /.(js|css)$ {
}


安装方法
v18.0.0安装方法
-解压缩,上传到服务器。
-创建MySQL数据库。
-nginx用户配置伪静态规则。
-打开你的域名http://domain.com/install 进行安装。
-输入数据库信息。
-完成安装后后台默认登录用户名为admin,密码为admin,登录后自行修改。


如果喜欢这个源码请购买正版


[/payhide]
返回