Changes in Tables
There are 2 tables in which you have to make slight changes.
1. Table `Settings`
The table `settings` contain all important information to run the site.

Open the `settings` table in PhpMyAdmin and change the values in following fields:
site_url : enter your own site on name on which your script is hosted:

2. Table `Users`
The table `users` contains information about users.

Open the table `Users` in PhpMyAdmin and edit the first row with ID = 1. Change the field with your own appropriate values. Change values in username, name, email and phone.

Don't change or enter any other field directly from database.
Now you site is ready to run!!
Last updated