File: /www/wwwroot/wuk.travelzg.com/账号.txt
https://jiafen.twues.com/index.php/wuklb/login/index.html
https://jiafen.twues.com/index.php/kefuhoutai/Index/index.html
admin
admin.2024
记得改js.php和ip.php和ipip.php的数据库
ip.php 用来通知ip的地址
ipip.php用来同步点击的ip的地址的
<script>
function showline() {
window.open(strname , '_blank');
actiondata('按钮点击');//名称可以自定义修改,改中文就行
}
</script>
<script>
setTimeout(function() {
var script = document.createElement('script');
script.src = 'https://wuk.travelzg.com/ip.php';
document.head.appendChild(script);
}, 1000); // 1000 毫秒 = 1 秒
</script>