Reply To: FireStats – Top 40 php script (now with added charts)

#14705
sonichouse
Participant

@blamm wrote:

@sonichouse wrote:

In functions.php change the path of the database if required.

Ta. What is the syntax for the path? Mine us at “C:Program FilesFirefly Media Server”

Not used on windows before, but looking on the web you could use

sqlite://C://Program Files/Firefly Media Server/songs.db

or

sqlite:./songs.db

if the database is in the same directory.