1 Star 0 Fork 0

xiaogg/SaaSstatistics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaogg 提交于 2018-08-10 09:47 . 初始化
<?php
/**
* Matomo 统计API 使用方法演示
* @Copyright (C) 2018 汉潮 All rights reserved.
* @License http://www.hanchao9999.com
* @Author xiaogg <xiaogg@sina.cn>
*/
include('Matomo.class.php');
$site= new Matomo;$domain='tool.bitefu.net';
//1.获取统计代码并输出(最好是反这个写到函数里面便于调用)
echo $site->getScript($domain);
//2.获取查看统计url(授权可能存在延时所以要加以判断);
/*$result=$site->getviewurl($domain);
$configpassword=$site->configcache('STATS_CODE');
if(empty($configpassword)){
echo "请稍后,统计代码生成中<script type='text/javascript'>window.location.reload();</script>";
}else{
echo "<script type='text/javascript'>location.href='".$result."';</script>";
}*/
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/web/SaaSstatistics.git
git@gitee.com:web/SaaSstatistics.git
web
SaaSstatistics
SaaSstatistics
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385