Blasteh
big tits
Hello,
I'm releasing my old hotels theme. Some of you that played Streak probably would recognize this; as it's where it came from. It's nothing special, but I'm probably never going to use it again.
Features and Pages
In order for the staff page to work, you need to add these SQLs
For the values, run this query
Download:
I'm releasing my old hotels theme. Some of you that played Streak probably would recognize this; as it's where it came from. It's nothing special, but I'm probably never going to use it again.
Features and Pages
- Me (with radio)
- Account Settings
- Hotel Statistics
- Community
- News
- Staff
- Top Stats
- Rare Values
- Housekeeping
- and much more!
You must be registered for see images attach
You must be registered for see images attach
You must be registered for see images attach
In order for the staff page to work, you need to add these SQLs
Code:
ALTER TABLE `users` ADD `age` TEXT;
ALTER TABLE `users` ADD `country` TEXT;
ALTER TABLE `users` ADD `rank_name` TEXT;
For the values, run this query
Code:
CREATE TABLE IF NOT EXISTS `values` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `price` varchar(255) NOT NULL, `imgurl` varchar(255) NOT NULL, `timestamp` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5
Download:
You must be registered for see links