If you want the effect to be server-side and not just client-side, meaning, everyone on the server can see, use this:
Code:
INSERT INTO cq_special_status_copy
(`id`, `user_id`, `status_id`, `power`, `finish_time`)
VALUES
(1, INSERT_USER_ID_HERE, 156, 0, 1219454741);
Put your user ID where specified. You can find your ID in cq_user. If it says Duplicate Entry error, change the 1 at the beginning to a 20 or something.