reskin backend code android book app
Tuesday, February 16, 2021
Add Comment
How to Import Backend Files?
Below are the steps to upload backend files to your Server
- Click on the "File Manager"
- Then Click on the "public_html" folder
- Now select "www" which is placed in "public_html"
- Open backend folder from Books4u which you download from CodeCanyon then you can see compressed Books4u.zip
- Click on upload button & select Books4u zip file from backend folder
- It would be uploaded successfully
How to Import & Configure Database?
- Open MYSQL Databases for creating & configuring database
- Create database & write its name
- Create new user for database by writing username & password for database
- Copy the credentials like Username & password for later use in config.php file
- Add the user to required database by selecting database & its user which you want to add
- Click "phpMyAdmin" and select your database from list & import the sql file from Books4u > backend > db > books4u.sql
How to configure Database in config ?
- Select File Manager > public_html > www > config.php
- Edit config.php file & replace with your credentials
- Enter your database name inside "db_username" string tag:
$db_username="database_username"
- Enter your database name inside "db_password" string tag:
$db_password="database_password"
- Enter your database name inside "db_name" string tag:
$db_name="your_database_name"
- Save it & its configured successfully
- Select File Manager > public_html > www > admin_panel > config.php
- Edit config.php file & replace with your credentials
- Enter your database name inside "database_username" string tag:
- Enter your database name inside "database_password" string tag:
- Enter your database name inside "your_database_name" string tag:
- Save it & its configured successfully
How to change TinyMCE editor api key?
Below are the steps to to get & change TinyMCE editor api key
- Go to TinyMCE and Create free account on it
- After creating account , give your domain name on which you want to show TinyMCE editor
- After giving domain name , it would give you api key
- Now copy the api keys & go to File Manager > public_html > www > admin
- Find post-edit , post-insert , feature-edit , feature-insert , artist-edit , artist-insert & policy.php
- Add your api keys by replacing "YOUR_TINY_MCE_API_KEY_HERE" with your api key
If you have any questions or problem regarding setting backend, please feel free to message me.
0 Response to "reskin backend code android book app"
Post a Comment