No need for any coding, just run the following query:
[sql]UPDATE user set styleid = 11;[/sql]
@harmor19
Do you have any idea what your code is doing? It will loop through each user registered on your board, then for each user it will set the styleid for all users.
This not only don't make sense, it will for sure bring your server on it's knees for some time if you have a big userbase.
|