首页 新闻 会员 周边

Idhttp如何模拟刷网站的流量,UV如何模拟?

0
悬赏园豆:50 [待解决问题]

 先贴上代码:
FHttp.Request.Accept:= '*/*';
FHttp.Request.UserAgent:= 'Mozilla/5.0 (Windows NT 6.1; WOW64)
AppleWebKit/537.36 '
+'(KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 SE
2.X MetaSr 1.0';
FHttp.Request.AcceptLanguage:= 'zh-CN';
FHttp.Request.AcceptEncoding:= 'gzip, deflate';
FHttp.Request.ContentType:= 'application/x-www-form-urlencoded';
FHttp.Request.Connection:= 'Keep-Alive';
FHttp.Request.AcceptCharSet:= 'gb2312,utf-8;q=0.7,*;q=0.7';
FHttp.Request.CustomHeaders.Add('X-Forwarded-For:'+ip);
FHttp.Request.Referer:= 'http://tool.36ym.com';
FHttp.HttpGet('http://tool.36ym.com');
FHttp.Request.Referer:= 'http://tool.36ym.com';
FHttp.HttpGet('http://tool.36ym.com/index-editplus.html');
mmo1.Lines.Add(FHttp.HttpHeader);
网站统计用的是CNZZ,查询请求的COOKIES时,发现没有cnzz的cookies,模拟了一个cnzz的cookies到请求头部里面,但是PV增加了,IP和PV都没有发生变化。
请教大神们,如何破?

Zex,的主页 Zex, | 初学一级 | 园豆:154
提问于:2014-11-25 13:52
< >
分享
所有回答(1)
0

能不能认真学习一下《WEB文艺工作会议精神》,

你知道啥是PV,

啥是IP,

啥叫UV吗?

---

 

知道还问,一边面壁去。

爱编程的大叔 | 园豆:30839 (高人七级) | 2014-11-25 15:06
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册