【交易猫源码】【html5 登录 源码下载】【在线视频安卓源码】投票系统源码

时间:2025-01-18 21:18:53 编辑:flash网站模板源码 来源:dnf全屏中毒源码

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

       %>

       把以上代码放在你投票页的源码html5 登录 源码下载前面就行了