Mathematics Show Off. Be Honest :) I'll face the rest. Jan 14, 2012 163 21 Jun 7, 2012 #1 title says it all ;p whats the code for that I make users free VIP?
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 Jun 7, 2012 #2 Code: UPDATE users SET `vip` = '1' Then for new registered users, you'll have to set default '1' for the value of vip. Upvote 0 Downvote
Code: UPDATE users SET `vip` = '1' Then for new registered users, you'll have to set default '1' for the value of vip.
Mathematics Show Off. Be Honest :) I'll face the rest. Jan 14, 2012 163 21 Jun 7, 2012 Thread starter #3 what do you mean set it to default? would it not work for new registered users? Upvote 0 Downvote
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 Jun 7, 2012 #4 It would only turn all current registered user's VIP to 1. So new users will have them 0 by default not unless you alter it. Upvote 0 Downvote
It would only turn all current registered user's VIP to 1. So new users will have them 0 by default not unless you alter it.
Mathematics Show Off. Be Honest :) I'll face the rest. Jan 14, 2012 163 21 Jun 7, 2012 Thread starter #5 now, I made VIP default number to 1 but still I go to my database but they dont get the VIP yet? Upvote 0 Downvote
G Gajeel Well-Known Member Oct 4, 2011 2,411 413 Jun 7, 2012 #6 Did you run the query? Upvote 0 Downvote