PDA

View Full Version : [MU] Vấn đề "quên mật khẩu" NBB



thuynga
14-06-12, 10:01 PM
Cái quên mật khẩu cấp 1 của NBB , khi clcik vào thì nó cứ chuyển sang cái dạng soạn tin, có bác nào có code cho nó lấy pas về email như tvweb o ạ , ;))

thanh_ca
15-06-12, 01:03 AM
:)) xem code o TV rồi chuyển qua ;))

hieutham
15-06-12, 03:16 PM
:)) xem code o TV rồi chuyển qua ;))

thì bác send luôn cho em nó cái code mà bác đang xài, em nó cảm ơn. nếu biết về code thì em nó đã tự làm

thuynga
17-06-12, 06:04 AM
up cho bác nào pro code hộ e cái quên mật khẩu o cần SMS của NBB , hic hic

chicken1
17-06-12, 07:37 AM
bạn pm mình nhé hoặc bạn chép nguyên cái này vào >>C:\xampp\htdocs\taikhoan\templates>>>receive_pass1


<!-- Title -->
<div class="title_bg">
<div class="nl">
<img src="images/box_tit_left.gif"></div>

<div class="title">Lấy mật khẩu Web cấp 1</div>
<div class="nr">
<img src="images/box_tit_right.gif"></div>
</div>
<!-- End Title -->
<!-- Content -->
<div class="pad10">
<form id="receive_pass1" name="receive_pass1" method="post" action="index.php?mod=receive_pass1">
<table width="100%" border="0" cellpadding="3" cellspacing="1">
<tr>
<td align="right" width="40%">Tài khoản</td>
<td><input type="text" name="acc" id="acc" size="14" maxlength="10"></td>
</tr>
<tr>
<td align="right" width="250px">Mật khẩu Web mới</td>
<td><input type="password" name="pass1new" id="pass1new" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_20(this.value,'msg_'+this.name)"> <label id="msg_pass1new" class="msg"></label></td>
</tr>
<tr>
<td align="right">Xác minh Mật khẩu Web mới</td>
<td><input type="password" name="pass1new_verify" id="pass1new_verify" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onblur="onblur_check_repass(this.form.pass1new.value,this. value,'msg_'+this.name)"> <label id="msg_pass1new_verify" class="msg"></label></td>
</tr>
<tr>
<td align="center" colspan="2"><b>Thông tin kiểm tra</b></td>
</tr>
<tr>
<td class="width_25" align="right">Mật khẩu Web cấp 2 <font color="red">*</font></td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass2" type="password" id="pass2" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_20(this.value,'msg_'+this.name)"> <label id="msg_pass2" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="width_25" align="right">Câu hỏi bí mật <font color="red">*</font></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="width_25" align="right">Trả lời bí mật <font color="red">*</font></td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="ans" type="text" id="ans" size="17" maxlength="10" value="<?php echo $_POST['ans']; ?>" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_10(this.value,'msg_'+this.name)"> <label id="msg_ans" class="msg"></label>
</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="Đổi mật khẩu Web" onclick="return btn_check_receivepass1();"/></td>
</tr>
</table>
<input type="hidden" name="action" value="receivepass1" />
</form>
<div class="clear">
</div>
</div>
<!-- End Content -->

thuynga
17-06-12, 07:55 AM
bạn pm mình nhé hoặc bạn chép nguyên cái này vào >>C:\xampp\htdocs\taikhoan\templates>>>receive_pass1


<!-- Title -->
<div class="title_bg">
<div class="nl">
<img src="images/box_tit_left.gif"></div>

<div class="title">Lấy mật khẩu Web cấp 1</div>
<div class="nr">
<img src="images/box_tit_right.gif"></div>
</div>
<!-- End Title -->
<!-- Content -->
<div class="pad10">
<form id="receive_pass1" name="receive_pass1" method="post" action="index.php?mod=receive_pass1">
<table width="100%" border="0" cellpadding="3" cellspacing="1">
<tr>
<td align="right" width="40%">Tài khoản</td>
<td><input type="text" name="acc" id="acc" size="14" maxlength="10"></td>
</tr>
<tr>
<td align="right" width="250px">Mật khẩu Web mới</td>
<td><input type="password" name="pass1new" id="pass1new" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_20(this.value,'msg_'+this.name)"> <label id="msg_pass1new" class="msg"></label></td>
</tr>
<tr>
<td align="right">Xác minh Mật khẩu Web mới</td>
<td><input type="password" name="pass1new_verify" id="pass1new_verify" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onblur="onblur_check_repass(this.form.pass1new.value,this. value,'msg_'+this.name)"> <label id="msg_pass1new_verify" class="msg"></label></td>
</tr>
<tr>
<td align="center" colspan="2"><b>Thông tin kiểm tra</b></td>
</tr>
<tr>
<td class="width_25" align="right">Mật khẩu Web cấp 2 <font color="red">*</font></td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="pass2" type="password" id="pass2" size="14" maxlength="10" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_20(this.value,'msg_'+this.name)"> <label id="msg_pass2" class="msg"></label>
</span></td>
</tr>
<tr>
<td class="width_25" align="right">Câu hỏi bí mật <font color="red">*</font></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="width_25" align="right">Trả lời bí mật <font color="red">*</font></td>
<td class="width_45"><span class="sp_input">
<input class="txt_160" name="ans" type="text" id="ans" size="17" maxlength="10" value="<?php echo $_POST['ans']; ?>" onfocus="focus_chuso(this.value,'msg_'+this.name);" onkeyup="check_chuso_4_10(this.value,'msg_'+this.name)"> <label id="msg_ans" class="msg"></label>
</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="Đổi mật khẩu Web" onclick="return btn_check_receivepass1();"/></td>
</tr>
</table>
<input type="hidden" name="action" value="receivepass1" />
</form>
<div class="clear">
</div>
</div>
<!-- End Content -->

