Welcome to the RaGEZONE - MMORPG development forums.

[TUT] How to make a R63 Retro [TUT]

This is a discussion on [TUT] How to make a R63 Retro [TUT] within the Habbo Tutorials forums, part of the Habbo Hotel category; Firstly Lets start off with the downloads. If you don't know how to download this isn't the right place for ...

LyncusMU
Page 1 of 12 12345678911 ... LastLast
Results 1 to 15 of 175
  1. #1
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    thumbs up [TUT] How to make a R63 Retro [TUT]

    Tabo Hotel
    Firstly Lets start off with the downloads.
    If you don't know how to download this isn't the right place for you.



    Things you'll need through the tutorial:


    uberCMS Change the style: PrivilegeCMS
    apache friends - xampp
    MySQL :: Connector/NET
    WinRAR achiver
    uberEmulator R63+ Breakz0nes Edit

    EDIT: MAKE SURE YOU DOWNLOAD MYSQL CONNECTOR NET OTHERWISE THE EMULATOR WILL NOT WORK!
    Additional
    Please note if you are going to port forward please ignore this,
    if not download: LogMeIn ~ Hamachi
    Installing Xampp
    Right, Now lets start off by downloading xampp.


    When xampp pops up press next.

    Check to see if you have the required space, you can check this by going to 'computer'.

    Then click install, This might take some time.
    Whilst thats downloading we download Msql Connector.


    A installation pop-up will appear press next.

    There will be 3 options pick the first one 'Typical'.

    Then select 'install'.

    By now xampp would be installed. If not don't worry just wait till it has finished.

    Now head over to Your localhost, localhost
    Choose your language.
    You should then be on a page looking like this:


    Now you want to click 'Security'.
    Then you should see a page and it will have a underlined link on it. Click that the page should be looking somthing like this.


    On the black outlined boxes Enter a password.
    in the second box enter your password yet again.

    Installing the Content management system
    Now lets head over to htdocs. If you don't know where that is
    Code:
    c:/xampp/htdocs
    When you are in htdocs, delete everything.
    Now we have the htdocs empty we want to find the Cms we download earlier and simply extract them to c:/xampp/htdocs Using WinRAR, when done close WinRAR Now in htdocs look for a file called 'includes' then look for a file called 'inc-config' Edit the details matching your suitable needs. When done simply save it and close. Confused let me show you.

    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']['twitter_name'] = "MeetHotel";
    $config['Site']['hotel_name'] = "Habbo";
    $config['Site']['www'] = "http://HAMACHI IP OR YOUR IP";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

    $config['MySQL']['hostname'] = "localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "You Password you made earlier";
    $config['MySQL']['database'] = "db";

    $config['Game']['ip'] = "Hamachi ip or Your ip";
    $config['Game']['port'] = 7575;

    $config['MUS']['enabled'] = true;
    $config['MUS']['ip'] = "127.0.0.1";
    $config['MUS']['port'] = 6565;
    ?>
    Setting up the Database.

    Firstly open up your internet e.g. Google Chrome, in the url box at the top type in 'http://localhost/phpmyadmin'
    When done, A Box should appear sign:


    Code:
    Username: root
    
    Password: The one you set earlier

    Then press 'Log-in or sign in'.
    We are going to be using the database that was on the thread in 'breakzones v3 edit'.
    Now create a db called 'db' No capitalization otherwise it will not config rightly with your Emu or site.
    When you have created a db Click import. then go find the db
    Most likely called Uberdata.sql or something like that.
    Then see a tab called 'MYSQL' Click it and copy&paste this code
    Code:
    ALTER TABLE `site_config` ADD `web_build` VARCHAR( 255 ) NOT NULL;
    
    INSERT INTO `site_cron` (`id`, `prio`, `enabled`, `scriptfile`, `last_exec`, `exec_every`) VALUES
    (6, 5, '1', 'webbuild.php', 1304513524, 7200);
    Then click 'GO'.

    we are now finished setting up the database


    Setting up the emulator


    Firstly, find your emulator. then click it, there should be a file called 'Config' Edit that with any text formed program.

    Its just like setting up the previous file called 'inc-config' Because all we are doing is entering the ports and ips from your previous configuration file and no you cannot just copy and paste it from that file as it may not work happpy days :).
    Once you have set up the config file then you want to goto bin/release/ the fire icon click it twice.
    We have now successfully set up the emulator.

    Head over to your site done.
    This is my first tutorial. I've never made one like this but here it is if i missed out any atall please tell me.


    Credits to : Pejump2 (Cms) Meth0d (Uber) Breakzone (Emulator & Db).


    Don't forget to hit 'Like' button if it helped.

    And questions or need help leave a Message or add my msn [email protected]

    IMPORTANT FOUND A FIX FOR THE EMULATOR! ALL THIS FILE TO UBER > BIN > RELEASE. IM 99% Sure it will work it worked on me, Link
    -Rory
    Last edited by rory129; 08-06-11 at 02:23 PM. Reason: New emulator.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Newbie
    Rank
    Newbie
    Join Date
    Jun 2011
    Posts
    3
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    I have a problem,
    when I open Uber, it says that it can't find the file.
    I doesn't say which file..
    Maby I did something wrong with the config files?! :o
    Could you explain what to enter into the last config files (from the emulator)?
    Sorry, I'm kinda noob! But great tut! :D

  4. #3
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    Re: [TUT] How to make a R63 Retro [TUT]

    Ermm what are you actully entering client,website ?

  5. #4
    Newbie
    Rank
    Newbie
    Join Date
    Jun 2011
    Posts
    3
    Liked
    0

    sad Re: [TUT] How to make a R63 Retro [TUT]

    Quote Originally Posted by rory129 View Post
    Ermm what are you actully entering client,website ?
    I'm trying to open Uber > Bin > Release > Uber (application).
    It's shows a black screen with white text and it says that it can't find some kind of file.
    But, which config file do you have to change?
    Uber > Config or Uber > Bin > Release > Config

    Sorry about my bad english :P

  6. #5
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    Re: [TUT] How to make a R63 Retro [TUT]

    Change the config file in Uber > and the one in debug, i also think its saying cannot find msql.ini

  7. #6
    Newbie
    Rank
    Newbie
    Join Date
    Jun 2011
    Posts
    3
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    Quote Originally Posted by rory129 View Post
    Change the config file in Uber > and the one in debug, i also think its saying cannot find msql.ini
    It's still doing it, maby you could help me with teamviewer or messenger? :o

  8. #7
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    Re: [TUT] How to make a R63 Retro [TUT]


  9. #8
    Member
    Rank
    Newbie
    Join Date
    Apr 2011
    Posts
    35
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    help me to everytime i go on my site my ip or localhost it says could not connect load?
    Last edited by ZackJarvis1; 04-06-11 at 08:39 AM.

  10. #9
    Newbie
    Rank
    Newbie
    Join Date
    Jul 2009
    Posts
    7
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    U need to download MySQL Connecter 6.3.5 = http://download.softagency.net/mysql...-net-6.3.5.zip
    Last edited by mike06312; 04-06-11 at 10:17 AM.

  11. #10
    Banned
    Rank
    Banned
    Join Date
    Jun 2010
    Location
    In a Home
    Posts
    713
    Liked
    21

    Re: [TUT] How to make a R63 Retro [TUT]

    I have the same problem

    Offtopic: I wish the layout had more buttons like the Credits page and the staff page...

  12. #11
    Member
    Rank
    Newbie
    Join Date
    Mar 2007
    Posts
    39
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    nice, erverything works, I can make a new user and ervything but I can't get in the hotel, I run the: Uber\bin\Release and I have changed the config.ini but I got an error with; can't find mysql.data versiion 6.3.5 etc..

    I have installed the newest: mysql connector..

  13. #12
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    Re: [TUT] How to make a R63 Retro [TUT]

    Hmm. ill post a new emulator.

    ---------- Post added at 01:41 PM ---------- Previous post was at 01:38 PM ----------

    Dont forget to hit that like button :D

  14. #13
    Monster Member
    Rank
    Member
    Join Date
    May 2009
    Location
    Manchester
    Posts
    197
    Liked
    29

    Re: [TUT] How to make a R63 Retro [TUT]

    Quote Originally Posted by habboterror View Post
    nice, erverything works, I can make a new user and ervything but I can't get in the hotel, I run the: Uber\bin\Release and I have changed the config.ini but I got an error with; can't find mysql.data versiion 6.3.5 etc..

    I have installed the newest: mysql connector..
    Make sure its msql connector NET

    I Installed it, worked first time so i dont see the problem :S

    ---------- Post added at 04:59 AM ---------- Previous post was at 04:21 AM ----------

    Going offline need help add my email [email protected]

  15. #14
    Banned
    Rank
    Banned
    Join Date
    Jun 2010
    Location
    In a Home
    Posts
    713
    Liked
    21

    Re: [TUT] How to make a R63 Retro [TUT]

    Ill like it when i can get the emu working.

  16. #15
    Newbie
    Rank
    Newbie
    Join Date
    Jun 2011
    Posts
    2
    Liked
    0

    Re: [TUT] How to make a R63 Retro [TUT]

    Doesnt Work But Nice try

 

 
Page 1 of 12 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
  •