• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can anybody tell me what this code does ?

does it get data from MY sql database or somebody elses? With it being a text file, is there any threat or risk with it being on my server ?

-=bmacd=-
 
You'd have to look at db.php to see what database it's looking for. I seriously doubt it's something to be concerned about though.
 
db.php should be your database abstraction file. Its fetching stuff from the mysql table 'kitinfo'. Its just a piece of code cut from a PHP file. If its a textfile it junk and won't work.
 
yeh, it only reads so unless your data is private there aint much harm it can do

on the other hand if someone put it there you might be in trouble
 
Originally posted by: bsmithy
yeh, it only reads so unless your data is private there aint much harm it can do

on the other hand if someone put it there you might be in trouble

Somebody uploaded it using my uploader.

-=bmacd=-
 
Originally posted by: bmacd
Originally posted by: bsmithy
yeh, it only reads so unless your data is private there aint much harm it can do

on the other hand if someone put it there you might be in trouble

Somebody uploaded it using my uploader.

-=bmacd=-

shouldn't be a problem

i don't think you can run txt anyway
 
Back
Top