网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   代码交流 (https://www.0058.net/forumdisplay.php?f=16)
-   -   x-cart 4.0 Reset Admin password? (https://www.0058.net/showthread.php?t=4186)

topvip 2010-08-14 11:25 AM

x-cart 4.0 Reset Admin password?
 
this is the code for newpass.php to see password on 4.4:

<?php
require 'auth.php';
x_load('crypt', 'user');
$user_data = func_query_first("SELECT * FROM $sql_tbl[customers] WHERE BINARY LOWER(login)='## YOUR*EMAIL.ADDRESS ##' AND usertype='P'");
echo text_decrypt($user_data["password"]);
?>


All times are GMT +8. The time now is 11:00 AM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.