rappy Posted May 26, 2017 Posted May 26, 2017 Hey,I found pretty website template from internet but i can't find the information that is required.I found only the db.
Krydos Posted May 26, 2017 Posted May 26, 2017 $myhost = "localhost"; $myuser = "exploit_user"; $mypass = "whateveryourpasswordis"; $mydb = "exploit_db"; You create your database at https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/index.htmlYou create your database user, and password on that same page.You add permissions for that user to your database on that same page too.
rappy Posted May 27, 2017 Author Posted May 27, 2017 $myhost = "localhost"; $myuser = "exploit_user"; $mypass = "whateveryourpasswordis"; $mydb = "exploit_db"; You create your database at https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/index.htmlYou create your database user, and password on that same page.You add permissions for that user to your database on that same page too. When i open my site it says Failed to connect to MySQL: Access denied for user 'exploit_user'@'localhost' to database 'exploit_database'I did everything as you but i changed the mypass to my password for the database.
Krydos Posted May 27, 2017 Posted May 27, 2017 You add permissions for that user to your database on that same page too.You didn't add permissions for that account on that database.
rappy Posted May 27, 2017 Author Posted May 27, 2017 Now it says Table 'exploit_database.settings' doesn't exist
Krydos Posted May 27, 2017 Posted May 27, 2017 ...this one should be pretty self explanatory... The table settings doesn't exist: mysql> use exploit_database; Database changed mysql> show tables; Empty set (0.00 sec) Do you have a .sql file you meant to import perhaps?
Krydos Posted May 27, 2017 Posted May 27, 2017 To import a .sql file go to https://ricky.heliohost.org:2083/frontend/paper_lantern/sql/PhpMyAdmin.html Select the database, and click import.
Krydos Posted May 28, 2017 Posted May 28, 2017 Select the databaseYou have to select the database first otherwise it tells you "No database selected".
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now