- Dec 1, 2018
- 23,650
- 26,995
- 120
Create a New User.. Then copy his password from SQL Table and replace it with the Admin password in the SQL tableIf I forgot my admin password how can i reset my admin login password ?
Create a New User.. Then copy his password from SQL Table and replace it with the Admin password in the SQL tableIf I forgot my admin password how can i reset my admin login password ?
the most common solution for a predefined code is
Sir what is the zip passwordOnce you installed successfully you will access admin panel & website by below link :
Note : After first login please change default password to your own password, And please create strong password.
- Website : http://localhost/xyz (where xyz – your project folder name)
http://xyz.com (where xyz.com – your domain name)- Admin panel : http://localhost/xyz/admin2020 (where xyz – your project folder name)
http://xyz.com (where xyz.com – your domain name)
the script is still in the process of installation ... but what to log in to the admin panel where can I get a username and password![]()
![]()
Check problem for file extractCreate a New User.. Then copy his password from SQL Table and replace it with the Admin password in the SQL table
Thank you so much for your reply bro. I hosted the site locally with XAMPP, PHP 8 version. I also tried with PHP 7.3 version but same issue happenedLocal host or live server?
can you please guide how to get zip password for this file. Thanksi installed your BattleMania on my site
if i enter mysitename.com/api/.env the database username and password is public .env shoud not be access publically for that we have to add
<Files .env>
order allow,deny
Deny from all
</Files>
in /api/.htaccess