Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > ASP > ASP Forum > แบบนี้มัน error ที่อะไรครับ ควรแก้ไขอย่างไร ครับ ASP..The @CODEPAGE value specified differs from that of the including file's CODEPAGE or the file's saved format.



 

แบบนี้มัน error ที่อะไรครับ ควรแก้ไขอย่างไร ครับ ASP..The @CODEPAGE value specified differs from that of the including file's CODEPAGE or the file's saved format.

 



Topic : 068520



โพสกระทู้ ( 3,748 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook



Active Server Pages error 'ASP 0245'

Mixed usage of Code Page values

/backend/frame/index.asp, line 1

The @CODEPAGE value specified differs from that of the including file's CODEPAGE or the file's saved format.


มันใช้แจ้ง encode ผิดหรือป่าวครับ แต่ลองแก้แล้วก็ไม่หายนะครับ ขอบคุณครับ



Tag : ASP, MySQL, Ms SQL Server 2005, Ms SQL Server 2008, Web (ASP.NET)







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-10-28 08:33:24 By : Dragons_first View : 2223 Reply : 5
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

ขอดูไฟล์ซะ 5 บรรทัดครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-28 08:41:40 By : webmaster
 


 

No. 2



โพสกระทู้ ( 3,748 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

ขอบคุณพี่วินมากนะครับ คือตอนนี้ผมแก้ได้แล้วนะครับ คืออัพงานเดิมเข้าไปใหม่โดยลบไฟล์เก่าทิ้ง แต่อยากให้พี่วินและพี่ๆทุกคนในนี้ดูให้หน่อยนะครับ ว่า ผมโดน "สแปม" หรือโดน "ไวรัส" หรือ โดน "แฮ็ก" กันแน่ครับ เพราะว่าไฟล์ที่ผมทำไว้มันไม่มีภาษาจีน หรือภาษาแปลกๆอยู่เลย แต่เนี่ยผมแปะไว้ให้ดูว่าโดนอะไรครับ(มันมีภาษาแปลกๆที่ผมไม่ได้เขียนไว้โผล่มาด้วย) ผมจะได้ป้องกันถูก

หน้าที่โดนนี้จะเป็นหลังร้านของระบบอ่ะครับ ส่วนหน้าร้านไม่โดน แปลกจริงแฮะ


อันนี้ หน้า index.asp ที่จะ redirec ไปที่ frame/index.asp นะครับ

<%@ LANGUAGE="VBScript.Encode" CodePage=874%>
<html><head><title>Back-End Murazaki.com</title></head>





<%
uid=trim(request("uid"))
pwd=trim(request("pwd"))


If IsEmpty(Session("Buid")) Then   Session("Buid") = ""   
If IsEmpty(Session("Bpwd")) Then   Session("Bpwd") = ""

if uid = "" then  uid = Session("Buid")
if pwd = "" then  pwd = Session("Bpwd")

if uid = "" or pwd = "" then%>
<body bgcolor="FFFFFF">

<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr><td align="center">
	<table width="400" cellpadding="3" cellspacing="5">
	  <tr><td  colspan="2"><hr color="#FF0000" noshade></td></tr>
	  <tr><td align="center" valign="middle"><h1 style="COLOR:#FF0000; FONT: 13pt/15pt verdana">You are not authorized to view this page</h1></td></tr>
	  <tr><td colspan="2"><font style="COLOR:#FF0000; FONT: 8pt/11pt verdana">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You do not have permission to view this directory or page using the credentials you supplied.</id></font></td></tr>
	  <tr> <td  colspan="2"><hr color="#FF0000" noshade ></td></tr> 
	</table>

</td></tr>
</table>
</body>
</html>

<%else
Session("Buid") = ""   
Session("Bpwd") = ""
%>

<frameset  frameborder="no" border="0" framespacing="0">
	<frame name="murazakibackend" src= "frame/index.asp?txtuid=<%=uid%>&txtpwd=<%=pwd%>" scrolling="no" noresize="yes"   ></frame>
</frameset>

<%end if%>




ส่วนอันนี้ที่อยุ่ในโฟลเดอร์เฟรม ชื่อไฟล์ index.asp เป็นการดึง ifrem ของไฟล์ต่างมาโชว์ครับ (ทำไว้แบบนี้)

<%@ LANGUAGE="VBScript.Encode" CodePage=874%>



<html><head><title>Back-End Murazaki.com</title>
<META http-equiv=Content-Language content=th>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
</head>
<link rel=stylesheet href="../../include/backend.css" type="text/css">


<script language="vbScript">
	private sub txtuid_onchange
		document.frm.txtuid.value = lcase(document.frm.txtuid.value)
	end sub
</script>



<!--#include file ="../../include/conndb.asp"-->
<%

Session("condatefrom") = ""
Session("postdatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""





showmenuid=request("menuid")
if showmenuid = "" then
	If IsEmpty(Session("showmenuid")) Then showmenuid= "1" else showmenuid=Session("showmenuid")
end if
if showmenuid = "" then showmenuid="1"
Session("showmenuid")=showmenuid

uid=request("txtuid")
pwd=request("txtpwd")
str = request("str")

If request("logout") = "logout" Then  Session("logout")  ="" : Session("Buid") = ""     : Session("showmenuid")=""

If IsEmpty(Session("Buid")) Then   Session("Buid") = ""   : Session("showmenuid")=""

if uid <> "" then
		Set rs=Server.CreateObject("ADODB.Recordset")
		SQL = "SELECT sys1001 , sys1004 , sys1005 , sys1006  from sys1000 where sys1002 ='" & uid & "' and sys1003 = '" & pwd & "'"
		rs.Open Sql , Conn , 1 , 3
		if rs.recordcount <>0 then
			Session("Struid") = uid
			Session("Buid") =rs.fields(0)
		else
			Session("Buid") = ""  
			str="Login failed , missing login name or password."
		end if
		set rs = nothing
end if

Buid=Session("Buid") 

if Buid = "" then 
Session("uadd")="1"
Session("uedit")="1"
Session("udel")="1"
%>
<body  bgproperties="fixed"   leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload='document.frm.txtuid.focus()'>
<table  width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form method="post"  action="index.asp" name="frm"    autocomplete=off>
<tr><td align="center">
	<table width="250"   border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr height="80">
			<td background="../../asset/images/login.jpg" valign="top">
	<table border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr height="51"><td width="115"></td><td ></td></tr>
		<tr height="15"><td></td><td><INPUT TYPE="text" NAME="txtuid" class="ntxt150"></td></tr>
		<tr height="19"><td></td><td></td></tr>
		<tr height="15"><td></td><td><INPUT TYPE="password" NAME="txtpwd" class="ntxt150"></td></tr>
		<tr height="19"><td colspan="2" align="right" class="rem"><%=str%></td></tr>
		<tr><td></td><td align="right"><INPUT TYPE="image" class="btlogin" src="../../asset/images/btlogin.jpg"></td></tr>
	</table>
</td></tr>
</form>
</table>

<%else%>

<body  bgproperties="fixed" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<tr height="120"><td><!--#include file ="header.asp"--></td></tr>


<%

show =""
Set rs = Server.CreateObject ("ADODB.Recordset")
sql = "select sys4002,sys4003,sys4001 from sys4000 where sys4001 = " & showmenuid 
rs.Open Sql , Conn , 1 , 3
if rs.recordcount <> 0 then
	if isnull(rs.fields(0))=false then menuname=rs.fields(0) else menuname=""
	if isnull(rs.fields(1))=false then menulink=rs.fields(1) else menulink=""
	if isnull(rs.fields(2))=false then menuid=rs.fields(2) else menuid="0"

	show =  "../"  & menulink & "/" & menulink & ".asp"

end if
set rs = nothing



%>
<!--#include file ="permission.asp"-->
<%
if show = "" then show="main.asp" else show = show & "?uadd=" & uadd & "&uedit=" & uedit & "&udel=" & udel

%>

<tr><td align="center" valign="bottom">
	<table bgcolor="#000000" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr><td><iframe src="<%=show%>" name="murazakibackend_main" width="100%" height="100%" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto"></iframe></td></tr>
	</table>
</td></tr>

</table>
<%end if%>
<script language="javascript" type="text/javascript">
document.write("<div style='display:none;'>");
</script><div style="margin-left:-7456px">
<a href='http://www.idvd.co/' title='人気 DVD' target='_blank'>人気 DVD</a>
<a href='http://www.idvd.co/' title='通販 DVD' target='_blank'>通販 DVD</a>
<a href='http://www.idvd.co/' title='DVD SHOP' target='_blank'>DVD SHOP</a>
<a href='http://www.idvd.co/tag/list/' title='DVD SHOP Tag' target='_blank'>DVD SHOP Tag</a>
<a href='http://www.idvd.co/nihondrama-1.html' title='日本ドラマ DVD' target='_blank'>日本ドラマ DVD</a>
<a href='http://www.idvd.co/nihonanime-1.html' title='日本アニメ DVD' target='_blank'>日本アニメ DVD</a>
<a href='http://www.idvd.co/kangoukudrama-1.html' title='韓国ドラマ DVD' target='_blank'>韓国ドラマ DVD</a>
<a href='http://www.idvd.co/kaigaidrama-1.html' title='海外ドラマ DVD' target='_blank'>海外ドラマ DVD</a>
<a href='http://www.idvd.co/eigakan-1.html' title='映画 DVD' target='_blank'>映画 DVD</a>
<a href='http://www.idvd.co/bunka-1.html' title='文化芸術 DVD' target='_blank'>文化芸術 DVD</a>
<a href='http://www.idvd.co/owarai-1.html' title='お笑い系 DVD' target='_blank'>お笑い系 DVD</a>
<a href='http://www.idvd.co/fitness-1.html' title='フィットネス DVD' target='_blank'>フィットネス DVD</a>
<a href='http://www.idvd.co/livedvd.html' title='LIVE DVD' target='_blank'>LIVE DVD</a>
<a href='http://www.idvd.co/others-2.html' title='ほかの商品 DVD' target='_blank'>ほかの商品 DVD</a>
<a href='http://miyazakihayaodouga.com/' title='宮崎駿 動画' target='_blank'>宮崎駿 動画</a>
<a href='http://miyazakihayaodouga.com/%e5%ae%ae%e5%b4%8e%e9%a7%bfdvd/' title='宫崎骏 DVD' target='_blank'>宫崎骏 DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%83%94%e3%82%a2%e3%83%8e%e3%81%ae%e6%a3%ae-2007/' title='ピアノの森 DVD' target='_blank'>ピアノの森 DVD</a>
<a href='http://miyazakihayaodouga.com/%e5%b4%96%e3%81%ae%e4%b8%8a%e3%81%ae%e3%83%9d%e3%83%8b%e3%83%a7%ef%bc%882008%ef%bc%89/' title='崖の上のポニョ DVD' target='_blank'>崖の上のポニョ DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%83%8f%e3%82%a6%e3%83%ab%e3%81%ae%e5%8b%95%e3%81%8f%e5%9f%8e%ef%bc%882004%ef%bc%89/' title='ハウルの動く城 DVD' target='_blank'>ハウルの動く城 DVD</a>
<a href='http://miyazakihayaodouga.com/%e7%8c%ab%e3%81%ae%e6%81%a9%e8%bf%94%e3%81%97%ef%bc%882002%ef%bc%89/' title='猫の恩返し DVD' target='_blank'>猫の恩返し DVD</a>
<a href='http://miyazakihayaodouga.com/%e5%8d%83%e3%81%a8%e5%8d%83%e5%b0%8b%e3%81%ae%e7%a5%9e%e9%9a%a0%e3%81%97%ef%bc%882001%ef%bc%89/' title='千と千尋の神隠し DVD' target='_blank'>千と千尋の神隠し DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%82%82%e3%81%ae%e3%81%ae%e3%81%91%e5%a7%ab%ef%bc%881997%ef%bc%89/' title='もののけ姫 DVD' target='_blank'>もののけ姫 DVD</a>
<a href='http://miyazakihayaodouga.com/%e8%80%b3%e3%82%92%e3%81%99%e3%81%be%e3%81%9b%e3%81%b0%ef%bc%881995%ef%bc%89/' title='耳をすませば DVD' target='_blank'>耳をすませば DVD</a>
<a href='http://miyazakihayaodouga.com/%e7%b4%85%e3%81%ae%e8%b1%9a%ef%bc%881992%ef%bc%89/' title='紅の豚 DVD' target='_blank'>紅の豚 DVD</a>
<a href='http://miyazakihayaodouga.com/%e9%ad%94%e5%a5%b3%e3%81%ae%e5%ae%85%e6%80%a5%e4%be%bf%ef%bc%881989%ef%bc%89/' title='魔女の宅急便 DVD' target='_blank'>魔女の宅急便 DVD</a>
<a href='http://miyazakihayaodouga.com/%e7%81%ab%e5%9e%82%e3%82%8b%e3%81%ae%e5%a2%93%e4%b8%80%e8%a6%a7%ef%bc%881988%ef%bc%89/' title='火垂るの墓 DVD' target='_blank'>火垂るの墓 DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%81%a8%e3%81%aa%e3%82%8a%e3%81%ae%e3%83%88%e3%83%88%e3%83%ad%ef%bc%881988%ef%bc%89/' title='となりのトトロ DVD' target='_blank'>となりのトトロ DVD</a>
<a href='http://miyazakihayaodouga.com/%e5%a4%a9%e7%a9%ba%e3%81%ae%e5%9f%8e%e3%83%a9%e3%83%94%e3%83%a5%e3%82%bf%ef%bc%881986%ef%bc%89/' title='天空の城ラピュタ DVD' target='_blank'>天空の城ラピュタ DVD</a>
<a href='http://miyazakihayaodouga.com/%e9%a2%a8%e3%81%ae%e8%b0%b7%e3%81%ae%e3%83%8a%e3%82%a6%e3%82%b7%e3%82%ab%ef%bc%881984%ef%bc%89/' title='風の谷のナウシカ DVD' target='_blank'>風の谷のナウシカ DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%83%ab%e3%83%91%e3%83%b3%e4%b8%89%e4%b8%96-%e3%82%ab%e3%83%aa%e3%82%aa%e3%82%b9%e3%83%88%e3%83%ad%e3%81%ae%e5%9f%8e%ef%bc%881979%ef%bc%89/' title='ルパン三世 カリオストロの城 DVD' target='_blank'>ルパン三世 カリオストロの城 DVD</a>
<a href='http://miyazakihayaodouga.com/%e5%a4%aa%e9%99%bd%e3%81%ae%e7%8e%8b%e5%ad%90-%e3%83%9b%e3%83%ab%e3%82%b9%e3%81%ae%e5%a4%a7%e5%86%92%e9%99%ba1968/' title='太陽の王子 ホルスの大冒険 DVD' target='_blank'>太陽の王子 ホルスの大冒険 DVD</a>
<a href='http://miyazakihayaodouga.com/%e3%83%94%e3%82%a2%e3%83%8e%e3%81%ae%e6%a3%ae-2007/' title='ピアノの森 動画' target='_blank'>ピアノの森 動画</a>
<a href='http://miyazakihayaodouga.com/%e5%b4%96%e3%81%ae%e4%b8%8a%e3%81%ae%e3%83%9d%e3%83%8b%e3%83%a7%ef%bc%882008%ef%bc%89/' title='崖の上のポニョ 動画' target='_blank'>崖の上のポニョ 動画</a>
<a href='http://miyazakihayaodouga.com/%e3%83%8f%e3%82%a6%e3%83%ab%e3%81%ae%e5%8b%95%e3%81%8f%e5%9f%8e%ef%bc%882004%ef%bc%89/' title='ハウルの動く城 動画' target='_blank'>ハウルの動く城 動画</a>
<a href='http://miyazakihayaodouga.com/%e7%8c%ab%e3%81%ae%e6%81%a9%e8%bf%94%e3%81%97%ef%bc%882002%ef%bc%89/' title='猫の恩返し 動画' target='_blank'>猫の恩返し 動画</a>
<a href='http://miyazakihayaodouga.com/%e5%8d%83%e3%81%a8%e5%8d%83%e5%b0%8b%e3%81%ae%e7%a5%9e%e9%9a%a0%e3%81%97%ef%bc%882001%ef%bc%89/' title='千と千尋の神隠し 動画' target='_blank'>千と千尋の神隠し 動画</a>
<a href='http://miyazakihayaodouga.com/%e3%82%82%e3%81%ae%e3%81%ae%e3%81%91%e5%a7%ab%ef%bc%881997%ef%bc%89/' title='もののけ姫 動画' target='_blank'>もののけ姫 動画</a>
<a href='http://miyazakihayaodouga.com/%e8%80%b3%e3%82%92%e3%81%99%e3%81%be%e3%81%9b%e3%81%b0%ef%bc%881995%ef%bc%89/' title='耳をすませば 動画' target='_blank'>耳をすませば 動画</a>
<a href='http://miyazakihayaodouga.com/%e7%b4%85%e3%81%ae%e8%b1%9a%ef%bc%881992%ef%bc%89/' title='紅の豚 動画' target='_blank'>紅の豚 動画</a>
<a href='http://miyazakihayaodouga.com/%e9%ad%94%e5%a5%b3%e3%81%ae%e5%ae%85%e6%80%a5%e4%be%bf%ef%bc%881989%ef%bc%89/' title='魔女の宅急便 動画' target='_blank'>魔女の宅急便 動画</a>
<a href='http://miyazakihayaodouga.com/%e7%81%ab%e5%9e%82%e3%82%8b%e3%81%ae%e5%a2%93%e4%b8%80%e8%a6%a7%ef%bc%881988%ef%bc%89/' title='火垂るの墓 動画' target='_blank'>火垂るの墓 動画</a>
<a href='http://miyazakihayaodouga.com/%e3%81%a8%e3%81%aa%e3%82%8a%e3%81%ae%e3%83%88%e3%83%88%e3%83%ad%ef%bc%881988%ef%bc%89/' title='となりのトトロ 動画' target='_blank'>となりのトトロ 動画</a>
<a href='http://miyazakihayaodouga.com/%e5%a4%a9%e7%a9%ba%e3%81%ae%e5%9f%8e%e3%83%a9%e3%83%94%e3%83%a5%e3%82%bf%ef%bc%881986%ef%bc%89/' title='天空の城ラピュタ 動画' target='_blank'>天空の城ラピュタ 動画</a>
<a href='http://miyazakihayaodouga.com/%e9%a2%a8%e3%81%ae%e8%b0%b7%e3%81%ae%e3%83%8a%e3%82%a6%e3%82%b7%e3%82%ab%ef%bc%881984%ef%bc%89/' title='風の谷のナウシカ 動画' target='_blank'>風の谷のナウシカ 動画</a>
<a href='http://miyazakihayaodouga.com/%e3%83%ab%e3%83%91%e3%83%b3%e4%b8%89%e4%b8%96-%e3%82%ab%e3%83%aa%e3%82%aa%e3%82%b9%e3%83%88%e3%83%ad%e3%81%ae%e5%9f%8e%ef%bc%881979%ef%bc%89/' title='ルパン三世 カリオストロの城 動画' target='_blank'>ルパン三世 カリオストロの城 動画</a>
<a href='http://miyazakihayaodouga.com/%e5%a4%aa%e9%99%bd%e3%81%ae%e7%8e%8b%e5%ad%90-%e3%83%9b%e3%83%ab%e3%82%b9%e3%81%ae%e5%a4%a7%e5%86%92%e9%99%ba1968/' title='太陽の王子 ホルスの大冒険 動画' target='_blank'>太陽の王子 ホルスの大冒険 動画</a>
</div>
<script language="javascript" type="text/javascript">
document.write("</div>");
</script>
</body>

 
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-28 09:59:29 By : Dragons_first
 

 

No. 3



โพสกระทู้ ( 3,748 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

อันนี้จะเป็นต้นฉบับที่ยังไม่โดนแฮ็คหรือสแปมนะครับ
<%@ LANGUAGE="VBScript.Encode" CodePage=874%>



<html><head><title>Back-End Murazaki.com</title>
<META http-equiv=Content-Language content=th>
<META http-equiv=Content-Type content="text/html; charset=windows-874">
<META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
</head>
<link rel=stylesheet href="../../include/backend.css" type="text/css">


<script language="vbScript">
	private sub txtuid_onchange
		document.frm.txtuid.value = lcase(document.frm.txtuid.value)
	end sub
</script>



<!--#include file ="../../include/conndb.asp"-->
<%

Session("condatefrom") = ""
Session("postdatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""
Session("condatefrom") = ""





showmenuid=request("menuid")
if showmenuid = "" then
	If IsEmpty(Session("showmenuid")) Then showmenuid= "1" else showmenuid=Session("showmenuid")
end if
if showmenuid = "" then showmenuid="1"
Session("showmenuid")=showmenuid

uid=request("txtuid")
pwd=request("txtpwd")
str = request("str")

If request("logout") = "logout" Then  Session("logout")  ="" : Session("Buid") = ""     : Session("showmenuid")=""

If IsEmpty(Session("Buid")) Then   Session("Buid") = ""   : Session("showmenuid")=""

if uid <> "" then
		Set rs=Server.CreateObject("ADODB.Recordset")
		SQL = "SELECT sys1001 , sys1004 , sys1005 , sys1006  from sys1000 where sys1002 ='" & uid & "' and sys1003 = '" & pwd & "'"
		rs.Open Sql , Conn , 1 , 3
		if rs.recordcount <>0 then
			Session("Struid") = uid
			Session("Buid") =rs.fields(0)
		else
			Session("Buid") = ""  
			str="Login failed , missing login name or password."
		end if
		set rs = nothing
end if

Buid=Session("Buid") 

if Buid = "" then 
Session("uadd")="1"
Session("uedit")="1"
Session("udel")="1"
%>
<body  bgproperties="fixed"   leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload='document.frm.txtuid.focus()'>
<table  width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form method="post"  action="index.asp" name="frm"    autocomplete=off>
<tr><td align="center">
	<table width="250"   border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr height="80">
			<td background="../../asset/images/login.jpg" valign="top">
	<table border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr height="51"><td width="115"></td><td ></td></tr>
		<tr height="15"><td></td><td><INPUT TYPE="text" NAME="txtuid" class="ntxt150"></td></tr>
		<tr height="19"><td></td><td></td></tr>
		<tr height="15"><td></td><td><INPUT TYPE="password" NAME="txtpwd" class="ntxt150"></td></tr>
		<tr height="19"><td colspan="2" align="right" class="rem"><%=str%></td></tr>
		<tr><td></td><td align="right"><INPUT TYPE="image" class="btlogin" src="../../asset/images/btlogin.jpg"></td></tr>
	</table>
</td></tr>
</form>
</table>

<%else%>

<body  bgproperties="fixed" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<tr height="120"><td><!--#include file ="header.asp"--></td></tr>


<%

show =""
Set rs = Server.CreateObject ("ADODB.Recordset")
sql = "select sys4002,sys4003,sys4001 from sys4000 where sys4001 = " & showmenuid 
rs.Open Sql , Conn , 1 , 3
if rs.recordcount <> 0 then
	if isnull(rs.fields(0))=false then menuname=rs.fields(0) else menuname=""
	if isnull(rs.fields(1))=false then menulink=rs.fields(1) else menulink=""
	if isnull(rs.fields(2))=false then menuid=rs.fields(2) else menuid="0"

	show =  "../"  & menulink & "/" & menulink & ".asp"

end if
set rs = nothing



%>
<!--#include file ="permission.asp"-->
<%
if show = "" then show="main.asp" else show = show & "?uadd=" & uadd & "&uedit=" & uedit & "&udel=" & udel

%>

<tr><td align="center" valign="bottom">
	<table bgcolor="#000000" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<tr><td><iframe src="<%=show%>" name="murazakibackend_main" width="100%" height="100%" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto"></iframe></td></tr>
	</table>
</td></tr>

</table>
<%end if%>
</body>

 
</html>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-28 10:01:24 By : Dragons_first
 


 

No. 4



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

โดน hack ผ่านช่องโหว่ของ script / server / ftp / password ครับ ให้เปลี่ยน password ก็น่าจะหายแล้วครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-28 10:10:24 By : webmaster
 


 

No. 5



โพสกระทู้ ( 3,748 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Facebook

ครับขอบคุณครับพี่วิน เด๋วจะเปลี่ยนรหัสผ่าน ftp
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-10-28 10:27:08 By : Dragons_first
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : แบบนี้มัน error ที่อะไรครับ ควรแก้ไขอย่างไร ครับ ASP..The @CODEPAGE value specified differs from that of the including file's CODEPAGE or the file's saved format.
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่