Can anybody tell me what this code does ?

bmacd

Lifer
Jan 15, 2001
10,869
1
0
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=-
 

cpals

Diamond Member
Mar 5, 2001
4,494
0
76
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.
 

gluck

Senior member
Oct 29, 2003
708
0
0
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.
 

bsmithy

Senior member
Oct 24, 2003
458
0
0
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
 

bmacd

Lifer
Jan 15, 2001
10,869
1
0
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=-
 

bsmithy

Senior member
Oct 24, 2003
458
0
0
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