Quote:
Originally Posted by Webbstre
Jelle, I know you don't check this often, but I REALLY hope you can help with something. We recently re-organized my file database, and discovered that moving categories and files around can COMPLETELY destroy the file count. Right now the database on my test domain thinks one of its categories has 4,294,967,283 files. Could you implement a recount feature? It would save me a lot of trouble.
|
It's there already: downloads.php -> Manage Files -> Update Counters
Quote:
Originally Posted by Mopar1973Man
Could someone help me out a second... Some how my database has got altered but I want to reset the total download number.
So what MySQL entry has the total count?
|
Run this query using phpMyAdmin or so:
[sql]UPDATE dl2_main SET `downloads` = 0[/sql]
(You need to add a table prefix if necessary.)