Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
How to Make Free VIp?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Gajeel" data-source="post: 111254" data-attributes="member: 7688"><p>If you're on PHPMYADMIN follow <a href="http://devbest.com/members/legion.9468/" target="_blank">Legion</a> instruction on making VIP default enabled for new users. And run this query for your existing users:</p><p>UPDATE users SET `vip` = '1'</p><p> </p><p>That'll set all of their accounts VIP-enabled. After that, follow Legion's instruction or do one for Navicat</p><p>Right-click users > Design table > Click 'vip' > There is a default field there, you'll choose between NULL, 0 and 1, choose 1.</p><p> </p><p>Then all is well.</p></blockquote><p></p>
[QUOTE="Gajeel, post: 111254, member: 7688"] If you're on PHPMYADMIN follow [URL='http://devbest.com/members/legion.9468/']Legion[/URL] instruction on making VIP default enabled for new users. And run this query for your existing users: UPDATE users SET `vip` = '1' That'll set all of their accounts VIP-enabled. After that, follow Legion's instruction or do one for Navicat Right-click users > Design table > Click 'vip' > There is a default field there, you'll choose between NULL, 0 and 1, choose 1. Then all is well. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How to Make Free VIp?
Top