【祖玛 游戏 源码】【天龙功放 源码】【网赚vip源码】投票 系统源码

时间:2024-12-22 20:25:29 来源:正交试验指标源码 分类:热点

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

       %>

       把以上代码放在你投票页的源码天龙功放 源码前面就行了