Hi,
how can I manipulate download counter? content part "filelist" (Dateiliste), version 1.3.3?
The values are in mySQL-tables? Or files?
Why?
I develop my phpwcms website here on my linux box locally. I alway sync files with sitecopy to internet and mySQL database is exported to file and imported to internet. So all counters are set back to values here on my linux box! I loose download counts! I want to insert the download counts to my local machine before sync/export to internet. So I preserve counter values.
thx
Eckard
manipulate download counter
Re: manipulate download counter
try to have a look in the table phpwcms_file. there are to fields, f_dlstart and f_dlfinal.
maybe this is what u are looking for.
mfg
flopi
maybe this is what u are looking for.
mfg
flopi
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
[resolved] Re: manipulate download counter
Thank you.
indeed, download counter are included in table phpwcms_file.
indeed, download counter are included in table phpwcms_file.