To access the database ... and ti is a php file not html.What is the point of putting this kind of sensitive information in an HTML file?
This is the content of the file
viewtopic.php?p=16062943#p16062943
Is there any other way to connect to the database without using
Code:
//DB credentials$dbhost = '';$dbname = '';$dbuser = '';$dbpasswd = '';Everybody can access this file.
I want only me to have access.
Statistics: Posted by gvp9000 — Wed Apr 23, 2025 1:01 pm