T
tardz0r
- AutoDeleted member for inactivity
- Retired member
- Deleted account for safety
Guest
1. replace database information inside file application/config/database.php
2. replace bitcoin destination address, variable $my_address inside file application/controllers/user.php
3. replace secret key for api to a RANDOM string, variable $config['blockchain_secret'] inside file application/config/config.php - A-Z, a-z and 0-9 characters
4. replace url to your shop, variable $config['base_url'] inside file application/config/config.php
5. upload contents of /shop to server root dir, NOT the whole /shop directory
6. import shop.sql to your database
Shop has three ranks, Admin, Seller and Buyer. Sellers have their own control panel for selling.
Default username; admin
Default password; admin
/admincp
/seller or /sellercp
Note: Admin/Sellers/Users can't see products they're selling in shop, login with different account to test.
NO BACKDOORS, FEEL FREE TO CHECK!
Download:
2. replace bitcoin destination address, variable $my_address inside file application/controllers/user.php
3. replace secret key for api to a RANDOM string, variable $config['blockchain_secret'] inside file application/config/config.php - A-Z, a-z and 0-9 characters
4. replace url to your shop, variable $config['base_url'] inside file application/config/config.php
5. upload contents of /shop to server root dir, NOT the whole /shop directory
6. import shop.sql to your database
Shop has three ranks, Admin, Seller and Buyer. Sellers have their own control panel for selling.
Default username; admin
Default password; admin
/admincp
/seller or /sellercp
Note: Admin/Sellers/Users can't see products they're selling in shop, login with different account to test.
NO BACKDOORS, FEEL FREE TO CHECK!
Download: