How to empty/delete/reset number of downloads that again start from zero? From phpmyadmin or?
Please....thank you
Wallpaper Script Forum » How-To and Troubleshooting
Empty (put to zero) number of downloads?
(7 posts)-
Posted 1 year ago #
-
Yes, I think from phpmyadmin..
Posted 1 year ago # -
but how :)
Posted 1 year ago # -
From phpmyadmin...
Browse "ws_items"....click pencil icon next to any wallpapersyou can change values of "downloads" "views" "votes"....etc
Posted 1 year ago # -
can I do that in 1 click to set zero at all in one? with 7k walls now it is little difficult to one by one :)
Posted 1 year ago # -
Sorry for late reply.. If you are looking for the answer still.. then
in phpmyadmin browse ws_items and
find the SQL button on the top..
Write the below SQL to update the download count to zero.
UPDATE "ws_items" SET "downloads" = 0;
Please change the " to backtick .. or just remove the " from the query.
Thanks,
batu544Posted 1 year ago # -
Thank you batu, that I was asking :)
Posted 1 year ago #
Reply
You must log in to post.



