Try this:
If you do not have a furni named 'matic_box' in your item_base table then that could be the problem. The Furni-o-matic generator NEEDS this furni to work. Try running this query code.
INSERT INTO items_base VALUES ('4692', '4692', 'Mystery Box', 'matic_box', 's', '1', '1', '1.00'...
Try running this in your database.
ALTER TABLE `permissions_users`
ADD COLUMN `cmd_roll` enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_rave` enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_control` enum('0','1') NOT NULL DEFAULT '0',
ADD COLUMN `cmd_makesay` enum('0','1') NOT NULL...
I actually have 2 for you beautiful people.
took me 10 minutes :(
Competition One:
An extra non-competition one for the beautiful people.
http://i.imgur.com/RdP04DM.png
It should be secure, I've tried my best to keep it as secure as I can. But if you find any exploits please let me know. :)))
Sent from my W8 beyond using Tapatalk
Hi everyone, today I bring you Verse Hotels CMS and custom ASE. I have had several people asking me for the CMS, and more people asking me for the custom ASE I made. So I have decided to release them both.
If you are to edit anything and re-release it, remember to include ALL credits and NEVER...