Welcome to the RaGEZONE - MMORPG development forums.

How to Make a ubercms r61

This is a discussion on How to Make a ubercms r61 within the Habbo Tutorials forums, part of the Habbo Hotel category; Ok here id my release of how to make a r61 version of Uber as i promised System requirements: - ...

LyncusMU
Page 1 of 4 1234 LastLast
Results 1 to 15 of 56
  1. #1
    Member
    Rank
    Newbie
    Join Date
    Sep 2009
    Posts
    39
    Liked
    6

    How to Make a ubercms r61

    Tabo Hotel
    Ok here id my release of how to make a r61 version of Uber as i promised

    System requirements:
    - Support for the .NET framework and the MySQL driver is required.
    - Window's OS - 2000/XP/Vista/Windows 7
    - uberEmulator & CMS Provided in Link's below
    - XAMPP Control Panel or a Host
    - At least 1 GB of RAM.


    Downloads:
    UppIT - Free File hosting - uberEmulator.rar - server
    2shared - download UberCMS r51.rar - newest version of cms
    apache friends - xampp for windows - xampp for windows
    uberServer.sql - database for cms and server
    R61+ SWF Pack.rar r61 cracked SWFs by PEjump2

    All download links thanks to Powahcoder on devbest.




    1) Download xampp

    2) follow prompts and install it.

    3) go the folder you installed it default C:>xampp>htdocs delete everything in that folder

    4) download R61 swfs and R61 the updated UberCMS.

    5) Make a folder on the desktop called UbweCMS and Extract all the files in the UberCMS folder.

    6) then copy all them files into htdocs (where you deleted all the files)

    7) Go to http://localhost/xamppsecurity/security.php and make a secure password for phpmyadmin.

    8) then we go to http://localhost/phpmyadmin

    9) we create a database called uberdb.

    19) Now browse and find wherever you saved your database it will be named uberdb.sql then import it to the database you just made.

    20) click go and wait for it to upload.

    21) after you've imported the db head to your htdocs folder and find inc directory

    22) click on inc Config it will look something along the lines of this.

    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'] = "Site URL, or Localhost or Hamachi IP";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
    
    $config['MySQL']['hostname'] = "Your hostname, for xampp leave as localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "Your password";
    $config['MySQL']['database'] = "Name of database";
    
    $config['MUS']['enabled'] = false;
    $config['MUS']['ip'] = "Localhost or VPS or stuff The URL, for Hamachi leave it blank";
    $config['MUS']['port'] = 2001;
    
    ?>

    enter your details.

    23) after that go class.tpl and find

    Code:
    $this->SetParam('web_build',
    23) Underneath that there will be some numbers change them to

    Code:
    61_c0f99b7b02ed27ad5d4d5661fe02784f/
    24) Go to your site and see if its working



    EMULATOR

    1) go to bin/debug and find Config
    2) We edit all our information to what is needed
    3) Click here for r61 SWF's if not downloaded >> http://forum.ragezone.com/f353/swf-p...d-uber-702450/
    4) We do what it say's on the Thread
    5) We add the Htaccses found on the README
    6) We go to yoursite.w.e/r61_pack_editor and edit Variable's to your IP. (NOTE ONLY LOCALHOST IS ALLOWED)
    9) We go to our emulator and let it Load up the information
    10) If it say's Ready for connection's, Listening your READY to GO!


    HOW TO SET UP SWFS?


    how to setup swfs.

    PHP Code:
    Code:
    - Drop all the files in /htdocs and replace all files ( client.php )
    - Edit The variables ( You can do this easily through the R61+ Pack Editor )
    - Read the file "README.txt"
    - Delete this line from you'r .htaccess:
    Code:
    RewriteRule ^gamedata/external(|/)$ ./externals.php
    - Edit you'r host & port in client.php
    PHP Code:
    $client->SetParam('info_host', '127.0.0.1');
    $client->SetParam('info_port', '30000');  
    
    How does the Multi-language system work?
    Well it works pretty easy, you just go to this link:
    http://%hotel_url%/client?lang=%language code here%
    Example language codes:
    NL
    DE
    SE
    ES


    Credits:

    40% to PEjump2 for R61 cracked SWFS
    30& to me for the tutorial & time
    15% to (powahcoder) devbest forumns
    15% thetrev14 (runover of his tut)

    If iv left anything of yours out please advise me(:

    Please thank me if this helped you.
    Last edited by burgerman88; 05-12-10 at 08:06 AM.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Daiguren Hyōrinmaru
    Rank
    Member +
    Join Date
    Jul 2010
    Location
    Michigan, US
    Posts
    1,434
    Liked
    49

    Re: How to Make a ubercms r61

    uhm wow thanks, but can you please add images next time? Dx

  4. #3

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

    Re: How to Make a ubercms r61

    1. Nice Tut but you forgot to add the link of Net.FW4
    2. Why;d you take a dudes avatar?
    3. What are you learning to code?

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

    Re: How to Make a ubercms r61

    Quote Originally Posted by No0b View Post
    uhm wow thanks, but can you please add images next time? Dx
    haha no problem just wanted to release it as quick as possible and congrats on the 1000 posts

    ---------- Post added at 11:25 AM ---------- Previous post was at 11:19 AM ----------

    Quote Originally Posted by xnicnicx View Post
    1. Nice Tut but you forgot to add the link of Net.FW4
    2. Why;d you take a dudes avatar?
    3. What are you learning to code?
    1.yea i forgot that link
    2.and because i can
    3.emu's and not really anything specific just coding commands pages etc.

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

    Re: How to Make a ubercms r61

    1. LoLs
    2. LoLs
    3. GL with that... start with commands until you master the basics.

  8. #7
    Member
    Rank
    Newbie
    Join Date
    Sep 2009
    Posts
    39
    Liked
    6

    Re: How to Make a ubercms r61

    Quote Originally Posted by xnicnicx View Post
    1. LoLs
    2. LoLs
    3. GL with that... start with commands until you master the basics.
    yea lol iv done a few commands now im starting on pages next will be an emu haha

  9. #8
    Habbo PHP MySQL coder
    Rank
    Member +
    Join Date
    Aug 2010
    Location
    .PHP files
    Posts
    269
    Liked
    18

    Re: How to Make a ubercms r61

    hmm.. good job.

  10. #9
    Now 35% cooler!
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Posts
    2,070
    Liked
    351

    Re: How to Make a ubercms r61

    Nicking my Tut, again FFS! Noobs.

  11. #10
    Newbie
    Rank
    Newbie
    Join Date
    Oct 2008
    Posts
    7
    Liked
    0

    Re: How to Make a ubercms r61

    pls help my how i can fix this??:

  12. #11
    Now 35% cooler!
    Rank
    Alpha Member
    Join Date
    Oct 2008
    Location
    United Kingdom
    Posts
    2,070
    Liked
    351

    Re: How to Make a ubercms r61

    You are trying to acsess, the r61 editor, You need to only acsess throught localhost/r61_pack_editor

  13. #12
    Newbie
    Rank
    Newbie
    Join Date
    Oct 2008
    Posts
    7
    Liked
    0

    Re: How to Make a ubercms r61

    lol now i'ts working o.O

  14. #13
    <(^^,)> =D xD
    Rank
    Member +
    Join Date
    Aug 2010
    Location
    uk
    Posts
    315
    Liked
    3

    Re: How to Make a ubercms r61

    Hey, my site layout is Fucked up mhan...

    got the code for it??
    and how do i change Novic: Home

  15. #14
    Im a litle bitch
    Rank
    Member +
    Join Date
    Oct 2010
    Posts
    724
    Liked
    50

    Re: How to Make a ubercms r61

    Cool!Can i use r59 instead of r51??

  16. #15
    <(^^,)> =D xD
    Rank
    Member +
    Join Date
    Aug 2010
    Location
    uk
    Posts
    315
    Liked
    3

    Re: How to Make a ubercms r61

    hey, when i put ,my DCR's into the htdocs this happens:
    Attached Thumbnails Attached Thumbnails sss.png  

 

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