초보입니다 뭘 잘못 건드렸는지 ㅜ_ㅜ
테이블이 깨졌어요
홈페이지 outlogin 스킨 입니다
<tr>과 </tr>
<td>와 </td>
<table>가 </table>
갯수가 안맞아요
<td>와 </td>
<table>가 </table>
갯수가 안맞아요
어느 부분인지 몰라도 복사되어 잘못 삽입된건지 지워진건지
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($g4['https_url']) {
$outlogin_url = $_GET['url'];
if ($outlogin_url) {
if (preg_match("/^\.\.\//", $outlogin_url)) {
$outlogin_url = urlencode($g4[url]."/".preg_replace("/^\.\.\//", "", $outlogin_url));
}
else {
$purl = parse_url($g4[url]);
if ($purl[path]) {
$path = urlencode($purl[path]);
$urlencode = preg_replace("/".$path."/", "", $urlencode);
}
$outlogin_url = $g4[url].$urlencode;
}
}
else {
$outlogin_url = $g4[url];
}
}
else {
$outlogin_url = $urlencode;
}
?>
<script type="text/javascript" src="<?=$g4[path]?>/js/capslock.js"></script>
<?
$outlogin_url = $_GET['url'];
if ($outlogin_url) {
if (preg_match("/^\.\.\//", $outlogin_url)) {
$outlogin_url = urlencode($g4[url]."/".preg_replace("/^\.\.\//", "", $outlogin_url));
}
else {
$purl = parse_url($g4[url]);
if ($purl[path]) {
$path = urlencode($purl[path]);
$urlencode = preg_replace("/".$path."/", "", $urlencode);
}
$outlogin_url = $g4[url].$urlencode;
}
}
else {
$outlogin_url = $g4[url];
}
}
else {
$outlogin_url = $urlencode;
}
?>
<script type="text/javascript" src="<?=$g4[path]?>/js/capslock.js"></script>
<?
$url = '';
if ($g4['https_url']) {
if (preg_match("/^\./", $urlencode))
$url = $g4[url];
else
$url = $g4[url].$urlencode;
} else {
$url = $urlencode;
}
?>
if ($g4['https_url']) {
if (preg_match("/^\./", $urlencode))
$url = $g4[url];
else
$url = $g4[url].$urlencode;
} else {
$url = $urlencode;
}
?>
<script type="text/javascript" src="<?=$g4[path]?>/js/capslock.js"></script>
<script language="JavaScript">
function Checksend()
{
if (document.formlogin2.ori_name.value == '') { alert('이름을 입력해 주세요.'); document.formlogin2.ori_name.focus(); return; }
//주민등록번호가 각각 6자리,7자리가 맞는지 확인
var str1 = document.formlogin2.ori_jumin1.value;
var str2 = document.formlogin2.ori_jumin2.value;
if((str1.length != 6) || (str2.length != 7))
{
window.alert('주민등록번호가 제대로 기입되지 않았습니다');
document.formlogin2.ori_jumin1.value='';
document.formlogin2.ori_jumin2.value='';
document.formlogin2.ori_jumin1.focus();
return;
}
document.charset = 'euc-kr';
var name = document.formlogin2.ori_name.value;
var jumin1 = document.formlogin2.ori_jumin1.value;
var jumin2 = document.formlogin2.ori_jumin2.value;
document.formlogin2.action = "http://name.siren24.com/servlet/name_check?name=a+name+"&jumin1="+jumin1+"&jumin2="+jumin2;e="+name+"&jumin1="+jumin1+"&jumin2="+jumin2;
document.formlogin2.submit();
document.charset = 'utf-8';
function Checksend()
{
if (document.formlogin2.ori_name.value == '') { alert('이름을 입력해 주세요.'); document.formlogin2.ori_name.focus(); return; }
//주민등록번호가 각각 6자리,7자리가 맞는지 확인
var str1 = document.formlogin2.ori_jumin1.value;
var str2 = document.formlogin2.ori_jumin2.value;
if((str1.length != 6) || (str2.length != 7))
{
window.alert('주민등록번호가 제대로 기입되지 않았습니다');
document.formlogin2.ori_jumin1.value='';
document.formlogin2.ori_jumin2.value='';
document.formlogin2.ori_jumin1.focus();
return;
}
document.charset = 'euc-kr';
var name = document.formlogin2.ori_name.value;
var jumin1 = document.formlogin2.ori_jumin1.value;
var jumin2 = document.formlogin2.ori_jumin2.value;
document.formlogin2.action = "http://name.siren24.com/servlet/name_check?name=a+name+"&jumin1="+jumin1+"&jumin2="+jumin2;e="+name+"&jumin1="+jumin1+"&jumin2="+jumin2;
document.formlogin2.submit();
document.charset = 'utf-8';
}
</script>
<!--로그인-->
<table width="453" border="0" cellspacing="0" cellpadding="0">
<form name="fhead" method="post" onsubmit="return fhead_submit(this);" autocomplete="off" style="margin:0px;">
<input type="hidden" name="url" value="<?=$outlogin_url?>">
<tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_1.gif" width="453" height="130"></td>
</tr>
<tr>
<td height="100" align="center" valign="top" background="<?=$outlogin_skin_path?>/img/index_login_bg.gif">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="193" height="32" align="left" valign="top"><img src="<?=$outlogin_skin_path?>/img/title.gif" width="128" height="27"></td>
<td width="207" align="left" valign="top"><a href="javascript:win_password_forget();">
<img src="<?=$outlogin_skin_path?>/img/i_help.gif" border="0"></td>
</tr>
<tr>
<td><table width="193" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="68" valign="top"><img src="<?=$outlogin_skin_path?>/img/id_i.gif" width="68" height="42"></td>
<td width="125" valign="top">
<table width="125" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" align="left" valign="top"><input type='text' name='mb_id' value='' style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" class='login' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'"></td>
</tr>
<tr>
<td><input name='mb_password' type='password' class="login" style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'" value=''></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align="left" valign="top">
<table width="207" border="0" cellspacing="0" cellpadding="0">
<table width="453" border="0" cellspacing="0" cellpadding="0">
<form name="fhead" method="post" onsubmit="return fhead_submit(this);" autocomplete="off" style="margin:0px;">
<input type="hidden" name="url" value="<?=$outlogin_url?>">
<tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_1.gif" width="453" height="130"></td>
</tr>
<tr>
<td height="100" align="center" valign="top" background="<?=$outlogin_skin_path?>/img/index_login_bg.gif">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="193" height="32" align="left" valign="top"><img src="<?=$outlogin_skin_path?>/img/title.gif" width="128" height="27"></td>
<td width="207" align="left" valign="top"><a href="javascript:win_password_forget();">
<img src="<?=$outlogin_skin_path?>/img/i_help.gif" border="0"></td>
</tr>
<tr>
<td><table width="193" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="68" valign="top"><img src="<?=$outlogin_skin_path?>/img/id_i.gif" width="68" height="42"></td>
<td width="125" valign="top">
<table width="125" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" align="left" valign="top"><input type='text' name='mb_id' value='' style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" class='login' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'"></td>
</tr>
<tr>
<td><input name='mb_password' type='password' class="login" style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'" value=''></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td align="left" valign="top">
<table width="207" border="0" cellspacing="0" cellpadding="0">
</table>
</td>
</tr>
</table>
</td>
</tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_3.gif" width="453" height="46"></td>
</tr>
</form>
<!--form name="login" method="post" action="../bin/nc_d.php" onsubmit="return check_item();"-->
<form name=formlogin2 action="https://name.siren24.com/servlet/name_check" method="post">
</td>
</tr>
</table>
</td>
</tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_3.gif" width="453" height="46"></td>
</tr>
</form>
<!--form name="login" method="post" action="../bin/nc_d.php" onsubmit="return check_item();"-->
<form name=formlogin2 action="https://name.siren24.com/servlet/name_check" method="post">
<input type="hidden" name="id" value="LTO001">
<input type="hidden" name="reqInfo">
</form>
<tr>
<td width="68" valign="top"><img src="<?=$outlogin_skin_path?>/img/man.gif" width="68" height="40"></td>
<td width="125" valign="top">
<table width="125" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" align="left" valign="top"><input type='text' name='ori_name' style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'"></td>
<form name=formlogin2 action="https://name.siren24.com/servlet/name_check" method="post">
<tr>
<td><input type='text' name='ori_jumin1' size='6' maxlength='6' style=" font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:55px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'">-<input type=password name=ori_jumin2 size=7 maxlength=7 style=" font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:53px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'">
<input type="hidden" name="type_no" value="0">
</td>
</tr>
</table></td>
</tr>
</table></td>
<td width="207" align="left" valign="top"><a href="javascript:Checksend()"><img src="<?=$outlogin_skin_path?>/img/i_join.gif" border="0"></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_2.gif" width="453" height="17"></td>
</tr></form>
</table>
<td width="68" valign="top"><img src="<?=$outlogin_skin_path?>/img/man.gif" width="68" height="40"></td>
<td width="125" valign="top">
<table width="125" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="23" align="left" valign="top"><input type='text' name='ori_name' style="font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:118px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'"></td>
<form name=formlogin2 action="https://name.siren24.com/servlet/name_check" method="post">
<tr>
<td><input type='text' name='ori_jumin1' size='6' maxlength='6' style=" font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:55px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'">-<input type=password name=ori_jumin2 size=7 maxlength=7 style=" font-weight: bold; border-width:1; border-color:rgb(219,219,219); border-style:solid; width:53px; height:18px;" class='man' onFocus="this.style.background='#F6F6F6'" onBlur="this.style.background='#F6F6F6'">
<input type="hidden" name="type_no" value="0">
</td>
</tr>
</table></td>
</tr>
</table></td>
<td width="207" align="left" valign="top"><a href="javascript:Checksend()"><img src="<?=$outlogin_skin_path?>/img/i_join.gif" border="0"></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="<?=$outlogin_skin_path?>/img/index_login_2.gif" width="453" height="17"></td>
</tr></form>
</table>
<script language="JavaScript">
function fhead_submit(f)
{
if (!f.mb_id.value) {
alert("회원아이디를 입력하십시오.");
f.mb_id.focus();
return false;
}
function fhead_submit(f)
{
if (!f.mb_id.value) {
alert("회원아이디를 입력하십시오.");
f.mb_id.focus();
return false;
}
if (!f.mb_password.value) {
alert("패스워드를 입력하십시오.");
f.mb_password.focus();
return false;
}
alert("패스워드를 입력하십시오.");
f.mb_password.focus();
return false;
}
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/login_check.php';";
else
echo "f.action = '$g4[bbs_path]/login_check.php';";
?>
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/login_check.php';";
else
echo "f.action = '$g4[bbs_path]/login_check.php';";
?>
return true;
}
}
function check_item(){
var str;
str = document.login.name.value;
if(!str){
alert("이름을 입력하세요");
document.login.name.focus();
return;
}
str = document.login.jumin1.value;
if(!str){
alert("주민등록번호를 입력하세요.");
document.login.jumin1.focus();
return;
}
str = document.login.jumin2.value;
if(!str){
alert("주민등록번호를 입력하세요.");
document.login.jumin2.focus();
return;
}
document.login.submit();
}
var str;
str = document.login.name.value;
if(!str){
alert("이름을 입력하세요");
document.login.name.focus();
return;
}
str = document.login.jumin1.value;
if(!str){
alert("주민등록번호를 입력하세요.");
document.login.jumin1.focus();
return;
}
str = document.login.jumin2.value;
if(!str){
alert("주민등록번호를 입력하세요.");
document.login.jumin2.focus();
return;
}
document.login.submit();
}
</script>
댓글 1개
13년 전
57 번째 그쯤에 서 이상하네요 거기서지워진듯해요
게시글 목록
| 번호 | 제목 |
|---|---|
| 17764 | |
| 17761 | |
| 17753 | |
| 17750 |
JavaScript
자바스크립트 메소드 관련..
2
|
| 26370 | |
| 4334 | |
| 4332 | |
| 17749 | |
| 17747 |
JavaScript
클릭하면 레이어로 메뉴영역 올라오는거요~~
1
|
| 26369 | |
| 17746 | |
| 17743 |
기타
쇼핑몰을 구축하려면
2
|
| 17742 | |
| 17740 |
PHP
라이브러리를 만들어서
1
|
| 17738 |
Flash
플래시 작업소스가 없는데
1
|
| 17736 |
MySQL
mysql 커뮤니티 버젼을 사용해서
1
|
| 17734 | |
| 17732 |
JavaScript
flash의 많은 기능들을
1
|
| 30517 |
HTML
php로 사이트 개발시
3
|
| 17729 |
Linux
그누4 에서 메일발송을 사용하려면
2
|
| 17728 |
jQuery
상용 그리드에 버금가는
|
| 17725 |
정규표현식
운전면허번호도
2
|
| 24409 | |
| 17722 |
node.js
node.js 활용사례 좀..
2
|
| 30513 | |
| 17720 |
Mobile
jquery mobile 커스터마이징...
1
|
| 17719 |
PHP
프레임웍 보다는...
|
| 4331 | |
| 17716 | |
| 26368 | |
| 17715 |
node.js
nodeJS 의 scraping
|
| 17713 |
JavaScript
바탕 화면에 생성될 아이콘(파비콘)의 자비스크립트에 대해 에러..ㅠㅠ
1
|
| 17712 |
Mobile
모바일 사이트 링크 걸기..(기본)
|
| 17709 |
JavaScript
ajax호출실패는 어떤 경우에 생기나요?
2
|
| 30511 | |
| 30507 | |
| 30503 | |
| 30500 | |
| 17706 |
JavaScript
스크립트 고수들님.... 초보인데요,,
2
|
| 17704 | |
| 17701 | |
| 17697 |
Mobile
Jindo 모바일 사용해보신분 있으신가요?
3
|
| 17691 | |
| 17685 | |
| 30474 |
HTML
제일 이해안되는 문제..
25
|
| 17674 | |
| 30467 |
HTML
태그 문의드립니다...
6
|
| 17670 |
MySQL
그누보드 innoDB?
3
|
| 17667 |
PHP
무슨뜻일까요>
2
|
| 17664 | |
| 17660 |
MySQL
MYSQL 필드 전체 암호화?
3
|
| 17658 | |
| 17656 | |
| 4325 | |
| 30459 | |
| 4318 | |
| 17653 |
MySQL
SQL Export 하는 중입니다.
2
|
| 30452 | |
| 17649 | |
| 30450 | |
| 30437 | |
| 17647 |
Flash
에러좀 봐주세요...
1
|
| 4315 | |
| 4310 | |
| 30435 |
HTML
스크롤에 따라 변하는 메뉴...
1
|
| 30413 |
HTML
로고 크기에 제한이 있나요?
21
|
| 17646 |
Flash
xml가 로드가 안됩니다ㅠㅠ
|
| 30411 | |
| 17642 |
Linux
윈도우 xp에 리눅스 설치 하면..
3
|
| 17638 | |
| 17636 |
Linux
리눅스 서버 관련 책좀 추천 해주세요..
1
|
| 30407 | |
| 17634 |
node.js
node.js가 간단하게 어떤건가요??
1
|
| 17632 |
MySQL
mysql 튜닝 책 추천 부탁 드립니다.
1
|
| 17627 | |
| 17624 | |
| 17620 | |
| 17619 | |
| 17616 |
Mobile
요즘 하이브리드에 관심이 많아서요..
2
|
| 17614 |
정규표현식
정규식을 공부 하는 방법이 있을까요??
1
|
| 17613 |
MySQL
인덱스 관련해서..
|
| 17609 |
JavaScript
고수님들, jQuery Mobile 은 희망이 없는건가요?
3
|
| 17606 |
MySQL
테이블에 인덱스 걸고 테스트..
2
|
| 17605 |
PHP
사이트 캡쳐 관련해서..
|
| 17601 | |
| 24408 | |
| 17597 |
JavaScript
1차셀렉트값 변경시 2차셀렉트값 변경 질문입니다
3
|
| 4299 | |
| 17594 |
JavaScript
퀵메뉴때매 고생하시는분들을 위한 자작 퀵메뉴 제공 ㅋ
2
|
| 17587 |
JavaScript
주소창에 url직접 입력시에..
6
|
| 17586 |
Flash
플래시 + GD 로 캡쳐하는 방법...
|
| 4295 | |
| 17582 | |
| 17577 |
Linux
리눅스에서 백업 하는 소스입니다.
4
|
| 17569 |
Linux
쉘에서 웹프로그램 실행하기
7
|
| 17568 | |
| 17565 | |
| 30399 | |
| 30394 |
HTML
웹 표준화 관련 사이트들
4
|
| 24400 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기