How to Make a ubercms r61

Page 1 of 4 1234 LastLast
Results 1 to 15 of 56
  1. #1
    Enthusiast burgerman88 is offline
    MemberRank
    Sep 2009 Join Date
    39Posts

    How to Make a ubercms r61

    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 09:06 AM.


  2. #2
    Account Upgraded | Title Enabled! No0b is offline
    MemberRank
    Jul 2010 Join Date
    Michigan, USLocation
    1,426Posts

    Re: How to Make a ubercms r61

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

  3. #3
    The Dutch guy grimske1 is offline
    MemberRank
    Mar 2009 Join Date
    The NetherlandsLocation
    346Posts

    Re: How to Make a ubercms r61

    can someone help me with installing and let it workon my site? add me on msn : stefangrims@hotmail.com

  4. #4
    Account Upgraded | Title Enabled! xnicnicx is offline
    MemberRank
    Mar 2010 Join Date
    AustraliaLocation
    636Posts

    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?

  5. #5
    Enthusiast burgerman88 is offline
    MemberRank
    Sep 2009 Join Date
    39Posts

    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.

  6. #6
    Account Upgraded | Title Enabled! xnicnicx is offline
    MemberRank
    Mar 2010 Join Date
    AustraliaLocation
    636Posts

    Re: How to Make a ubercms r61

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

  7. #7
    Enthusiast burgerman88 is offline
    MemberRank
    Sep 2009 Join Date
    39Posts

    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

  8. #8
    Account Upgraded | Title Enabled! StrongFaith is offline
    MemberRank
    Aug 2010 Join Date
    .PHP filesLocation
    268Posts

    Re: How to Make a ubercms r61

    hmm.. good job.

  9. #9
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    Re: How to Make a ubercms r61

    Nicking my Tut, again FFS! Noobs.

  10. #10
    Apprentice catboy5 is offline
    MemberRank
    Oct 2008 Join Date
    7Posts

    Re: How to Make a ubercms r61

    pls help my how i can fix this??:

  11. #11
    swagggggg Livar is offline
    MemberRank
    Oct 2008 Join Date
    United KingdomLocation
    2,272Posts

    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

  12. #12
    Apprentice catboy5 is offline
    MemberRank
    Oct 2008 Join Date
    7Posts

    Re: How to Make a ubercms r61

    lol now i'ts working o.O

  13. #13
    Account Upgraded | Title Enabled! robertm3363 is offline
    MemberRank
    Aug 2010 Join Date
    ukLocation
    308Posts

    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

  14. #14
    Account Upgraded | Title Enabled! Miggs is offline
    MemberRank
    Oct 2010 Join Date
    711Posts

    Re: How to Make a ubercms r61

    Cool!Can i use r59 instead of r51??

  15. #15
    Account Upgraded | Title Enabled! robertm3363 is offline
    MemberRank
    Aug 2010 Join Date
    ukLocation
    308Posts

    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

Advertisement