%@ LANGUAGE="VBSCRIPT" %> <%enablesessionstate=false%> <% ' This script asks for a user's username and password, and receives the user's client ID as a parameter. ' It then sets the user's client ID to the new ID ' response.ContentType="text/html" Response.charset = "UTF-8" ' Get the variables from the query string cdizzID=request.querystring("CDizzID") theSession=CLng(VOD(request.querystring("session"),0)) clientSerial=request.querystring("CID") clientVersion=VOD(request.querystring("Cver"),0) trackBack=request.querystring("TB") pluginType=request.querystring("pluginType") lang=UCase(VOD(request.querystring("lang"), "")) albumID=request.querystring("albumID") responsePageHeader "Login Form" If theSession=0 or clientSerial="" Then %>
Please enter your login information.
This will associate your account with your current CDizz Player software.