<% if not(mobileCheck) then response.redirect "pclogin/" end if site = Request.ServerVariables("HTTP_HOST") '(게임종류,무료/일반,채널명,접속서버,포트,세션/일반) '게임종류-1:바둑이... '세선/일반- 0:일반,1:세션서버 sql = "select * from siteinfo where domain like '%"& replace(site,"www.","") &"%'" set rs = db.execute(sql) if not(rs.eof) then session("S_siteid") = rs("siteid") end if if session("S_siteid") <> "" then if ck_user_id = "" then response.redirect "sin_index/" end if end if %> <% IF instr(site,"p.5live88.com") or instr(site,"p.5live77.com") or instr(site,"p.5live99.com") THEN %> <% response.redirect "index_poker.html"%> <% END IF %> <% IF instr(site,"g.5live88.com") or instr(site,"g.5live77.com") or instr(site,"g.5live99.com") THEN %> <% response.redirect "index_gostop.html"%> <% END IF %> <% IF instr(site,"b.5live88.com") or instr(site,"b.5live77.com") or instr(site,"b.5live99.com") THEN %> <% response.redirect "index_baduki.html"%> <% END IF %> 몰디브
<% if session("S_siteid") <> "" then if ck_user_id <> "" then %> <% end if end if %>