I've imported my whole DBMan database (via csv) into this DownloadsII. However, the DBMan didn't keep up with file size and it did not identify the users by ID.
Would anyone be willing to point me in the right direction on how to whip up a quick php file to update these?
I need to see if a user exist - and then insert their ID # on that download - or insert a zero and then skip to the next if they don't exist.
I also need to go to the file directory, check the download size and then insert the size into the table.
I've got nearly a 1000 files to do this with, and I'm not the brightest bulb in the pack, but I think I could do it with a helpful hint - or two.
|