Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2591

phpBB Custom Coding • Re: Access .php file with sensitive data

$
0
0
What is the point of putting this kind of sensitive information in an HTML file?
To access the database ... and ti is a php file not html.
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 = '';
But the problem remains.
Everybody can access this file.

I want only me to have access.

Statistics: Posted by gvp9000 — Wed Apr 23, 2025 1:01 pm



Viewing all articles
Browse latest Browse all 2591

Trending Articles