PDA

View Full Version : [MU] Lỗi skin bác Táo share NBB v4



provn87
30-08-12, 11:27 PM
Tình hình là mình có sài skin NBB v4 của bác Táo share ở topic này :

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Mà không hiểu sao ! Cài mọi thứ ngon lành rùi. Thì bị lỗi như sau :

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> g

Điền đầy đủ mọi thông tin.Nhấn đăng kí là báo lỗi này :(

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Thanks !

heroviet2301
30-08-12, 11:53 PM
Skin của bác táo ngon lành có lỗi bảng xếp hạng + đổi Gcoin sang vipmonney thì đã có bác táo và bạn nào có fix và cho link rồi đọc lại topic đó từ đầu đến cuối rồi lấy về vá vào là đc , bạn làm sai gì đó mới ko đăng ký đc

provn87
31-08-12, 12:16 AM
Skin của bác táo ngon lành có lỗi bảng xếp hạng + đổi Gcoin sang vipmonney thì đã có bác táo và bạn nào có fix và cho link rồi đọc lại topic đó từ đầu đến cuối rồi lấy về vá vào là đc , bạn làm sai gì đó mới ko đăng ký đc

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

heroviet2301
31-08-12, 01:32 AM
Cái này thì mình mang về cài và chưa bị cái này =.=" , tải về rồi chỉnh lại id/config.php + id/config_domain.php
rồi copy mục config ở server vào id là chạy đc bạn xem còn thiếu gì đó ko

apple
31-08-12, 06:41 AM
Tình hình là mình có sài skin NBB v4 của bác Táo share ở topic này :

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Mà không hiểu sao ! Cài mọi thứ ngon lành rùi. Thì bị lỗi như sau :

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> g

Điền đầy đủ mọi thông tin.Nhấn đăng kí là báo lỗi này :(

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Thanks !

bạn vào:

templates/register.tpl
chép đè đoạn này lên:


<div class="pad10">
<?php if (isset($_SESSION[mu_username])) { ?>
<div align="center">
<font color="red"><b>Hãy Thoát trước khi đăng kí.</b></font><br />
<form method="post" name="logout" action=''>
<input type="hidden" name="logout" value="logout" />
<input type="submit" name="submit" value='Thoát' />
</form>
</div>
<?php } else { ?>
<form method="post" name="register" action='index.php?mod=register'>
<input type="hidden" name="register" value="register" />
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="22%"></td>

</tr><tr>

<td colspan="3" style="padding-bottom: 10px;"><span class="info_tit">Thông tin đăng ký </span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Tên tài khoản</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="username" type="text" id="username" size="14" maxlength="10" value="<?php echo $_POST['username']; ?>" onfocus="tentaikhoan(this.value,'msg_'+this.name);" onkeyup="check_tentaikhoan(this.value,'msg_'+this.name)" /> <label id="msg_username" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Thế hệ </td>
<td class="width_45"><span class="sp_input">
<select name="thehe">
<?php
for($i=count($thehe_choise)-1;$i>=1;$i--) {
if(strlen($thehe_choise[$i]) > 0) {
?>
<option value="<?php echo $i; ?>"><?php echo $thehe_choise[$i]; ?></option>
<?php
} }
?>
</select>
</td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu Game</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="passgame" type="password" id="passgame" size="14" maxlength="10" onfocus="matkhaugame(this.value,'msg_'+this.name);" onkeyup="check_matkhaugame(this.value,'msg_'+this.name)"> <label id="msg_passgame" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu cấp 1 </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass1" type="password" id="pass1" size="14" maxlength="10" onfocus="matkhaucap1(this.value,'msg_'+this.name);" onkeyup="check_matkhaucap1(this.value,'msg_'+this.name)" /> <label id="msg_pass1" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu cấp 2</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass2" type="password" id="pass2" size="14" maxlength="10" onfocus="matkhaucap2(this.value,'msg_'+this.name);" onkeyup="check_matkhaucap2(this.value,'msg_'+this.name)" /> <label id="msg_pass2" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Địa chỉ E-Mail </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="email" type="text" id="email" size="14" maxlength="50" value="<?php echo $_POST['email']; ?>" onfocus="email1(this.value,'msg_'+this.name);" onkeyup="check_email(this.value,'msg_'+this.name)" /> <label id="msg_email" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Câu hỏi bí mật </td>
<td >
<select name="quest">
<option value="0">- Chọn câu hỏi bí mật -</option>
<option value="1" <?php if ($_POST['quest']=='1') { ?> selected="selected" <?php } ?> >Tên con vật yêu thích?</option>
<option value="2" <?php if ($_POST['quest']=='2') { ?> selected="selected" <?php } ?> >Trường cấp 1 của bạn tên gì?</option>
<option value="3" <?php if ($_POST['quest']=='3') { ?> selected="selected" <?php } ?> >Người bạn yêu quý nhất?</option>
<option value="4" <?php if ($_POST['quest']=='4') { ?> selected="selected" <?php } ?> >Trò chơi bạn thích nhất?</option>
<option value="5" <?php if ($_POST['quest']=='5') { ?> selected="selected" <?php } ?> >Nơi để lại kỉ niệm khó quên nhất?</option>
</select>
<label id="msg_quest" class="msg"></label>
</td>
</tr>
<tr>
<td class="l" id="td_user_title">Trả lời bí mật </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="ans" type="text" id="ans" size="14" maxlength="10" value="<?php echo $_POST['ans']; ?>" onfocus="cauhoi(this.value,'msg_'+this.name);" onkeyup="check_cauhoi(this.value,'msg_'+this.name)"> <label id="msg_ans" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Số điện thoại </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="tel" type="text" id="tel" size="14" maxlength="15" value="<?php echo $_POST['tel']; ?>" onfocus="focus_tel(this.value,'msg_'+this.name);" onkeyup="check_tel(this.value,'msg_'+this.name)"> <label id="msg_tel" class="msg"></label>
</span></td>
</tr>
<?php if ($_SESSION[mu_invite] <> null) { ?>
<tr>
<td class="l" id="td_user_title">Thành viên giới thiệu </td>
<td class="width_45"><span class="sp_input">
<b><font color="red"><?php echo $_SESSION[mu_invite]; ?></font></b>
</td>
</tr>
<?php } ?>
<tr>
<td class="l" id="td_user_title">Mã kiểm tra </td>
<td class="width_45"><span class="sp_input">
<font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="img.php?size=6"></font>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Nhập Mã kiểm tra</td>
<td class="width_45"><span class="sp_input">
<?php $vImage->showCodBox(1); ?> <label id="msg_vImageCodP" class="msg"></label>
</span></td>
</tr>


<tr>
<td colspan="3" style="height: 1px;"></td>
</tr>


<tr>
<td colspan="3" style="height: 1px;"></td>
</tr>

<tr>
<td colspan="4" style="padding: 10px 0px;"><hr></td>
</tr>
<tr>
<td colspan="2" align="center">
<input class="sub" type="submit" name="Submit" value="Đăng kí" onclick="return btn_check_register();" class="button">
<input class="dec" type="reset" name="Reset" value="Nhập lại" class="button" />
</td>
</tr>
</table>
</form>
<?php } ?>
<div class="clear">
</div>
</div>
<!-- End Content -->

tiếp vào modules/register.php


<?php
if (!defined('NetNWEB')) die("Ban khong co quyen truy cap he thong");
include_once("vimage.php");
$vImage = new vImage();

$invite = $_GET['invite'];
if (eregi("[^a-zA-Z0-9_$]", $invite)) $invite = "";
if(strlen($invite) > 0) $_SESSION['mu_invite'] = $invite;

if (isset($_POST["register"]))

{
$vImage->loadCodes();

if($vImage->checkCode()) {
$username = $_POST['username']; $username_end = substr($username, -1);
$thehe = $_POST['thehe']; $thehe = abs(intval($thehe));
$passgame = $_POST['passgame'];
$pass1 = $_POST['pass1'];
$pass2 = $_POST['pass2'];
$email = $_POST['email'];
$quest = $_POST['quest'];
$ans = $_POST['ans'];
$tel = $_POST['tel'];
$sdt_length = strlen($tel);
$sdt_check = substr($tel, 0, 2);
$ip_client = get_ip();

if (($username == NULL) || ($passgame == NULL) || ($pass1 == NULL) || ($pass2 == NULL) || ($email == NULL) || ($quest == NULL) || ($ans == NULL) || ($tel == NULL)) { $error = "<font color='red'>Hãy điền đầy đủ tất cả các dữ liệu.</font><br>"; }
elseif (eregi("[^a-zA-Z0-9_$]", $username))
{
$error = "<font color='red'>Dữ liệu lỗi - Tài khoản chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif ( is_numeric ($username_end) )
{
$error = "<font color='red'>Dữ liệu lỗi - Tài khoản không được kết thúc bằng số.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $passgame))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Game chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif ( $thehe == 0 )
{
$error = "<font color='red'>Dữ liệu lỗi - Thế hệ không hợp lệ.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $pass1))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Web cấp 1 chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $pass2))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Web cấp 2 chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^1-9$]", $quest))
{
$error = "<font color='red'>Dữ liệu lỗi - Chưa chọn câu hỏi bí mật.</font>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $ans))
{
$error = "<font color='red'>Dữ liệu lỗi - Câu trả lời bí mật chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^0-9$]", $tel))
{
$error = "<font color='red'>Dữ liệu lỗi - Số điện thoại chỉ là số (0-9).</font><br>";
}
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$error = "<font color='red'>Dữ liệu lỗi : $email . Không đúng dạng địa chỉ Email. Xin vui lòng kiểm tra lại.</font><br>";
}
elseif ( $passgame == $pass1 ) {
$error = "<font color='red'>Mật khẩu Game giống mật khẩu cấp 1</font><br>";
}
elseif ( $passgame == $pass2 ) {
$error = "<font color='red'>Mật khẩu Game giống mật khẩu cấp 2</font><br>";
}
elseif ( $pass1 == $pass2 ) {
$error = "<font color='red'>Mật khẩu cấp 1 giống mật khẩu cấp 2</font><br>";
}
elseif ( strlen($username) <4 || strlen($username) >10 ) {
$error = "<font color='red'>Tên tài khoản chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($pass1) <4 || strlen($pass1) >10 ) {
$error = "<font color='red'>Mật khẩu cấp 1 chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($pass2) <4 || strlen($pass2) >10 ) {
$error = "<font color='red'>Mật khẩu cấp 2 chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($ans) <4 || strlen($ans) >20 ) {
$error = "<font color='red'>Câu trả lời bí mật chỉ từ 4-10 kí tự</font><br>";
}
elseif ( ($sdt_check == '09' && $sdt_length == 10) || ($sdt_check == '01' && $sdt_length == 11) ) {

$getcontent_url = $server_url . "/do_register.php";
$getcontent_data = array(
'action' => 'register',
'username' => $username,
'thehe' => $thehe,
'passgame' => $passgame,
'pass1' => $pass1,
'pass2' => $pass2,
'email' => $email,
'quest' => $quest,
'ans' => $ans,
'tel' => $tel,
'invite' => $_SESSION['mu_invite'],
'ip' => $ip_client,
'passtransfer' => $passtransfer
);

$show_reponse = _getContent($getcontent_url, $getcontent_data, $getcontent_method, $getcontent_curl);

if ( empty($show_reponse) ) $notice = "<font color='red'>Server bảo trì.</font>";
else {
if ($show_reponse == 'OK') {
switch ($quest)
{
case 1: $quest_choise = "Tên con vật yêu thích?";
break;
case 2: $quest_choise = "Trường cấp 1 của bạn tên gì?";
break;
case 3: $quest_choise = "Người bạn yêu quý nhất?";
break;
case 4: $quest_choise = "Trò chơi bạn thích nhất?";
break;
case 5: $quest_choise = "Nơi để lại kỉ niệm khó quên nhất?";
break;
}

$thehe_title = $thehe_choise[$thehe];

$notice = "<center><b>Đăng kí thành công</b> :<br>
Tài khoản : <b>$username</b><br>
Thế hệ : <b>$thehe_title</b><br>
Mật khẩu Game : <b>$passgame</b><br>
Mật khẩu Web cấp 1 : <b>$pass1</b><br>
Mật khẩu Web cấp 2 : <b>$pass2</b><br>
Email đăng kí : <b>$email</b><br>
Câu hỏi bí mật : <b>$quest_choise</b><br>
Câu trả lời bí mật : <b>$ans</b><br>
Số điện thoại : <b>$tel</b></center><hr>
";
}
else {
$error = "<font color='red'>$show_reponse</font>";
}
}
}
else { $error = "<font color='red'>Số Điện thoại bắt buộc phải là Số ĐT di động.</font>"; }
} else $error = "<center><font color='red'>Mã kiểm tra không chính xác.</font></center>";

if (isset($error)) {
$page_template = 'templates/register.tpl';
}
}
else {
$page_template = 'templates/register.tpl';
}
?>

các bạn ko đọc tiêu đề là skin à, copy and pates các code vào web của các bạn :|

provn87
31-08-12, 10:24 AM
bạn vào:

templates/register.tpl
chép đè đoạn này lên:


<div class="pad10">
<?php if (isset($_SESSION[mu_username])) { ?>
<div align="center">
<font color="red"><b>Hãy Thoát trước khi đăng kí.</b></font><br />
<form method="post" name="logout" action=''>
<input type="hidden" name="logout" value="logout" />
<input type="submit" name="submit" value='Thoát' />
</form>
</div>
<?php } else { ?>
<form method="post" name="register" action='index.php?mod=register'>
<input type="hidden" name="register" value="register" />
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="22%"></td>

</tr><tr>

<td colspan="3" style="padding-bottom: 10px;"><span class="info_tit">Thông tin đăng ký </span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Tên tài khoản</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="username" type="text" id="username" size="14" maxlength="10" value="<?php echo $_POST['username']; ?>" onfocus="tentaikhoan(this.value,'msg_'+this.name);" onkeyup="check_tentaikhoan(this.value,'msg_'+this.name)" /> <label id="msg_username" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Thế hệ </td>
<td class="width_45"><span class="sp_input">
<select name="thehe">
<?php
for($i=count($thehe_choise)-1;$i>=1;$i--) {
if(strlen($thehe_choise[$i]) > 0) {
?>
<option value="<?php echo $i; ?>"><?php echo $thehe_choise[$i]; ?></option>
<?php
} }
?>
</select>
</td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu Game</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="passgame" type="password" id="passgame" size="14" maxlength="10" onfocus="matkhaugame(this.value,'msg_'+this.name);" onkeyup="check_matkhaugame(this.value,'msg_'+this.name)"> <label id="msg_passgame" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu cấp 1 </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass1" type="password" id="pass1" size="14" maxlength="10" onfocus="matkhaucap1(this.value,'msg_'+this.name);" onkeyup="check_matkhaucap1(this.value,'msg_'+this.name)" /> <label id="msg_pass1" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Mật khẩu cấp 2</td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass2" type="password" id="pass2" size="14" maxlength="10" onfocus="matkhaucap2(this.value,'msg_'+this.name);" onkeyup="check_matkhaucap2(this.value,'msg_'+this.name)" /> <label id="msg_pass2" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Địa chỉ E-Mail </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="email" type="text" id="email" size="14" maxlength="50" value="<?php echo $_POST['email']; ?>" onfocus="email1(this.value,'msg_'+this.name);" onkeyup="check_email(this.value,'msg_'+this.name)" /> <label id="msg_email" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Câu hỏi bí mật </td>
<td >
<select name="quest">
<option value="0">- Chọn câu hỏi bí mật -</option>
<option value="1" <?php if ($_POST['quest']=='1') { ?> selected="selected" <?php } ?> >Tên con vật yêu thích?</option>
<option value="2" <?php if ($_POST['quest']=='2') { ?> selected="selected" <?php } ?> >Trường cấp 1 của bạn tên gì?</option>
<option value="3" <?php if ($_POST['quest']=='3') { ?> selected="selected" <?php } ?> >Người bạn yêu quý nhất?</option>
<option value="4" <?php if ($_POST['quest']=='4') { ?> selected="selected" <?php } ?> >Trò chơi bạn thích nhất?</option>
<option value="5" <?php if ($_POST['quest']=='5') { ?> selected="selected" <?php } ?> >Nơi để lại kỉ niệm khó quên nhất?</option>
</select>
<label id="msg_quest" class="msg"></label>
</td>
</tr>
<tr>
<td class="l" id="td_user_title">Trả lời bí mật </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="ans" type="text" id="ans" size="14" maxlength="10" value="<?php echo $_POST['ans']; ?>" onfocus="cauhoi(this.value,'msg_'+this.name);" onkeyup="check_cauhoi(this.value,'msg_'+this.name)"> <label id="msg_ans" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Số điện thoại </td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="tel" type="text" id="tel" size="14" maxlength="15" value="<?php echo $_POST['tel']; ?>" onfocus="focus_tel(this.value,'msg_'+this.name);" onkeyup="check_tel(this.value,'msg_'+this.name)"> <label id="msg_tel" class="msg"></label>
</span></td>
</tr>
<?php if ($_SESSION[mu_invite] <> null) { ?>
<tr>
<td class="l" id="td_user_title">Thành viên giới thiệu </td>
<td class="width_45"><span class="sp_input">
<b><font color="red"><?php echo $_SESSION[mu_invite]; ?></font></b>
</td>
</tr>
<?php } ?>
<tr>
<td class="l" id="td_user_title">Mã kiểm tra </td>
<td class="width_45"><span class="sp_input">
<font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="img.php?size=6"></font>
</span></td>
</tr>
<tr>
<td class="l" id="td_user_title">Nhập Mã kiểm tra</td>
<td class="width_45"><span class="sp_input">
<?php $vImage->showCodBox(1); ?> <label id="msg_vImageCodP" class="msg"></label>
</span></td>
</tr>


<tr>
<td colspan="3" style="height: 1px;"></td>
</tr>


<tr>
<td colspan="3" style="height: 1px;"></td>
</tr>

<tr>
<td colspan="4" style="padding: 10px 0px;"><hr></td>
</tr>
<tr>
<td colspan="2" align="center">
<input class="sub" type="submit" name="Submit" value="Đăng kí" onclick="return btn_check_register();" class="button">
<input class="dec" type="reset" name="Reset" value="Nhập lại" class="button" />
</td>
</tr>
</table>
</form>
<?php } ?>
<div class="clear">
</div>
</div>
<!-- End Content -->

tiếp vào modules/register.php


<?php
if (!defined('NetNWEB')) die("Ban khong co quyen truy cap he thong");
include_once("vimage.php");
$vImage = new vImage();

$invite = $_GET['invite'];
if (eregi("[^a-zA-Z0-9_$]", $invite)) $invite = "";
if(strlen($invite) > 0) $_SESSION['mu_invite'] = $invite;

if (isset($_POST["register"]))

{
$vImage->loadCodes();

if($vImage->checkCode()) {
$username = $_POST['username']; $username_end = substr($username, -1);
$thehe = $_POST['thehe']; $thehe = abs(intval($thehe));
$passgame = $_POST['passgame'];
$pass1 = $_POST['pass1'];
$pass2 = $_POST['pass2'];
$email = $_POST['email'];
$quest = $_POST['quest'];
$ans = $_POST['ans'];
$tel = $_POST['tel'];
$sdt_length = strlen($tel);
$sdt_check = substr($tel, 0, 2);
$ip_client = get_ip();

if (($username == NULL) || ($passgame == NULL) || ($pass1 == NULL) || ($pass2 == NULL) || ($email == NULL) || ($quest == NULL) || ($ans == NULL) || ($tel == NULL)) { $error = "<font color='red'>Hãy điền đầy đủ tất cả các dữ liệu.</font><br>"; }
elseif (eregi("[^a-zA-Z0-9_$]", $username))
{
$error = "<font color='red'>Dữ liệu lỗi - Tài khoản chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif ( is_numeric ($username_end) )
{
$error = "<font color='red'>Dữ liệu lỗi - Tài khoản không được kết thúc bằng số.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $passgame))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Game chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif ( $thehe == 0 )
{
$error = "<font color='red'>Dữ liệu lỗi - Thế hệ không hợp lệ.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $pass1))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Web cấp 1 chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $pass2))
{
$error = "<font color='red'>Dữ liệu lỗi - Mật khẩu Web cấp 2 chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^1-9$]", $quest))
{
$error = "<font color='red'>Dữ liệu lỗi - Chưa chọn câu hỏi bí mật.</font>";
}
elseif (eregi("[^a-zA-Z0-9_$]", $ans))
{
$error = "<font color='red'>Dữ liệu lỗi - Câu trả lời bí mật chỉ được sử dụng kí tự a-z, A-Z, số (1-9) và dấu _.</font><br>";
}
elseif (eregi("[^0-9$]", $tel))
{
$error = "<font color='red'>Dữ liệu lỗi - Số điện thoại chỉ là số (0-9).</font><br>";
}
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
$error = "<font color='red'>Dữ liệu lỗi : $email . Không đúng dạng địa chỉ Email. Xin vui lòng kiểm tra lại.</font><br>";
}
elseif ( $passgame == $pass1 ) {
$error = "<font color='red'>Mật khẩu Game giống mật khẩu cấp 1</font><br>";
}
elseif ( $passgame == $pass2 ) {
$error = "<font color='red'>Mật khẩu Game giống mật khẩu cấp 2</font><br>";
}
elseif ( $pass1 == $pass2 ) {
$error = "<font color='red'>Mật khẩu cấp 1 giống mật khẩu cấp 2</font><br>";
}
elseif ( strlen($username) <4 || strlen($username) >10 ) {
$error = "<font color='red'>Tên tài khoản chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($pass1) <4 || strlen($pass1) >10 ) {
$error = "<font color='red'>Mật khẩu cấp 1 chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($pass2) <4 || strlen($pass2) >10 ) {
$error = "<font color='red'>Mật khẩu cấp 2 chỉ từ 4-10 kí tự</font><br>";
}
elseif ( strlen($ans) <4 || strlen($ans) >20 ) {
$error = "<font color='red'>Câu trả lời bí mật chỉ từ 4-10 kí tự</font><br>";
}
elseif ( ($sdt_check == '09' && $sdt_length == 10) || ($sdt_check == '01' && $sdt_length == 11) ) {

$getcontent_url = $server_url . "/do_register.php";
$getcontent_data = array(
'action' => 'register',
'username' => $username,
'thehe' => $thehe,
'passgame' => $passgame,
'pass1' => $pass1,
'pass2' => $pass2,
'email' => $email,
'quest' => $quest,
'ans' => $ans,
'tel' => $tel,
'invite' => $_SESSION['mu_invite'],
'ip' => $ip_client,
'passtransfer' => $passtransfer
);

$show_reponse = _getContent($getcontent_url, $getcontent_data, $getcontent_method, $getcontent_curl);

if ( empty($show_reponse) ) $notice = "<font color='red'>Server bảo trì.</font>";
else {
if ($show_reponse == 'OK') {
switch ($quest)
{
case 1: $quest_choise = "Tên con vật yêu thích?";
break;
case 2: $quest_choise = "Trường cấp 1 của bạn tên gì?";
break;
case 3: $quest_choise = "Người bạn yêu quý nhất?";
break;
case 4: $quest_choise = "Trò chơi bạn thích nhất?";
break;
case 5: $quest_choise = "Nơi để lại kỉ niệm khó quên nhất?";
break;
}

$thehe_title = $thehe_choise[$thehe];

$notice = "<center><b>Đăng kí thành công</b> :<br>
Tài khoản : <b>$username</b><br>
Thế hệ : <b>$thehe_title</b><br>
Mật khẩu Game : <b>$passgame</b><br>
Mật khẩu Web cấp 1 : <b>$pass1</b><br>
Mật khẩu Web cấp 2 : <b>$pass2</b><br>
Email đăng kí : <b>$email</b><br>
Câu hỏi bí mật : <b>$quest_choise</b><br>
Câu trả lời bí mật : <b>$ans</b><br>
Số điện thoại : <b>$tel</b></center><hr>
";
}
else {
$error = "<font color='red'>$show_reponse</font>";
}
}
}
else { $error = "<font color='red'>Số Điện thoại bắt buộc phải là Số ĐT di động.</font>"; }
} else $error = "<center><font color='red'>Mã kiểm tra không chính xác.</font></center>";

if (isset($error)) {
$page_template = 'templates/register.tpl';
}
}
else {
$page_template = 'templates/register.tpl';
}
?>

các bạn ko đọc tiêu đề là skin à, copy and pates các code vào web của các bạn :|

Thì em làm đúng như bác nói mà :|

Copy mỗi cái temp với img paste vào thui mà chẳng hiểu sao lỗi !

Giờ thì đăng kí được rùi nhưng giờ lại bị cái lỗi này :




Dữ liệu lỗi - Tài khoản không được kết thúc bằng số.



<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>


$type_acc = 1; // 1: Tài khoản chỉ sử dụng số, 0: Tài khoản sử dụng cả số lẫn chữ

provn87
31-08-12, 10:34 AM
Thêm 1 lỗi nữa phát sinh khi chèn code bác vừa nói vào thì giờ nó báo lỗi :

Khi đăng nhập bị báo lỗi : Sai mã kiểm tra :|

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Thanks bác !

apple
31-08-12, 10:52 AM
ko kết thúc = số ko phải là lỗi mà nó là mặc định của nbb. :|

provn87
31-08-12, 11:02 AM
ko kết thúc = số ko phải là lỗi mà nó là mặc định của nbb. :|

Đâu có bác ! Trước khi em sài skin ! Nó vẫn dùng khi đăng kí toàn số đc mà :|

Với lại giờ đăng nhập nó báo sai mã xác nhận ! Mà có mã xác nhận nào đâu bác :(

apple
31-08-12, 11:15 AM
trăm nghe ko bằng 1 thấy :| .

heroviet2301
31-08-12, 11:40 AM
Vào templates/register.tpl rồi tim cái Tài khoản không được kết thúc bắng số xóa dòng đó đi là xong
Bác táo giúp em cái xem đua top trong khoảng thời gian chưa ạ :|

provn87
31-08-12, 11:48 AM
trăm nghe ko bằng 1 thấy :| .

Bác ol yahoo đi em cho bác thấy :(

provn87
31-08-12, 12:03 PM
Vào templates/register.tpl rồi tim cái Tài khoản không được kết thúc bắng số xóa dòng đó đi là xong
Bác táo giúp em cái xem đua top trong khoảng thời gian chưa ạ :|

Chẳng thấy dòng đó đâu cả bác ạ :| .

provn87
31-08-12, 12:23 PM
Đã fix được lỗi login báo sai mã xác nhận = cách up lại file register.tpl trong file skin bác Táo share.

Còn mỗi cái lỗi : Dữ liệu lỗi - Tài khoản không được kết thúc bằng số. chưa fix được !

Bác nào bít giúp em fix cái :-<

provn87
31-08-12, 01:38 PM
Đã fix được lỗi login báo sai mã xác nhận = cách up lại file register.tpl trong file skin bác Táo share.

Còn mỗi cái lỗi : Dữ liệu lỗi - Tài khoản không được kết thúc bằng số. chưa fix được !

Bác nào bít giúp em fix cái :-<

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

provn87
01-09-12, 02:51 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

provn87
01-09-12, 04:29 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Uppppppppppppppppppppppppppppppp

provn87
01-09-12, 06:11 PM
Ko ai fix giùm tớ à :-< .

provn87
01-09-12, 07:39 PM
Vào templates/register.tpl rồi tim cái Tài khoản không được kết thúc bắng số xóa dòng đó đi là xong
Bác táo giúp em cái xem đua top trong khoảng thời gian chưa ạ :|

Xóa đoạn nào cậu ơi :(

Giúp mình với :D

provn87
01-09-12, 08:27 PM
Xóa đoạn nào cậu ơi :(

Giúp mình với :D


<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>