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

Page 6 of 12 FirstFirst 123456789101112 LastLast
Results 76 to 90 of 175
  1. #76
    Account Upgraded | Title Enabled! itzJay is offline
    MemberRank
    Dec 2008 Join Date
    415Posts

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

    Thank you for this, good tutorial rory :-)

  2. #77
    Apprentice meesv12 is offline
    MemberRank
    May 2009 Join Date
    11Posts

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

    System.FormatException: String was not recognized as a valid DateTime.
    at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
    at Uber.HabboHotel.Users.Subscriptions.Subscription..ctor(String mType, String mActivated, Int32 mMonths, Int32 mItemsSelected) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Subscriptions\Subscription.cs:line 76
    at Uber.HabboHotel.Users.Subscriptions.SubscriptionManager.LoadSubscriptions() in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Subscriptions\SubscriptionManager.cs:line 145
    at Uber.HabboHotel.Users.Habbo.LoadData() in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\Users\Habbo.cs:line 246
    at Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 89
    at Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data) in C:\Users\Wichard\Habbo Developement\Uber\Uber\HabboHotel\GameClients\GameClient.cs:line 271
    at Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr) in C:\Users\Wichard\Habbo Developement\Uber\Uber\Net\TcpConnection.cs:line 204
    at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Net.ContextAwareResult.Complete(IntPtr userToken)
    at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
    at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)




    When i load the hotel, i just see the background, the errors that the emulator gave are above.

  3. #78
    Account Upgraded | Title Enabled! rory129 is offline
    MemberRank
    May 2009 Join Date
    МанчестLocation
    233Posts

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

    Quote Originally Posted by itzJay View Post
    Thank you for this, good tutorial rory :-)
    thanks!

  4. #79
    Member dominicscott is offline
    MemberRank
    Oct 2009 Join Date
    HtdocsLocation
    62Posts

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

    Rory, i cannot buy HC, or VIP, please help me, thanks. Also, i have no commands.
    Last edited by dominicscott; 26-06-11 at 02:53 PM.

  5. #80
    Enthusiast AndyJay1 is offline
    MemberRank
    Sep 2007 Join Date
    42Posts

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

    Hmm when I go on the client it loads but when the hotel screen/background comes up nothing happens, and after a while it takes me to the error page. Nothing appears on the emulator saying connection accepted or anything similar.


  6. #81
    Enthusiast Kath is offline
    MemberRank
    Apr 2011 Join Date
    31Posts

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

    I got a problem with starting the emu. I have installed MySQL last time for my maple. I didn't put a password. But the emu must have the password to start. How do I change the password for the MySQL?

  7. #82
    Alpha Member Aksel is offline
    MemberRank
    Mar 2009 Join Date
    1,909Posts

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

    A great tut!
    10/10
    it would have been 9 but you had the screenies :D!

  8. #83
    Novice HabboFan is offline
    MemberRank
    Jun 2011 Join Date
    3Posts

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

    I got everything working, I port forwarded ports 80, 30000, and 30001 or whatever, but i'm having an issue with the link, it lets me on my hotel when I do http://127.0.0.1, or http://192.168.2.12, but when I use my public ip adress http://70.27.18.252 it doesen't work, and I can't get it to work with my no-ip either D;

    Config:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d'
    | Meth0d dot org &ndash; stuff goes here
    | #######################################################################
    | 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'] = "StachePlaza";
    $config['Site']['hotel_name'] = "Stache";
    $config['Site']['www'] = "http://stacheplaza.servegame.com";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

    $config['MySQL']['hostname'] = "localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "NotTelling";
    $config['MySQL']['database'] = "db";

    $config['Game']['ip'] = "192.168.2.12";
    $config['Game']['port'] = 30000;

    $config['MUS']['enabled'] = true;
    $config['MUS']['ip'] = "192.168.2.12";
    $config['MUS']['port'] = 30001;
    ?>

    Emu config:
    ## System Configuration File
    ## All settings must be correctly configured for the Emulator to work

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

    ## MySQL Pooling Setting
    db.pool.minsize=5
    db.pool.maxsize=30

    ## Game TCP/IP Configuration
    game.tcp.bindip=192.168.2.12
    game.tcp.port=30000
    game.tcp.conlimit=1500

    ## Addons
    ## StartRoomID need Private room!
    addons.startroom.id=0
    addons.startroom.enabled=false

    uVip.publicroom.id=8


    What am I doing wrong? :L I want other people to be able to come on my hotel

    ---------- Post added at 07:56 AM ---------- Previous post was at 07:56 AM ----------

    I got everything working, I port forwarded ports 80, 30000, and 30001 or whatever, but i'm having an issue with the link, it lets me on my hotel when I do http://127.0.0.1, or http://192.168.2.12, but when I use my public ip adress http://70.27.18.252 it doesen't work, and I can't get it to work with my no-ip either D;

    Config:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d'
    | Meth0d dot org &ndash; stuff goes here
    | #######################################################################
    | 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'] = "StachePlaza";
    $config['Site']['hotel_name'] = "Stache";
    $config['Site']['www'] = "http://stacheplaza.servegame.com";
    $config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

    $config['MySQL']['hostname'] = "localhost";
    $config['MySQL']['username'] = "root";
    $config['MySQL']['password'] = "NotTelling";
    $config['MySQL']['database'] = "db";

    $config['Game']['ip'] = "192.168.2.12";
    $config['Game']['port'] = 30000;

    $config['MUS']['enabled'] = true;
    $config['MUS']['ip'] = "192.168.2.12";
    $config['MUS']['port'] = 30001;
    ?>

    Emu config:
    ## System Configuration File
    ## All settings must be correctly configured for the Emulator to work

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

    ## MySQL Pooling Setting
    db.pool.minsize=5
    db.pool.maxsize=30

    ## Game TCP/IP Configuration
    game.tcp.bindip=192.168.2.12
    game.tcp.port=30000
    game.tcp.conlimit=1500

    ## Addons
    ## StartRoomID need Private room!
    addons.startroom.id=0
    addons.startroom.enabled=false

    uVip.publicroom.id=8


    What am I doing wrong? :L I want other people to be able to come on my hotel

  9. #84
    Apprentice cacpot is offline
    MemberRank
    Jun 2010 Join Date
    9Posts

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

    i did everything u said and the emulator connected.. but no images at all on the website!!! help me fix

  10. #85
    Novice HabboFan is offline
    MemberRank
    Jun 2011 Join Date
    3Posts

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

    I have everything working, but the only links it will work for is Http://127.0.0.1 or http://192.168.2.12 which are not public links, so other people can't get on my hotel, I posted m configs above ^^

  11. #86
    Enthusiast scarey2k8 is offline
    MemberRank
    Dec 2008 Join Date
    26Posts

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

    I can't access local host, it comes up with a 404 error, im using IE.
    I've tried it on Firefox, and Chrome.

  12. #87
    Apprentice HOSTMARCEL is offline
    MemberRank
    Feb 2009 Join Date
    18Posts

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

    hello everyone iam having a problem with this
    does anyone know what the problem is and how i can fix it?
    thx in advance Marcel

  13. #88
    Account Upgraded | Title Enabled! rory129 is offline
    MemberRank
    May 2009 Join Date
    МанчестLocation
    233Posts

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

    Most error with the emu idk how to fix.

  14. #89
    Valued Member iRosko is offline
    MemberRank
    Nov 2010 Join Date
    110Posts

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

    Quote Originally Posted by HabboFan View Post
    I have everything working, but the only links it will work for is Http://127.0.0.1 or http://192.168.2.12 which are not public links, so other people can't get on my hotel, I posted m configs above ^^
    if you need help portfowarding pm me :D

  15. #90
    Enthusiast scarey2k8 is offline
    MemberRank
    Dec 2008 Join Date
    26Posts

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

    Could someone help me!.
    When I click start on Apache it doesn't start, or show starting, and I start it from the root directory.
    Also I can't get onto localhost, I presume it's because of the apache or something like that.



Advertisement