Welcome to the RaGEZONE - MMORPG development forums.

How To Make A r61 Habbo Retro [FULL]

This is a discussion on How To Make A r61 Habbo Retro [FULL] within the Habbo Tutorials forums, part of the Habbo Hotel category; HEy I have up dated this Tutorial so now you can make a r63 Habbo Retro with more help added ...

LyncusMU
Page 1 of 26 12345678911 ... LastLast
Results 1 to 15 of 376
  1. #1
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    note [Updated] How To Make A r63 uberRetro [FULL]

    Tabo Hotel
    HEy I have up dated this Tutorial so now you can make a r63 Habbo Retro with more help added ;D

    Downloads for the "Content Management System" and uberServer (Heavily Edited by iJakey)

    1) XAMPP 1.7.3 (latest version) But check your specs and server to see what version you need to use
    2) WinRAR
    3) MySQL Connector 6.2.3 Just click no thanks, take me to downloads select your mirror and install ; D
    4) Microsoft C# Express 2010 (before you download, select your language)
    5) .NET 4.0 Framework Client (you may also need 3.5 or higher) and once your done do to c panel, programs and go to this and Click Repair)

    r63 SWFS: R63 Remixed Pack.rar
    (includes: - R54 & R63 Mixed together
    - Newest swf's!
    - Multi-language system
    - Pet bug fixed
    - And more!)

    How to set up? go here for tut http://forum.ragezone.com/f353/swf-p...d-uber-708772/ (Credits to PeJump2)

    6) uberCMS for r63(Revised and fully working edited by me of course)
    7) uberEMU Edited by iJakey

    Now that you've got all the downloads you can now get going to the tutorial, the cms is edited so it all works now ;D!

    Step 1 Install all the downloads (you should know how to run trough all of the downloads, if not leave a comment below.

    Step 2 After you've done all that, go to http://localhost/xamppsecurity/security.php and set your pw, and then set site to http not cookie and set random password user for pma to NO and that shud help a bit from people getting into your pma,then delete everything in c:/xampp>htdocs> and delete the webdav folder so your site cant get scripted on! c:/xampp>webdav

    1) Go to Xampp control panel
    2) Click explore
    3) then the folder go to apache > conf > extra > httpd-xampp.conf
    4) At the bottum it should say:

    PHP Code:
    # New XAMPP security concept
    #
    <LocationMatch "^/(?i:(?:xampplicenses|security|phpmyadmin|webalizer|server-status|server-info))">
        
    Order deny,allow
        Deny from all
        Allow from 
    ::1 127.0.0.0/\
                   
    fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
                   
    fe80::/10 169.254.0.0/16

        ErrorDocument 403 
    /error/HTTP_XAMPP_FORBIDDEN.html.var
    </
    LocationMatch
    Replace that code with:

    PHP Code:
    # New XAMPP security concept
    #
    <LocationMatch "^/(?i:(?:xampplicenses|phpmyadmin|webalizer|server-status|server-info))">
        
    Order deny,allow
        allow from all
            ErrorDocument 403 
    /error/HTTP_XAMPP_FORBIDDEN.html.var
    </
    LocationMatch
    Then restart apace

    Next Step
    Go into the XAMPP folder located in C:\XAMPP\. Go into apache > conf > extra > httpd-dav.conf (open that file).

    look for:

    PHP Code:
    <Directory "C:/xampp/webdav">
    Dav On

    Order Allow
    ,Deny
    Allow from all 
    and Replace it with:

    PHP Code:
    <Directory "C:/xampp/webdav">
    Dav Off

    Order Deny
    ,Allow
    Deny from all 
    And reboot apace, this should help keep your xampp safe from at least a non prom hacker xD


    NOW
    ---

    Go to http://localhost/phpmyadmin Create a db called uberdb get the database from here uberdb.sql [NEXT: you will have to edit your inc config file which can be found in xampp>>htdocs>>inc>>inc-config

    Heres how it shud look

    PHP Code:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d'
    | http://www.meth0d.org
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    | GNU General Public License for more details.
    \======================================================================*/

    $config['Site']['www'] = "VPS IP, or Localhost or Hamachi IP";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

    $config['MySQL']['hostname'] = "Your IP";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "yourpw";
    $config['MySQL']['database'] = "yourdb";

    $config['MUS']['enabled'] = false;
    $config['MUS']['ip'] = "127.0.0.1";
    $config['MUS']['port'] = 21;

    ?>
    Edit it to your credentials like change it to your pass word IP and site path, please remember not to put / at the end of site path

    Now.. with this cms you dont have to worry about replace the ccs and js file location, becoz its already been done! Revised and fully edited by me but Credits to Meth0d, gotta love that guy, Great init?

    And as many of you are aware that HabboUK is now Habbo USA, you have to now change some pages like externals, page-client.tpl and add a few..

    So you will have to use iLost Fix to keep up with Habbo and if you want your hotel online, heres download to files ilost_catalogfix.zip just replace them, and for noobs you can still visit thread but please try not to bump it ;/ And since iLost catalog fix is out of date when you download it, 1st edit your pass and db then look for the following below:

    Find:
    PHP Code:
    Message.AppendInt32(PixelsCost); 
    And after:
    PHP Code:
    Message.AppendInt32(0); 
    After that, run it via http://localhost/catalogfix.php and you should be done

    [THIS PART HAS BEEN ADDED IN FOR THOSE WHO DONT KNOW HOW TO EDIT PAGE CLIENT] Well after you replaced your page client with iLost fix, replace it again with PeJump2 page client, and rename it from page-client-r63 to page-client, then edit client.php so it goes to page-client not page-client-r63.tpl etc. Now open that page and just edit it <i>(more info on how to edit it coming soon)</i>

    Dont worry were soon done ;D

    NOW Heres Comes The EMU Part

    1st go to bin>debug>uber-config and edit it

    It should be something like this:

    PHP Code:
    ## uberEmulator System Configuration File
    ## Must be edited for the server to work

    ## MySQL Configuration
    db.hostname=localhost
    db
    .port=3306
    db
    .username=root
    db
    .password=yourpw
    db
    .name=uberdb

    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=5
    db
    .pool.maxsize=30

    ## Game TCP/IP Configuration
    game.tcp.bindip=your vps or local ip
    game
    .tcp.port=21
    game
    .tcp.conlimit=500

    ## MUS TCP/IP Configuration
    mus.tcp.bindip=127.0.0.1
    mus
    .tcp.port=30001
    mus
    .tcp.allowedaddr=your vps or local ip

    ## Client configuration
    client.ping.enabled=0
    client
    .ping.interval=
    Add this code in phpmyadmin if you get a error
    PHP Code:
    ALTER TABLE  `navigator_publicsADD  `enabledENUM(  '0',  '1' NOT NULL DEFAULT  '1'
    EDIT it And save it, and you should be done with that xD, try start your EMU if it dont start tell me your problem below, always remeber to include screenshots of your problem (you can add some codes to your emu if you liked) Which can be found on anther forum which I cant tell link cause I might get infracted, and its not Otaku so.. GOOGLE it XD

    Now For SWF's The original Resleaer PeJump made his own tutorial so follow his thread for instructions etc on that:

    http://forum.ragezone.com/f353/swf-p...d-uber-708772/

    If you found this tut very helpful click the 'Thanks Button' Or if you think im missing anything please feel free to tell me below, UPDATED and bumped :O

    Need additional help? Contact me VIA MSN: [email protected] Thanks guys for using my r63 TUT (Updated)
    Last edited by Subway; 22-02-11 at 02:39 AM. Reason: updates

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Member
    Rank
    Newbie
    Join Date
    Nov 2010
    Posts
    26
    Liked
    0

    Re: How To Make A r61 Habbo Retro [FULL]

    maybe teach us how to edit client?

  4. #3
    Member
    Rank
    Newbie
    Join Date
    Sep 2009
    Posts
    39
    Liked
    6

    Re: How To Make A r61 Habbo Retro [FULL]

    nice tut mate a bit better then mine -thumbsup-

  5. #4

  6. #5
    Daiguren Hyōrinmaru
    Rank
    Member +
    Join Date
    Jul 2010
    Location
    Michigan, US
    Posts
    1,434
    Liked
    49

    Re: How To Make A r61 Habbo Retro [FULL]

    to edit the client you edit page-client.tpl

  7. #6
    Newbie
    Rank
    Newbie
    Join Date
    Dec 2008
    Posts
    18
    Liked
    0

    Re: How To Make A r61 Habbo Retro [FULL]


  8. #7
    Average Member
    Rank
    Newbie
    Join Date
    Jul 2010
    Location
    QUITTED
    Posts
    65
    Liked
    6

    angry Re: How To Make A r61 Habbo Retro [FULL]

    Quote Originally Posted by burgerman88 View Post
    nice tut mate a bit better then mine -thumbsup-
    Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
    if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture....

    - Mathias

    ---------- Post added at 07:34 AM ---------- Previous post was at 07:27 AM ----------

    Quote Originally Posted by burgerman88 View Post
    nice tut mate a bit better then mine -thumbsup-
    Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
    if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture....

    - Mathias

    ---------- Post added at 07:37 AM ---------- Previous post was at 07:34 AM ----------

    Quote Originally Posted by burgerman88 View Post
    nice tut mate a bit better then mine -thumbsup-
    Wtf? u didnt make a tut u just stole one from another, and answer me now why the F*** are u stealing "Adde"'s Avatar? it has cant u make one urself?
    if u can make a retro v61 "which u cant make a tut for" then u can make a gif picture.....

    - Mathias

  9. #8
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: How To Make A r61 Habbo Retro [FULL]

    Quote Originally Posted by r3znitro View Post
    maybe teach us how to edit client?
    I did, if you read tut good it shows you how to edit client ;l

    ---------- Post added at 10:35 AM ---------- Previous post was at 10:31 AM ----------

    Quote Originally Posted by HankiSerri View Post
    Are you sure you set up xampp right?

  10. #9
    Member
    Rank
    Newbie
    Join Date
    Nov 2010
    Posts
    26
    Liked
    0

    Re: How To Make A r61 Habbo Retro [FULL]

    it jus says "Now edit your page client to your credentials etc."

  11. #10
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: How To Make A r61 Habbo Retro [FULL]

    Your are obv a noob to not know how to edit your page-client.tpl :L
    X1M! likes this.

  12. #11
    Newbie
    Rank
    Newbie
    Join Date
    Nov 2010
    Posts
    16
    Liked
    1

    Re: How To Make A r61 Habbo Retro [FULL]

    great tut!

  13. #12
    Click on Sig Pic!
    Rank
    Member +
    Join Date
    Mar 2010
    Location
    Australia
    Posts
    653
    Liked
    53

    Re: How To Make A r61 Habbo Retro [FULL]

    no SQL script/file

  14. #13
    Daiguren Hyōrinmaru
    Rank
    Member +
    Join Date
    Jul 2010
    Location
    Michigan, US
    Posts
    1,434
    Liked
    49

    Re: How To Make A r61 Habbo Retro [FULL]

    to edit your page-client.tpl go to C:/campp/htdocs>inc>tpl>page-client.tpl

  15. #14
    Click on Sig Pic!
    Rank
    Member +
    Join Date
    Mar 2010
    Location
    Australia
    Posts
    653
    Liked
    53

    Re: How To Make A r61 Habbo Retro [FULL]

    wat? lol

    haven't u said that b4

  16. #15
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Mar 2009
    Location
    The Netherlands
    Posts
    269
    Liked
    6

    Re: How To Make A r61 Habbo Retro [FULL]

    the emu hasnt the database with it?

 

 
Page 1 of 26 12345678911 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •