雅虎怎么样! Messenger 状态检测器有效吗?
yDetector.com 等服务如何区分隐形用户和离线用户?
How do services such as ydetector.com make the difference between invisible users and off-line users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它们都是聊天软件漏洞中的小技巧,它们通过比较不同的东西来找出隐形用户和离线用户之间的区别。
最好的方法是 relima 发布的代码的工作方式,但这是另一种方法,编写一个脚本来检查:
http://opi.yahoo.com/online?u=[username]
然后读取图像,离线和不可见的图像是相同的,但如果你在代码中读取它们,它们并不相同。
they're all little hacks in messenger bugs, they compare different things to find a difference between invisble and offline users.
the best way is the way the code relima posted works but here's another one, write a script to check:
http://opi.yahoo.com/online?u=[username]
then read the image, the image for offline and invisable are the same but they are not identical if you read them in code.
我在网上找到了这个 VB 脚本,它可能会帮助您了解如何完成此类检查:
I found this VB script online that might help you understand how such checking is done: