NSIS统计后台访问服务器的脚本

;统计后台访问服务器的脚本
!AddIncludeDir .
!AddPluginDir .
!include "defines.nsh"
Name "Internet"
OutFile "Internet.exe"
ShowInstDetails show
XPStyle on
Page instfiles
Section "-boo"
DetailPrint "Executing plugin...."
/*
Internet::Ver ${VAR_0}
DetailPrint "Version: $0"
Internet::GetLocalHostIP ${VAR_1}
DetailPrint "My IP: $1"
Internet::GetLocalHostName ${VAR_2}
DetailPrint "My Host Name: $2"
*/;
Internet::GetUrlCode "htttp://www.yhxs3344.net" "" ${VAR_3}
DetailPrint "The URL returns: $3"
DetailPrint "Plugin done."
SectionEnd
© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容