Wallpaper Script Forum » How-To and Troubleshooting

Empty (put to zero) number of downloads?

(7 posts)
  1. How to empty/delete/reset number of downloads that again start from zero? From phpmyadmin or?
    Please....thank you

    Posted 1 year ago #
  2. Yes, I think from phpmyadmin..

    Posted 1 year ago #
  3. but how :)

    Posted 1 year ago #
  4. shekhar
    Member

    From phpmyadmin...
    Browse "ws_items"....click pencil icon next to any wallpapers

    you can change values of "downloads" "views" "votes"....etc

    Posted 1 year ago #
  5. 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 #
  6. 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,
    batu544

    Posted 1 year ago #
  7. Thank you batu, that I was asking :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.