묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.10.11 18:56
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 3
-
조민
2005.10.11 19:23
-
정태호
2005.10.11 23:49
아 조민님 !
먼저번에 게시판 문제를 해결 해주신 분이군요...
그런데 설명 하신되로 했습니다. 그런데 이번에는 최근 게시판으로 바로 넘어 가네요
본인이 한것이 문제가 있을 려니 해서 조민님 홈피에 있는 소스를 그대로 사용을 하였는데도 다음과 같은 문제가 있습니다.
http://bestlio.com/bbs/home.php
최근게시판 스킨에 문제가 있는가 다른 스킨을 사용 했는데도 동일한 문제 입니다.
뭐가 잘못 된것 인지 벌써 이틀제 해메고 있네요..
방법좀 찾아 주세요
감사합니다 -
정태호
2005.10.12 15:36
안녕하세요?
본인이 너무 미흡 해서 답신이 없는것 같네요...
나름 되로 열심히 밤세 차고 차아서 하고 있습니다.
거의다 되어 가는것 같습니다. 이것만 잡아 주세요 제발 ... 게시물이 밑으로 내려 가네요
우선 나름 되로 정리는 되지 않았지만 http://www.bestlio.com/index.php보시면 게시물 크릭을 하면 ~ 내용이 아래로 내려 갑니다.
head.php 현재 소스는 아래 입니다. 어디가 문제 인지요 ?
부탁 드립니다.
<?
$_zb_url = "http://bestlio.com/bbs/";
$_zb_path = "/www/bestlio/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel=StyleSheet HREF=style.css type=text/css title=style>
<title>WELCOME TO LIO(AMS)</title>
<style type="text/css">
<!--
body,td,th {
font-family: SimSun;
}
a {
font-family: SimSun;
font-size: 12px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.style1 {font-family: SimSun}
.style3 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-weight: bold}
.style7 {font-weight: bold;
color: #E25545;
}
-->
</style>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="1" width="758" cellspacing="10" bordercolor="#ffffff" bordercolordark="#ffffff" bordercolorlight="#ffffff" align="center">
<table width="878" height="100%" border="0" align="center" cellspacing="1" bordercolor="#CCCCCC" bordercolorlight="#CCCCCC" bordercolordark="#CCCCCC">
<tr>
<td height="129" colspan="3"><div align="left"></div>
<table width="100%" height="13" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><p align="left"><img src="/index.files/Aerospace_Head.files/001_c.jpg" width="880" height="145" border="0" usemap="#Map"></p></td>
</tr>
</table></td>
</tr>
<tr>
<td width="164" height="373" align="center" valign="top" bgcolor="#C5C5C5"><p><strong><? print_outlogin("default", 1, 10) ?><br>
<span class="style14">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="150" height="350" align="">
<param name=movie value="../n31.swf?pageNum=0&sub=0">
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
<embed src="../n31.swf?pageNum=0&sub=0" quality=high bgcolor=#FFFFFF width="150" height="350" align=""
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</span> </strong></p>
<p>
<script>
function zb_login_check_submit() {
if(!document.zb_login.user_id.value) {
alert("ID? ???? ????");
document.zb_login.user_id.focus();
return false;
}
if(!document.zb_login.password.value) {
alert("Password? ???? ????");
document.zb_login.password.focus();
return false;
}
return true;
}
function check_autologin() {
if (document.zb_login.auto_login.checked==true) {
var check;
check = confirm("?? ??? ??? ?????????\n\n?? ??? ??? ?? ????? ???? ????? ????.\n\n?, ???, ??? ?????? ??? ????? ???? ??? ?333??");
if(check==false) {document.zb_login.auto_login.checked=false;}
}
}
</script>
<!--- ??? ???? -->
</p></td>
<td width="518" height="373" valign="top"> </td>
<td width="197" valign="top"> </td>
</tr>
<tr>
<td width="164" valign="top"><p> </p></td>
<td colspan="2" valign="top"> </td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="15,87,71,106" href="/index_k.html">
<area shape="rect" coords="77,89,125,107" href="#">
<area shape="rect" coords="14,119,74,139" href="/index.php">
</map>
<tr>
웹에디터에서 소스 보기를 한뒤에 복사할 영역을 메모장에 붙히고 저장해야 합니다.
자세한 게시판 연결은 아래 주소를 참고 하시길 바랍니다.
http://help.pe.kr -
메뉴 > 노프래임
홈페이지 알짜팁 : http://tipkorea.com -