Welcome to the RaGEZONE - MMORPG development forums.

How to setup Jabbo V3

This is a discussion on How to setup Jabbo V3 within the Habbo Tutorials forums, part of the Habbo Hotel category; How to setup a Jabbo V3 Server This tutorial will teach you how to setup a Jabbo V3 server that ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Newbie
    Rank
    Newbie
    Join Date
    Jul 2011
    Posts
    16
    Liked
    4

    How to setup Jabbo V3

    Tabo Hotel
    How to setup a Jabbo V3 Server


    This tutorial will teach you how to setup a Jabbo V3 server that uses Python, IIS and C#. If you have not head of Jabbo, check it out!

    http://forum.ragezone.com/f353/jabbo-v3-797700/

    Before starting the tutorial, I request you have:

    1. A Windows 7 Operating System (as this tutorial is designed for it)
    2. XAMPP pre-installed.
    3. Common computer knowledge.
    4. How to use PhpMyAdmin
    5. The actual Jabbo Files from the link above.

    Getting Started: IIS

    For some reason I cannot get Jabbo to run on Apache so I recommend using IIS. If you are unsure how to installed IIS on your home computer then I have taken the time to tell you how.

    1. Start -> Control Panel -> Turn Windows Features on or off
    2. Tick the box that has Internet Information Services and press OK.
    3. Head to this (website) to install PHP on the IIS server. Simply click install and follow the on screen steps.
    4. Head to Localhost to make sure you get to the IIS welcome page.
    5. Move the 'client' from the Jabbo folder to the path C:/inetpub/wwwroot

    The Database

    Since you have XAMPP installed, we will use the MySQL from there. I don't want to have to explain how to install MySQL without answering a bundle of questions.

    1. Start MySQL up in the XAMMP Control Panel. *Don't start Apache*
    2. Move the phpmyadmin dictory to C:/inetpub/wwwroot *This is for temp access so delete it when you are done*
    3. Head to http://127.0.0.1/phpmyadmin and create a database called Jabbo then import the SQL script that came with the Jabbo download called 'jabbo.sql.zip'

    The Python Part

    The Python to use can be downloaded from MEGAUPLOAD - The leading online storage and file delivery service

    This is the easiest way to deal with Python and orbited.

    1. Place Python27 extracted to the desktop.
    2. Right click on computer and go properties
    3. Then go 'Advance System Settings"
    4. Environment Variables
    5. For variables for <username> add on the path area

    Code:
    C:\Users\<username>\Desktop\Python27\bin;C:\Users\<username>\Desktop\Python27\scripts\C:\Users\<username>\Desktop\Python27
    6. Do the same for System Variables.
    7. Open up a command prompt as Administrator and type Python.
    8. If no problems, open another and type

    PHP Code:
    orbited -"path to config" 
    The configuration is the file called 'orbited.cfg'

    Set the server up

    1. Go to the server folder of JabboV3.
    2. Navigate this way to find the server executable.
    PHP Code:
    'jabboV3\server\KyntoServerCMD\bin\Debug' 
    3. Edit 'settings.ini' and change the database variables.
    4. Start 'JabboServerCMD.exe' up.

    Final Step

    Head to http://127.0.0.1/client and hopefully Jabbo loads up.


    If you have any problems at all, just leave a reply and I will get back to you.
    WJJ and Fakyteen like this.

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

    Re: How to setup Jabbo V3

    Very good to be so lacking in Portuguese : P

    @Edit
    I doubt one of the variables in python it is in the folder or application inside the folder? Why do not you think to the variables ..

  4. #3
    WJJ
    Big booty bitches ;)
    Rank
    Member +
    Join Date
    May 2007
    Location
    United Kingdom
    Posts
    1,313
    Liked
    56

    Re: How to setup Jabbo V3

    thanks for writing this.

    Im fine but when type "orbited -c "pathtofile"

    i get "orbited is not defined"

    Thanks,
    Will

  5. #4
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    I could not install, post prints will help a lot. I'm increasingly looking Jabber: (

    Who want to install for me my teamviewer is:
    176 003 356
    5050

    http://forum.ragezone.com/f333/help-...6/#post6744756

  6. #5
    Newbie
    Rank
    Newbie
    Join Date
    Jul 2011
    Posts
    16
    Liked
    4

    Re: How to setup Jabbo V3

    Quote Originally Posted by WJJ View Post
    thanks for writing this.

    Im fine but when type "orbited -c "pathtofile"


    i get "orbited is not defined"

    Thanks,
    Will
    Does the Python command work? If so, type into the Python cmd "import orbited" then type orbited -h. Does that do anything? If not I have missed a step somewhere.

    Quote Originally Posted by Fakyteen View Post
    I could not install, post prints will help a lot. I'm increasingly looking Jabber: (

    Who want to install for me my teamviewer is:
    176 003 356
    5050

    http://forum.ragezone.com/f333/help-...6/#post6744756
    I will start adding screens today, man! Hang on. We will get it up for you.

  7. #6
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    Quote Originally Posted by ItsThatMatt View Post
    Does the Python command work? If so, type into the Python cmd "import orbited" then type orbited -h. Does that do anything? If not I have missed a step somewhere.



    I will start adding screens today, man! Hang on. We will get it up for you.
    Hahaha' I think I reached a desperate point, but I need a lot of jabber, if I can help or do something in order to have it installed today I will.

  8. #7
    WJJ
    Big booty bitches ;)
    Rank
    Member +
    Join Date
    May 2007
    Location
    United Kingdom
    Posts
    1,313
    Liked
    56

    Re: How to setup Jabbo V3

    Yeah python works on command line.

    Tried that and it said:
    Traceback(most recent call last):
    File "Stdin", line 1 in <module>
    Import Error: no module named orbited

  9. #8
    Les
    The Omega
    Rank
    Member
    Join Date
    Mar 2007
    Location
    Stratford
    Posts
    111
    Liked
    6

    Re: How to setup Jabbo V3

    this is crap it dont even tell me what ports i need to PF... LAME

  10. #9
    Jabbo developer
    Rank
    Member +
    Join Date
    Apr 2007
    Location
    Belgium
    Posts
    225
    Liked
    32

    Re: How to setup Jabbo V3

    Thanks, ItsThatMatt!
    I've thaken the liberty to merge all three Jabbo threads into the release thread. I've credited you of course!
    You'll find explanation on how to create an account there as well.
    Mods, perhaps this thread can be closed now?

  11. #10
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    Quote Originally Posted by gefliptemens View Post
    Thanks, ItsThatMatt!
    I've thaken the liberty to merge all three Jabbo threads into the release thread. I've credited you of course!
    You'll find explanation on how to create an account there as well.
    Mods, perhaps this thread can be closed now?
    No, he is still answering questions, this topic is Deich have to help it open.

  12. #11
    Newbie
    Rank
    Newbie
    Join Date
    Jul 2011
    Posts
    16
    Liked
    4

    Re: How to setup Jabbo V3

    Quote Originally Posted by WJJ View Post
    Yeah python works on command line.

    Tried that and it said:
    Traceback(most recent call last):
    File "Stdin", line 1 in <module>
    Import Error: no module named orbited
    Sorry man! You're right. I forgot to package up the Script folder. Can you try downloading this and replacing everything in the Scripts folder of Python then try import Python then try orbited from the command line?

    MEGAUPLOAD - The leading online storage and file delivery service

    Quote Originally Posted by Les View Post
    this is crap it dont even tell me what ports i need to PF... LAME
    I don't think this really matters because you can change the ports. If it really is a concern it is ports 80, 8080 and 3500.

    Quote Originally Posted by gefliptemens View Post
    Thanks, ItsThatMatt!
    I've thaken the liberty to merge all three Jabbo threads into the release thread. I've credited you of course!
    You'll find explanation on how to create an account there as well.
    Mods, perhaps this thread can be closed now?
    My pleasure to help and also to find out that what I wanted to know.

    Maybe keep this open in-case if people need support?

  13. #12
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    Quote Originally Posted by ItsThatMatt View Post
    Sorry man! You're right. I forgot to package up the Script folder. Can you try downloading this and replacing everything in the Scripts folder of Python then try import Python then try orbited from the command line?

    MEGAUPLOAD - The leading online storage and file delivery service



    I don't think this really matters because you can change the ports. If it really is a concern it is ports 80, 8080 and 3500.



    My pleasure to help and also to find out that what I wanted to know.

    Maybe keep this open in-case if people need support?
    It could get into my windows 8 and install jabbo via teamviewer? please need to reset the site desing

  14. #13
    Newbie
    Rank
    Newbie
    Join Date
    Jul 2011
    Posts
    16
    Liked
    4

    Re: How to setup Jabbo V3

    Quote Originally Posted by Fakyteen View Post
    It could get into my windows 8 and install jabbo via teamviewer? please need to reset the site desing
    Check your private message man.

  15. #14
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    Quote Originally Posted by ItsThatMatt View Post
    Check your private message man.
    Ok, you also.

  16. #15
    Member
    Rank
    Newbie
    Join Date
    Sep 2011
    Posts
    48
    Liked
    0

    Re: How to setup Jabbo V3

    Updated, my problem Men!

 

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