# Visitor-IP-Records **Repository Path**: ShiFengShuA/Visitor-IP-Records ## Basic Information - **Project Name**: Visitor-IP-Records - **Description**: “访客IP记录” 当有人访问网站时,会记录访客的当前IP,以及所在省份和城市与当前网络的运营商 (带有详细IP信息的版本处于Formal正式版中) - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: http://www.sfsa.xin/ip.txt - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-12 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: IP, PHP ## README # Visitor-IP-Records 访客IP记录正式版1.0.1 已发布 释放 Github释放下载:https://github.com/ShiFengShuA/Visitor-IP-Records/releases/download/Formal/Visitor-IP-Records-Formal1.0.1.zip gitee释放下载:https://github.com/ShiFengShuA/Visitor-IP-Records/releases/download/Formal/Visitor-IP-Records-Formal1.0.1.zip 分界线—————————————————————— 注意! 用于IP解析的API接口均来源于中国!不能确保国外服务器有效!如IP无法解析 请自行更换API接口! 分界线—————————————————————— 如需更改API,请进入IP-Ldentification文件夹中,打开Ldentification.php文件 $url = 'https://www.inte.net/tool/ip/api.ashx?ip='.$ip.'&datatype=json'; 然后将这行代码中的 “https://www.inte.net/tool/ip/api.ashx?ip=” API请求地址改为自己要换成的API请求地址