欢迎来到皮皮网网首页

【dpdk源码查询】【php 实时通讯源码】【指定查看内容源码】投票 系统源码

来源:无惧恐惧源码 时间:2024-11-24 21:41:28

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地址只能投一次票,谢谢您的系统dpdk源码查询参与!');history.go(-1);</script>"

        response.End()

       else

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

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

       end if

       %>

       把以上代码放在你投票页的源码php 实时通讯源码前面就行了