manipulate download counter

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
egerlach
Posts: 74
Joined: Thu 25. Aug 2005, 21:29
Location: Karlsruhe (Germany)

manipulate download counter

Post by egerlach »

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
User avatar
flopi
Posts: 125
Joined: Thu 22. Nov 2007, 15:26

Re: manipulate download counter

Post by flopi »

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
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
egerlach
Posts: 74
Joined: Thu 25. Aug 2005, 21:29
Location: Karlsruhe (Germany)

[resolved] Re: manipulate download counter

Post by egerlach »

Thank you.
indeed, download counter are included in table phpwcms_file.
Post Reply