혹시 Konqueror쓰시는분...

익명 사용자의 이미지

이 게시판에 글쓰기 되는지 테스트 한번 해보시겠습니까?

익명 사용자의 이미지

글쓰기 안되는 군요.

데뱐과, asp 리눅스에서 테스트를 했는데,

답장이 안되는 군요.

익명 사용자의 이미지

지금 다시 해 보시겠습니까? 지금은 될겁니다....

익명 사용자의 이미지

역시 안되는 군요..

http//kldp.org/script/bbs/act.php

여기서 멈춰 있습니다.

소스 보기

<script>
alert('Can\'t use special characters except\nalphabat, numberlic , _, - charcters')
</script>

<script LANGUAGE = "Javascript">
var farwindow = null;
function remoteWindow() {
farwindow = window.open("","LinksRemote","width=250,height=100,scrollbars=1,resizable=0");
if (farwindow != null) {
if (farwindow.opener == null) {
farwindow.opener = self;
}
farwindow.location.href = "error.php?table=
free&str=Can%27t+use+special+characters+except+alphabat%2C+numberlic+%2C+_%2C+-+charcters";
}
}
//-->
remoteWindow();
history.back();
</script>

익명 사용자의 이미지

다시한번 해보시겠습니까? 이번에는 정말 될겁니다...

익명 사용자의 이미지

역시 안되는 군요. 저만 안되는 건가요.

<script>
alert('Can\'t use special characters except\nalphabat, numberlic , _, - charcters')
</script>

<script LANGUAGE = "Javascript">
var farwindow = null;
function remoteWindow() {
farwindow = window.open("","LinksRemote","width=250,height=100,scrollbars=1,resizable=0");
if (farwindow != null) {
if (farwindow.opener == null) {
farwindow.opener = self;
}
farwindow.location.href = "error.php?table=
free&str=Can%27t+use+special+characters+except+alphabat%2C+numberlic+%2C+_%2C+-+charcters";
}
}
//-->
remoteWindow();
history.back();
</script>

권순선 wrote..
다시한번 해보시겠습니까? 이번에는 정말 될겁니다...

익명 사용자의 이미지

흠.. 나라비님의 에러는 좀 이상하군요.
여기에 접속할때 $table 변수에 meta character 가 붙어서
넘어 가는듯 싶네요. 이건 브라우져 판별 에러가 아니라
$table 변수에 meta character 가 존재해서 나는 에러 입니다.
한번 konqueror 로 테스트를 해 봐야 할듯 싶네요.. 혹시..
jsboard 사용하시면.. config/global.ph 의 제일 하단에

if (eregi("[^a-z0-9_\-]",$table)) {
echo "<script>\n".
"alert('Can\'t use special characters except\\nalphabat, numberlic , _, - charcters')\n".
"</script>\n";
}

부분에서 alert 부분을

alert('-- $table --')

로 하고 테스트를 해서 결과를 좀 알려 주십시오. 물론 글읽기와
글 쓰기시 부분의 결과가 필요 합니다. -0

나라비 wrote..
역시 안되는 군요. 저만 안되는 건가요.

<script>
alert('Can\'t use special characters except\nalphabat, numberlic , _, - charcters')
</script>

<script LANGUAGE = "Javascript">
<!--
var farwindow = null;
function remoteWindow() {
farwindow = window.open("","LinksRemote","width=250,height=100,scrollbars=1,resizable=0");
if (farwindow != null) {
if (farwindow.opener == null) {
farwindow.opener = self;
}
farwindow.location.href = "error.php?table=
free&str=Can%27t+use+special+characters+except+alphabat%2C+numberlic+%2C+_%2C+-+charcters";
}
}
//-->
remoteWindow();
history.back();
</script>





권순선 wrote..
다시한번 해보시겠습니까? 이번에는 정말 될겁니다...