Anyone else thinking like me? Going all like "I'm sick and tired of all the same things being released but small edited and renamed for the sake on publicity". No? Only me? ._.
Well anyway let's get on topic
Since I made the tutorial on how to setup Azure Emulator on my localhost , I've been playing around with the cms. Since @Thatboysab posted a thread pertaining about guestbook for rev , I thought why not give it a shot and make one. But then , I didn't make it , in fact my friend @Vezel coded it.
We did this on teamviewer and he was controlling the whole time. Here's a snippet of a zoomout out version
"Welcome To My Home can be edited on site ;)
"About {username}" also can be edited by the user him/herself
And just like our forum , this home.php has it's recent visitor count ! :D
That star you see there is a gif image for moderator usernames. You can remove it if you want , it sparkles.
Also applies to the guestbook
Here's the download link : https://www.mediafire.com/?jjulql6aphl3uh5
Here's the sqls to run :
The skin folder name is Habbo , if you're using a different skin folder like Custom_Habbo or whatever , remember to change it in your home.php.Code:/* Navicat MySQL Data Transfer Source Server : Life Source Server Version : 50544 Source Host : localhost:3306 Source Database : life Target Server Type : MYSQL Target Server Version : 50544 File Encoding : 65001 Date: 2015-07-26 00:35:15 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `profile_comments` -- ---------------------------- DROP TABLE IF EXISTS `profile_comments`; CREATE TABLE `profile_comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `comment` text NOT NULL, `date_time` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of profile_comments -- ---------------------------- -- ---------------------------- -- Table structure for `user_home` -- ---------------------------- DROP TABLE IF EXISTS `user_home`; CREATE TABLE `user_home` ( `id` int(11) NOT NULL AUTO_INCREMENT, `short_description` text NOT NULL, `long_description` text NOT NULL, `username` text NOT NULL, `visitors` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of user_home -- ----------------------------
Open home .php and search this line
Change the db name and password. You will be changing them two times.Code:$dbh = new PDO('mysql:host=localhost;dbname=life', 'root', ''); // Create database connection.
That's all :)
Don't like this release? Then don't download it :)
Feel like there's exploits and you can't find any? Well get a professional to check it :)
Like this release? Please Click the like button and rep maybe? :3
What can you expect next from me?
A catalogue for Azure ;) Already in progress :3
Credits - @Vezel
Special thanks to - @Thatboysab for if it wasn't for him , I wouldn't have troubled vezel :P
I take nothing.
Mentioning moderators @HabMoon , @Droppy , @asesinato . Please keep this thread clean. Thank you :)









Reply With Quote






