<% num = request("num") strPathInfo = request("name") img_fileinfo = right(strPathInfo,12) img_fileinfo = Left(img_fileinfo,8) strPathInfo = replace(strPathInfo, ";", "") strPathInfo = replace(strPathInfo, "&", "") 'response.write strPathInfo k = Right(Trim(strPathInfo),5) If (k = "1.htm" OR k = "2.htm" OR k = "3.htm" OR k = "4.htm" OR k = "5.htm" OR k = "6.htm" OR k = "7.htm" OR k = "8.htm" OR k = "9.htm" OR k = "0.htm") Then a = Right(strPathInfo, 12) b = Mid(a, 1, 8) strPhysicalPath = Server.MapPath(strPathInfo) set objFSO = Server.CreateObject("Scripting.FileSystemObject") set objFile = objFSO.GetFile(strPhysicalPath) set objFileTextStream = objFile.OpenAsTextStream(1, -2) strFileLine = objFileTextStream.ReadLine p = Mid(Trim(strPathInfo), 14, 6) sub_title = Mid(strFileLine,13,2) If sub_title = "Ã౸" Then strPhysicalPath2 = Server.MapPath("/news/template/article_soccer.htm") p = Mid(Trim(strPathInfo), 14, 6) catid = "sports" types = "sports" floating = "soccer" ElseIf sub_title = "¾ß±¸" Then If Mid(strFileLine,14,2) = "±¸/" Then strPhysicalPath2 = Server.MapPath("/news/template/article_baseball.htm") catid = "sports" types = "sports" floating = "baseball" sub_title = "MLB/NPB" Else strPhysicalPath2 = Server.MapPath("/news/template/article_baseball.htm") catid = "sports" types = "sports" floating = "baseball" floating2 = "b" End If p = Mid(Trim(strPathInfo), 14, 6) ElseIf sub_title = "½ºÆ÷" Then strPhysicalPath2 = Server.MapPath("/news/template/article_others.htm") p = Mid(Trim(strPathInfo), 14, 6) catid = "sports" types = "sports" floating = "sports" ElseIf sub_title = "Á¾ÇÕ" Then strPhysicalPath2 = Server.MapPath("/news/template/article_others.htm") p = Mid(Trim(strPathInfo), 14, 6) catid = "sports" types = "sports" floating = "sports" sub_title = "Á¾ÇÕ" ElseIf sub_title = "³ó±¸" Then strPhysicalPath2 = Server.MapPath("/news/template/article_others.htm") p = Mid(Trim(strPathInfo), 14, 6) catid = "sports" types = "sports" floating = "sports" ElseIf sub_title = "°ñÇÁ" Then strPhysicalPath2 = Server.MapPath("/news/template/article_others.htm") p = Mid(Trim(strPathInfo), 14, 6) catid = "sports" types = "sports" floating = "sports" ElseIf sub_title = "£Ô£Ö" Then strPhysicalPath2 = Server.MapPath("/news/template/article_tv.htm") p = Mid(Trim(strPathInfo), 21, 6) catid = "entertainment" types = "entertainment" floating = "enter" ElseIf sub_title = "TV" Then strPhysicalPath2 = Server.MapPath("/news/template/article_tv.htm") p = Mid(Trim(strPathInfo), 21, 6) catid = "entertainment" types = "entertainment" floating = "enter" ElseIf sub_title = "À½¾Ç" Then strPhysicalPath2 = Server.MapPath("/news/template/article_music.htm") p = Mid(Trim(strPathInfo), 21, 6) catid = "entertainment" types = "entertainment" floating = "enter" ElseIf sub_title = "¿µÈ­" Then strPhysicalPath2 = Server.MapPath("/news/template/article_movie.htm") p = Mid(Trim(strPathInfo), 21, 6) catid = "entertainment" types = "entertainment" floating = "enter" ElseIf sub_title = "¹®È­" Then strPhysicalPath2 = Server.MapPath("/news/template/article_culture.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "»ýÈ°" Then strPhysicalPath2 = Server.MapPath("/news/template/article_living.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "game" floating = "life" ElseIf sub_title = "°ÔÀÓ" Then strPhysicalPath2 = Server.MapPath("/news/template/article_game.htm") p = Mid(Trim(strPathInfo), 21, 6) catid = "it" types = "game" floating = "game" ElseIf sub_title = "´º½º" Then strPhysicalPath2 = Server.MapPath("/news/template/article_topic.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "¼¼°è" Then strPhysicalPath2 = Server.MapPath("/news/template/article_world.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "°æÁ¦" Then strPhysicalPath2 = Server.MapPath("/news/template/article_economic.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "Á¤Ä¡" Then strPhysicalPath2 = Server.MapPath("/news/template/article_politic.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "½ºÆä" Then strPhysicalPath2 = Server.MapPath("/news/template/article_special.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "·¹Àú" Then strPhysicalPath2 = Server.MapPath("/news/template/article_travel.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "°æ¸¶" Then strPhysicalPath2 = Server.MapPath("/news/template/article_race.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "Á¤º¸" Then strPhysicalPath2 = Server.MapPath("/news/template/article_it.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" ElseIf sub_title = "£É£Ô" Then strPhysicalPath2 = Server.MapPath("/news/template/article_it.htm") p = Mid(Trim(strPathInfo), 12, 6) catid = "life" types = "life" floating = "life" End If set objFSO2 = Server.CreateObject("Scripting.FileSystemObject") set objFile2 = objFSO2.GetFile(strPhysicalPath2) set objFileTextStream2 = objFile2.OpenAsTextStream(1, -2) if request("ut") = "" Then k=0 Do while k < 18 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop Do while k < 30 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop %> <% Do while k < 49 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop %>
<% Do while k < 61 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop If sub_title = "½ºÆä" Then sub_title = "½ºÆä¼È" End If 'Á¦¸ñ Ãß·Á³»±â... i = 0 Do while i < 1 strFileLine = objFileTextStream.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") 'strLine = replace(strLine, """, "'") if i = 0 Then response.Write strLine title = strLine title = replace(title,"", "") title = replace(title,"", "") title = replace(title,"
", "") title_encode = title End If i = i + 1 loop Do while k < 67 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop 'SNS ¿¬µ¿ ½ÃÀÛ Public Function URLEncodeUTF8(byVal szSource) Dim szChar, WideChar, nLength, i, result nLength = Len(szSource) For i = 1 To nLength szChar = Mid(szSource, i, 1) If Asc(szChar) < 0 Then WideChar = CLng(AscB(MidB(szChar, 2, 1))) * 256 + AscB(MidB(szChar, 1, 1)) If (WideChar And &HFF80) = 0 Then result = result & "%" & Hex(WideChar) ElseIf (WideChar And &HF000) = 0 Then result = result & _ "%" & Hex(CInt((WideChar And &HFFC0) / 64) Or &HC0) & _ "%" & Hex(WideChar And &H3F Or &H80) Else result = result & _ "%" & Hex(CInt((WideChar And &HF000) / 4096) Or &HE0) & _ "%" & Hex(CInt((WideChar And &HFFC0) / 64) And &H3F Or &H80) & _ "%" & Hex(WideChar And &H3F Or &H80) End If Else result = result + szChar End If Next URLEncodeUTF8 = result End Function title_encode = URLEncodeUTF8(title_encode) %> <% 'SNS ¿¬µ¿ ³¡ Do while k < 68 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop '½Ã°£ Ãß·Á³»±â... Do while i < 2 strFileLine = objFileTextStream.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") strLine = replace(strLine, "
", "") response.Write strLine i = i + 1 loop Do while k < 75 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop '³»¿ë Ãß·Á³»±â... If Mid(strPathInfo,7,1) = "s" Then ' sportsÀÏ °æ¿ì.... c = Mid(strPathInfo,1,37) ElseIf Mid(strPathInfo,7,1) = "e" Then c = Mid(strPathInfo,1,44) Else c = Mid(strPathInfo,1,35) End If flagtag = 0 ii = 0 Do while i < 10000 strFileLine = objFileTextStream.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,"

", "


") strLine = replace(strLine,img_fileinfo , "http://manhwa.sportschosun.com" & img_fileinfo) strLine = replace(strLine,b, c) ' Àý´ë¸µÅ©·Î ¹Ù²Ù±â... strLine = replace(strLine,">", ">") strLine = replace(strLine, """, chr(34)) strLine = replace(strLine, "‚ƒ", "¼¼") intwhere = InStr(strLine, "") if intwhere > 0 Then i = 9999 End If response.Write strLine i = i + 1 loop Do while k < 85 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop %>
¢Ñ ¾ÆÀÌÆù¿ë ¾îÇø®ÄÉÀÌ¼Ç '½ºÆ÷Ã÷Á¶¼± ÇÁ·Î³ó±¸ ½ÃÁð10-11' ´Ù¿î·Îµå
<% Do while k < 97 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop %> <% Do while k < 106 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop %> <% Do while k < 114 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop Do while k < 126 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop If Session("szo_id") = "" Then %> <% Else %> <% End If %> <% Do while k < 135 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop Do while k < 148 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop Do while k < 149 strFileLine = objFileTextStream2.ReadLine strLine = Server.HTMLEncode(strFileLine) strLine = replace(strLine,"&", "&") strLine = replace(strLine,"<", "<") strLine = replace(strLine,">", ">") strLine = replace(strLine, """, "'") response.Write strLine k = k + 1 loop Else End If End If %>