皮皮网

【全名发卡平台源码】【自动刷文章源码】【spring底层源码详解】投票 系统源码

来源:多多签到源码 时间:2024-12-24 10:48:14

1.ͶƱ ϵͳԴ?投票?

投票 系统源码

ͶƱ ϵͳԴ??

       <%

       function getIP()

        getIP = Request.ServerVariables("HTTP_X_FORWARDED_FOR")

        If getIP = "" Then getIP = Request.ServerVariables("REMOTE_ADDR")

       end function

       if Request.Cookies("mycookie")("userip")<>"" then

        Response.Write "<script>alert('一个IP地址只能投一次票,谢谢您的系统全名发卡平台源码参与!');history.go(-1);</script>"

        response.End()

       else

        Response.Cookies("mycookie")("userip")=getIP()

        Response.Cookies("mycookie").Expires=date+

       end if

       %>

       把以上代码放在你投票页的源码自动刷文章源码前面就行了