Code Cơ khí thương mại điện tử bán hàng điện tử thời trang chuẩn Seo mã nguồn Nuke chuẩn giao diện điện thoại
demo: http://vinasite.vn/demo.html&code=801
demo sống: http://naik.vn
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
data/config
mở file config_global.php lên chỉnh sửa
$global_config['my_domains']='domain.com,localhost';
mật khẩu admin
Mở includes/mainfile.php, thêm vào cuối file đoạn này.
$username = 'admin';
$password = $crypt->hash( trim( '111qqq' ) );
if( $db->exec( "UPDATE " . NV_USERS_GLOBALTABLE . " SET password=" . $db->quote( $password ) . " WHERE md5username='" . nv_md5safe( trim( $username ) ) . "'" ) )
{
die( 'Reset password success. Delete this file immediately' );
}
else
{
die( 'No Reset password' );
}
Thay đổi giá trị:
$username = 'admin';
$password = $crypt->hash( trim( '111qqq' ) );
Truy cập vào một nơi bất kỳ trên site, nếu nhận được thông báo "Reset password success. Delete this file immediately" thì xem như thành công. Xóa đoạn code này đi.