does it support r49?
anyway nice tut!
This is a discussion on How to setup ION/Deltar (Flash Emulator) within the Habbo Tutorials forums, part of the Habbo Hotel category; ION/Deltar Tutorial If you are new to this, then don't bother reading and posting help crap in this thread [READ ...

ION/Deltar Tutorial
If you are new to this, then don't bother reading and posting help crap in this thread
[READ FIRST] Things I would like to point out:
- Its only a base to code from, so you learn c# and get to know it better
- There is no CMS for ION/Deltar, but you can still use a client to connect to user
- Please do not say "This is buggy" read the first message like I said
- Just becuase it is r34 in the infomation, it will still support all swfs but R50 is recommended (because its the newest xD)
Things you will need:
- A brain, they are supported in all HumanOS
- WinRAR
- ION/Deltar server
- MySQL Connector 6.2.0
- XAMPP!!
- C# Download
Methods:
By now you should've set your database, installed the connector and debugged the server
How do I enter the hotel?
Well the default in the settings.ini should be:
Because the client has the set default port and Ip in client.php etc...Code:##Ion Configuration File## # Minimum Log level # # 0 = Debug # 1 = Information # 2 = Warnings # 3 = Errors system.minloglevel=0 # Database # db1.server.host=localhost db1.server.port=3306 db1.server.uid=root db1.server.pwd=MY PASSWORD db1.name=MY DATABASE db1.minpoolsize=1 db1.maxpoolsize=25 # TCP listener # net.tcp.localip=127.0.0.1 net.tcp.port=30000 net.tcp.maxcon=255 # Habbo Hotel # projects.habbo.client.version=34 projects.habbo.server.pinginterval=30000
FINALLY!
When entering the hotel, go to the users in phpMyAdmin and see the sso_ticket part, nillus's is "DeltarLoginTicket"
If you want to enter using his account go http://MYCLIENTPATH/client.php?sso=DeltarLoginTicket
If you see the user with the ticket "LameTicket" then enter client with http://MYCLIENTPATH/client.php?sso=LameTicket
Get it?
Then you should have successfully setup your ION Framework like so:
PLEASE NOTE:
This is only framework, Its a base for you to code,
If you have no idea how habbo emulators work, CLICK HERE
Last edited by winterpartys; 04-05-10 at 10:12 AM.
does it support r49?
anyway nice tut!
Very Nice , 10/10. keep tutorializn.
This is a very good tutorial, Alex!
Well we both are learning so we will try and get better.
We both are learning C#, will do something great with it one day.
Alex, you may be our new best coder :/
If someone could help with this:
http://forum.ragezone.com/f333/novic...-c-r50-662812/
I could learn c# better and provide for these people
Thread re-opened. Had no idea why it was closed :(
thank you :)