The fact is that he likes it, I don't understand why are you making this so complicated. It's one person that wants to use work of yours in you're in denial. If you're gonna release something that looks something like it, people will use it of course, so why not let him use it? Are you doing...
Alright, click users table in database, towards the top it should say "Structure", click that.
Then scroll down, you'll find VIP click the edit button/pencil go to the column Default2 change the 0 to 1 and save it.
Next run this in your database to set all current registered users VIP...
If navicat find users table, right click it, go to design table, then find VIP and change it to from 0 to 1.
After that all users that register will be VIP.
Run this in your table to set all current registered users VIP:
UPDATE users SET vip = 1;
If PhpMyAdmin reply and I'll post again.