.
img
注册时间:--
  • 纯文字版本
    开 关闭
  • 消息
  • 收藏
  • 退出
注意:文章中$$符号只有一个,因程序问题提交后变成了两个。

PHP获取访客IP地址来源代码

<?php
function getip($$num){
$$str=file_get_contents(‘http://iframe.ip138.com/ic.asp‘);
$$str=mb_convert_encoding($$str,“UTF-8“,“GBK“);
$$str=get_str($$str,“<center>“,‘</center>‘);
$$str=str_replace(‘[‘,‘‘,$$str);
$$str=str_replace(‘]‘,‘‘,$$str);
$$str=str_replace(‘来自‘,‘‘,$$str);
$$str=str_replace(‘ ‘,‘‘,$$str);
$$get=explode(“:“,$$str);
$$ip=$$get[1];
$$city=$$get[2];
if($$num==0){
return $$ip;
}else{
return $$city;
}
}
?>
good 19

发表评论

文明评论,重在参与

暂无评论!
雷军主讲北京车展发布会!SU7 04-24
互联网汽车是什么?有什么优势呢 04-20
从“中国制造”走向“中国智造” 04-20
中国接入互联网30周年,马化腾 04-20
中国互联网30周年发展座谈会在 04-20
用著作权法来保护软件是否真的有 07-28
杀毒软件:只在搞娱乐,从未杀过 07-28
小谈高通反垄断 07-28
印度将推出百元智能机 山寨厂商 07-28
高通垄断之痛:不是国产手机大而 07-28
一张图读懂阿里巴巴眼花缭乱资本 07-28
滴滴打车副总裁张晶离职 高层换 07-28
返回PHP教程-返回首页
AD