Website bao gồm 2 ngôn ngữ Anh - Việt
Bao gồm các module:
- Trang chủ
- Giới thiệu
- Sản phẩm
- Đặt hàng
- Tin tức
- Liên hệ
Trang quản trị:
http://localhost/webgioithieu/admin
username: admin
password: 123456
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
* Chạy bằng localhost
- Copy folder webgioithieu trong source code vào folder htdocs trong xampp
- Tìm file config.php thay đổi thông tin cấu hình như sau:
define("BASE_URL", "http://localhost/webgioithieu/") hoặc define("BASE_URL", "http://localhost:8080/webgioithieu/") nếu xampp của các bạn có port
* Chạy trên hosting
- Copy tất cả các file trong folder webgioithieu vào public_html trong File Manager trên hosting
- Tìm file config.php thay đổi thông tin cấu hình như sau:
$conn = mysqli_connect('localhost', 'tên_user_tạo', 'password_của_user', 'tên_database')
define("BASE_URL", "http://tên_miền_của_bạn/");
- Tìm file config.js trong folder ckeditor thay đổi thông tin cấu hình như sau:
config.filebrowserBrowseUrl = 'http://tên_miền_của_bạn/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = 'http://tên_miền_của_bạn/ckfinder/ckfinder.html?type=Images';
config.filebrowserFlashBrowseUrl = 'http://tên_miền_của_bạn/ckfinder/ckfinder.html?type=Flash';
config.filebrowserUploadUrl = 'http://tên_miền_của_bạn/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files';
config.filebrowserImageUploadUrl = 'http://tên_miền_của_bạn/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images';
config.filebrowserFlashUploadUrl = 'http://tên_miền_của_bạn/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';
Chúc bạn làm tốt!