%
APPID = Request("APPID")
DT = Request("DT")
UH = Request("UH")
TS = Request("TS")
SIG = Request("SIG")
SelGame = Request("GAME")
If DT = "Test" Then
Response.Cookies("authGid") = ""
Response.Cookies("authGpwd") = ""
Response.Cookies("authGame") = ""
Response.Cookies("authToken") = ""
Response.Cookies("authGid").Expires = now()-1
Response.Cookies("authGpwd").Expires = now()-1
Response.Cookies("authGame").Expires = now()-1
Response.Cookies("authToken").Expires = now()-1
RauthGid = "1"
RauthGpwd = "1"
RauthGame = "1"
RauthToken = "1"
CheckToken = MD5(RauthGid & "^" & RauthGpwd & "^" & RauthGame & "^GameFlier")
Else
RauthGid = Request.Cookies("authGid")
RauthGpwd = Request.Cookies("authGpwd")
RauthGame = Request.Cookies("authGame")
RauthToken = Request.Cookies("authToken")
CheckToken = MD5(RauthGid & "^" & RauthGpwd & "^" & RauthGame & "^GameFlier")
End if
'RauthGid = Request.Cookies("authGid")
'RauthGpwd = Request.Cookies("authGpwd")
'RauthGame = Request.Cookies("authGame")
'RauthToken = Request.Cookies("authToken")
'CheckToken = MD5(RauthGid & "^" & RauthGpwd & "^" & RauthGame & "^GameFlier")
'response.write(RauthGid) & "
"
'response.write(RauthGpwd) & "
"
'response.write(RauthGame) & "
"
'response.write(RauthToken) & "
"
'response.write(LCase(CheckToken)) & "
"
'response.end()
'Response.Cookies("authGid") = ""
'Response.Cookies("authGpwd") = ""
'Response.Cookies("authGame") = ""
'Response.Cookies("authToken") = ""
'Response.Cookies("authGid").Expires = now()-1
'Response.Cookies("authGpwd").Expires = now()-1
'Response.Cookies("authGame").Expires = now()-1
'Response.Cookies("authToken").Expires = now()-1
'Response.write "
err:" & err & err.description
'Response.write "
IP:" & IP
'Response.write "
APPID:" & APPID
'Response.write "
DT:" & DT
'Response.write "
UH:" & UH
'Response.write "
TS:" & TS
'Response.write "
SIG:" & SIG
'Response.end()
%>