06-25-2015, 07:10 PM
Just popped by for an update, looks like it'll be sometime next week for me.
Not in a rush, just working out a rough ETA.
For the record I've got some experience with SQL, you should still be able to run a query to update the remaining accounts.
Without looking at the structure of the database I couldn't say for sure, but the code would look something like this:
Obviously changing 'A' for whichever letter is next on the list. It's not perfect but it should significantly reduce the number of accounts that need to be done manually.
To Admin/Lala, if you'd like my help then I'll gladly give it, just PM me and let me know.
Not in a rush, just working out a rough ETA.
For the record I've got some experience with SQL, you should still be able to run a query to update the remaining accounts.
Without looking at the structure of the database I couldn't say for sure, but the code would look something like this:
Code:
UPDATE 'users'
SET post_count = (post_count + 5000)
where username >= 'A'
Obviously changing 'A' for whichever letter is next on the list. It's not perfect but it should significantly reduce the number of accounts that need to be done manually.
To Admin/Lala, if you'd like my help then I'll gladly give it, just PM me and let me know.