【混沌论文源码】【体态小程序源码】【php公司发卡源码】投票 系统源码

时间:2024-12-26 03:03:40 分类:cloud服务源码分析 来源:计票器源码

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

       %>

       把以上代码放在你投票页的源码体态小程序源码前面就行了