jaytie
Member
- May 3, 2020
- 37
- 19
- 8
Here the QuickQR v5.7 nulled version with WhatsApp Ordering plugin!
1. Just extract the zip your server root or sub-directory.
2. Create an empty database on your phpmyadmin and import the quick57.sql file.
3. Go to includes/config.php and enter your data!
4. If done, go to http://localhost/admin/ and login with Username: admin Password: admin123456
5. Go to admin/settings/general/ and setup your site url like as: http://localhost/ or http://localhost/guickqr/ and save.
6: You can login with demo user account on frontend with Username: demo Password: demo123456
That's it!
1. Just extract the zip your server root or sub-directory.
2. Create an empty database on your phpmyadmin and import the quick57.sql file.
3. Go to includes/config.php and enter your data!
Code:
$config['db']['host'] = 'localhost';
$config['db']['name'] = 'quickqr';
$config['db']['user'] = 'root';
$config['db']['pass'] = 'your_password';
$config['db']['pre'] = 'qr_';
$config['site_url'] = 'http://localhost/';
4. If done, go to http://localhost/admin/ and login with Username: admin Password: admin123456
5. Go to admin/settings/general/ and setup your site url like as: http://localhost/ or http://localhost/guickqr/ and save.
6: You can login with demo user account on frontend with Username: demo Password: demo123456
That's it!
Last edited: