-
Notifications
You must be signed in to change notification settings - Fork 285
Panel Setup
Jorge Matricali edited this page Jan 28, 2020
·
4 revisions
- PHP >= 7.0
- pdo
- pdo_mysql
- gd
- mcrypt
- Install your preferred LAMP environment.
- Install PhpMyAdmin because we are lazy (thank me later)
- Make a database named
uboat
. - Make a database user.
- Now import uboat.sql in PhpMyAdmin into the database
uboat
you created. - Now import geolocation.sql.gz in PhpMyAdmin into the database
uboat
you created.
- Now edit it the base URL
http://localhost/
according to your needs. - Edit database configuration
-
username
- Your MySQL user you created earlier in step 2.2 -
password
- Your MySQL password you created earlier in step 2.2 -
host
- Your MySQL database server, leavelocalhost
if you're running your database server locally. -
dbname
- It's the database you created earlier in step 2.1
Now choose a user/password credential for the login
- Say for example :-
- user :- root
- password :- root Kay ?
- For generating the password locate to /Panel/test.php
You can change the keyword root to your desired password We are using root since we chose to here :p
- Visit www.url.com/Panel/test.php from your browser and copy the generated hash
You are almost done !!
- Now open PhpMyAdmin and locate the table user in the database you created uboat
- Change the hash in the password column
** Yay everything done **
- -> Now login by visiting http://url.com/Panel/login
Once you login you'll get something like this