Senja Chevereto Member Apr 28, 2014 #1 How do I transfer all the images which are downloaded from the same IP to a specific user account?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Apr 28, 2014 #2 Code: UPDATE chv_images SET image_user_id=<target user id> WHERE image_uploader_ip="<target ip>" Last edited: Apr 28, 2014
Senja Chevereto Member May 13, 2014 #3 Images were transferred successfully - 200 img In personal statistics - 0 images How to fix it?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator May 13, 2014 #4 You need to manually update the user counter. Get the number doing a COUNT then just update the user row to match than number.
You need to manually update the user counter. Get the number doing a COUNT then just update the user row to match than number.
Senja Chevereto Member May 13, 2014 #5 Updated manually user_image_tsount But this is not an option, each user to manually update
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator May 13, 2014 #6 You need to run an script for each user. Sadly I still don't code the maintenance tools to fix user counters.
You need to run an script for each user. Sadly I still don't code the maintenance tools to fix user counters.