RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    big grin RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    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 :

    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
    -- ----------------------------
    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.

    Open home .php and search this line

    Code:
        $dbh = new PDO('mysql:host=localhost;dbname=life', 'root', ''); // Create database connection.
    Change the db name and password. You will be changing them two times.

    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 :)


  2. #2

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Thank you buddy!

    Is this secure and are we able to go to other users link? For example {url}/home/sab?

  3. #3
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Thanks for this!

  4. #4
    Account Upgraded | Title Enabled! PR0 is offline
    MemberRank
    Mar 2007 Join Date
    1,207Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Not a bad idea, definitely needs more styling though.

  5. #5
    Novice MojoTM is offline
    MemberRank
    Jul 2015 Join Date
    3Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Well done man, nice job!

  6. #6
    .io developer JPride is offline
    MemberRank
    Sep 2013 Join Date
    The Next LegendLocation
    481Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    What a legend, I have been waiting for this thinking someone wouldn't release it!
    Thank you.

  7. #7
    Member Tequiro is offline
    MemberRank
    May 2013 Join Date
    67Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Header looks pretty boring though, I already edited it a bit:


  8. #8
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Quote Originally Posted by Tequiro View Post
    Header looks pretty boring though, I already edited it a bit:

    You guys can do whatever you want with it . I just released what I was satisfied with , not some random edit of a habbo home but something new. Take that into consideration :)

    Btw , good job on your edit

  9. #9
    Member Tequiro is offline
    MemberRank
    May 2013 Join Date
    67Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Quote Originally Posted by Vaulient View Post
    You guys can do whatever you want with it . I just released what I was satisfied with , not some random edit of a habbo home but something new. Take that into consideration :)

    Btw , good job on your edit
    Thanks, very good job on the profile page too bro been waiting for something like this.
    I guess something that could be added is a badge displayer, instead of the online/offline status as you could just put a online/offline gif in the header next to the username.

  10. #10
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    what's next?



    currently under progress ;)

  11. #11
    ignition sequence start Unphased is offline
    MemberRank
    Jul 2012 Join Date
    DeniedLocation
    1,860Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    You've kept the simplicity which I like. Good release.

  12. #12
    Account Upgraded | Title Enabled! TardisHotel is offline
    MemberRank
    Mar 2013 Join Date
    404Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Wesley coded me homes on Rev but it ended up having an exploit, feel free to PM me and I will tell you what it is so that you can test it on yours @Vaulient

  13. #13
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Quote Originally Posted by TardisHotel View Post
    Wesley coded me homes on Rev but it ended up having an exploit, feel free to PM me and I will tell you what it is so that you can test it on yours @Vaulient
    I don't know who wesley is.


    Well current progress so far :)



    and when you click compose



    When you search a friend


    Still finishing it up :)

    Quote Originally Posted by Unphased View Post
    You've kept the simplicity which I like. Good release.

    like this thread then :3
    Last edited by Shoelace; 28-07-15 at 12:20 PM.

  14. #14
    .io developer JPride is offline
    MemberRank
    Sep 2013 Join Date
    The Next LegendLocation
    481Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Looking very nice. Keep it up :}

  15. #15
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: RevCMS Habbo Skin Home/Profile Page + Guestbook + Visitor Count

    Quote Originally Posted by Moratal View Post
    Looking very nice. Keep it up :}
    thank you , I will try to release better :)

    Off topic , regarding the progress with the minimail system :

    part 1




    part 2




    Fuck my indian accent =.='



Page 1 of 3 123 LastLast

Advertisement