The application helps to quickly build websites that generate online QR code, with outstanding features such as:
- Allows creating QR codes from: Text, URL, Phone, SMS, Email, Whatsapp message, Facetime, Location, WiFi, Event date, Crypto, Vcard, Paypal payments;
- Customize the color, insert a logo, and adjust the size of the generated QR code;
- Print or download the QR code in various formats such as SVG, PNG, JPG, WEBP;
- Grant permission for QR code generation to each registered member (free or paid);
- The admin page helps the administrator manage user data, generate reports, and assign permissions to users (free or paid) when using the functions;
- And many other features.
* How to install script on localhost:
- Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
- Download and extract the script and copy it to the web server directory;
- Access phpMyAdmin to create a new database, then import file qrcode.sql database;
- Open file config.php to configuration database connection:
define('DATABASE_SERVER', 'localhost');define('DATABASE_USERNAME', 'root');define('DATABASE_PASSWORD', ' ');define('DATABASE_NAME', ' ');define('SITE_URL', '');
- Access project URL: http://localhost/project_name/
- Default login account: admin/123456
Tags
script