Quote:
Today at 12:35 PM Sun Boy said this in Post #1
hello every one
as all of you know this command and what it's do in sql
Code:
update user SET cookieuser='1'
but there is a problem with this command..
it's not do it for all users we have
|
What do you mean? This SQL command will overwrite everyone's cookieuser settings and will set it as 1.
Your problem is probably not the SQL command itself but what happens afterwards. Even if you run the command, your users will be able to reset it to 0 in their user cp or while registering if you don't modify relevant templates.
So there is nothing wrong with the SQL command and you don't need a hack to run this command in the db.