Why hello there guys, I was told to sell this script by some of my hotel members/staff.. But look, I beleive that the retro community should be free and sharing, so, today I will be releasing my UberCMS Vault script, Version 2!
What's new in this version? I've coded it into the UberCMS Tempting system, so it's not an external script anymore! This is great, as it looks much cleaner.. And as you can see on my hotel, it just looks mint! Here are some images of it in use on my hotel:


As it shows above, it displays a error, depending on what happened. If you didn't get the correct PIN, it will show that you didn't get the right PIN... But if you won a prize, it will show up in green saying you won! And not only that, I will be coding hints (for VIP's, unless you change it so that all users can have access to the hints) - You can also download the script at the following link:
CLICK HERE TO DOWNLOAD THE VAULT SCRIPT FOR UBERCMS
And of course, you will need the database table:
PHP Code:
---- Table structure for table `vault`--
CREATE TABLE IF NOT EXISTS `vault` ( `Pin1` int(11) NOT NULL, `Pin2` int(11) NOT NULL, `Pin3` int(11) NOT NULL, `Pin4` int(11) NOT NULL, `Prize` text NOT NULL, `Username` varchar(50) DEFAULT 'None', `enabled` int(11) NOT NULL, `code` int(11) NOT NULL, `display` int(11) NOT NULL DEFAULT '1', KEY `Pin1` (`Pin1`)) ENGINE=InnoDB DEFAULT CHARSET=latin1;
---- Dumping data for table `vault`--
INSERT INTO `vault` (`Pin1`, `Pin2`, `Pin3`, `Pin4`, `Prize`, `Username`, `enabled`, `code`, `display`) VALUES(7, 4, 9, 2, 'Lifetime Haboa VIP', 'None', 1, 1, 1),(2, 8, 2, 4, 'Haboa Throne', 'None', 1, 2, 1),(3, 8, 9, 9, 'Dino Egg', 'None', 1, 3, 1);
AND
PHP Code:
---- Table structure for table `expire`--
CREATE TABLE IF NOT EXISTS `expire` ( `username` varchar(50) NOT NULL DEFAULT '', `expire` double NOT NULL) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Thanks guys, if you enjoyed or liked this release, feel free to like the thread, or even REP me! Cheers, Liam!