mình đã test rồi , các form rất chuẩn , đúng theo ý mình , tuy nhiên khi thay pass nó cứ báo sai mã kiểm tra ! Có sai sót ở đâu đó

sửa bỏ cái phần capchat trong file receive_pass1.php thì nó o báo nữa , tuy nhiên chưa thay đc pas, chắc phải sửa thêm cái đó nữa !

ThanhN
17-06-12, 09:03 AM
Cách đơn giản là đổi lại thành số điện thoại của mình. :))
rồi vào đổi cho nó.
pro hơn thì code lại code của nó

hieutham
17-06-12, 09:18 AM
mình thay rồi, nhưng khi tìm mật khẩu nó báo thế này

Kết quả
Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

dk1.coftp.org
06/17/12 09:16:12
Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5

--- Chế độ gộp bài viết ---

web của mình bỏ chế độ mã xác nhận rồi nhé. liệu có liên quan gì không

okbcs
17-06-12, 09:44 AM
mình đã test rồi , các form rất chuẩn , đúng theo ý mình , tuy nhiên khi thay pass nó cứ báo sai mã kiểm tra ! Có sai sót ở đâu đó

sửa bỏ cái phần capchat trong file receive_pass1.php thì nó o báo nữa , tuy nhiên chưa thay đc pas, chắc phải sửa thêm cái đó nữa !

Mình cũng bị như zị, pro nào vao sửa giúp hihi

chicken1
25-06-12, 11:05 AM
đơn giản mà các bạn
mình sẽ làm giúp ai chưa làm dc
crack từng cái nhỏ nhất nhé :d
chiều đi làm về mình online nhé

The Gamer
07-07-12, 02:11 AM
uppppppppppppppp

tôi thích cái ảnh của chicken1 :))

huuthao
07-07-12, 09:41 AM
mình cũng đang cần cái này
....................

a_dragon90
07-07-12, 05:33 PM
Ai biết chỉnh giúp anh em với nhé.30 chrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

sontran901
07-07-12, 05:50 PM
ít hôm nữa có time mình share cho các bạn, h ko có ở nhà :)

The Gamer
08-07-12, 04:28 PM
upppppppppppppppp
các cao thủ vào giúp anh em nào

thanh_ca
09-07-12, 12:19 AM
Topic lâu thế mà chưa có ai share ah.
Đây.lấy về test xem thế nào nhé.Lỗi gì ,ở đâu ,...thì post lên cho mình biết mà sửa lại nhé.
Lostinfo NWEB (<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>)


Lưu ý là cái này xài web quanly đặt trên hostting mới gửi lostinfo về mail đc nhé.

thuynga
09-07-12, 08:36 PM
chưa biết chạy ngon o nhưng nó vỡ khung nè bá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>

thanh_ca
09-07-12, 11:02 PM
Gặp lỗi này mình cũng k biết sửa sao... =))

The Gamer
09-07-12, 11:38 PM
mình có làm theo kiểu là như kiêu changepass 1 ấy

nhưng làm chán chế báo mật khảu cấp 2 ko đúng nếu mật khẩu cấp 2 config đầu tiên

--- Chế độ gộp bài viết ---


Gặp lỗi này mình cũng k biết sửa sao... =))

cho mình hỏi là lấy luôn pass trên server thì ntn ?

Mr.Cuong
10-07-12, 12:35 AM
mình có làm theo kiểu là như kiêu changepass 1 ấy

nhưng làm chán chế báo mật khảu cấp 2 ko đúng nếu mật khẩu cấp 2 config đầu tiên

--- Chế độ gộp bài viết ---



cho mình hỏi là lấy luôn pass trên server thì ntn ?

Tải cái này chép vào Hosting và Sever xong thử nhé !

<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>

duyanh12285
10-07-12, 01:31 PM
có thể config theo kiểu đổi pass 1 cùng câu hỏi bí mật mail và thông tin ko

em ko sài host và ko thích cái vụ SMm

dovietthai
10-09-12, 06:01 AM
Tải cái này chép vào Hosting và Sever xong thử nhé !

<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>

tks code hay dù hơi bị tiết kiệm... :D