- Joined
- Feb 13, 2007
- Messages
- 8
- Reaction score
- 0
Before we go anywhere, let me state that I do not take credit for creating this server. The only credit I take is for uploading/hosting the files and publicly releasing the links.
My reason for re-creating this thread is because Jeax's original thread got locked due to an inactive link.
To add, you MUST have .NET Framework 2.0 which you can download for free
You will also need MySQL Connector/ODBC 3.51. You can visit the download page
Also, you need some knowledge in creating a MySQL database(s) and importing MySQL files via phpMyAdmin or whatever it is you use.
I will NOT provide any help in this thread whatsoever. If you need help, create a thread in the HELP SECTION. It's there for a reason - learn to use it!
You need an SSO login to actually login into your server. There's a few SSO logins out there that you could use, but I personally recommend HabboWeb. An on-going project by t2t2. You can visit his thread and download HabboWeb HERE.
One more thing - If you have coding experience in C#, you can use a nice code snippet (non-SSO login) that DarthDie has released. Check it out HERE.
Now the files. I have uploaded these files to 3 different servers. My personal webserver, Rapidshare and Megaupload. I have also uploaded the file as an attachment to this thread.
I can ensure you there is no virus in the files, but for your safety, here are the scan results.
DOWNLOAD LINKS:
Mini Tutorial:
Create a folder on your desktop or anywhere you would like. Open the .ZIP file and extract all the contents to the newly created folder. Once done, import the provided MySQL file into a created MySQL database. After that, in the folder, open the Executable folder then open up the Config file.
Save & close the Config file. After that, open the .EXE file New Warlord. If it completely executes, congratulations, it has connected to the database and you can use the hotel. Remember, you need an SSO login in order to login.
Enjoy!
My reason for re-creating this thread is because Jeax's original thread got locked due to an inactive link.
Jeax said:Features:
- Encryption
- SSO Ticket login system
- Fully MySQL
- public rooms etc
- Walking
- Shouting
- Private rooms
- creating private rooms
- Fav list
- Own rooms
- Search (Real search e.g shows rooms starting with Woo if u search woo as well as rooms owned by Woo [if any])
- Entering rooms
- entering passworded rooms (Requires right password obv!)
- Badges on/off
- Sitting
- Path finding
- Catalogue
- Catalogue levels (e.g only certain users with the right level can view and purchase from certain catalogues)
- Fully working Mod tool (Every feature including all options on ban tool [Shockwave ban, ip ban etc]
- Statuses (Waving/Dancing etc)
- Console (100%)
- signing furniture (On/off etc)
- Fully customizable cat Via MySQL
- Rooms show amount of users inside
- Private room categories ease of use
- Other stuff i cant think of probably (12am still not slept)
Note: probably still a few exploits in it as i havn't scoured through it all completely but still nowhere near as exploitable as all those other retros ive seen :S
Tech notes:
- coded in c#
- uses Threading for speed (much faster to do everything aka less lag)
- Due to the use of MySQL it allows you to do anything you wish web based such as habbo homes, a FULL housekeeping, anything your brain desires.
To add, you MUST have .NET Framework 2.0 which you can download for free
To view the content, you need to sign in or register
.You will also need MySQL Connector/ODBC 3.51. You can visit the download page
To view the content, you need to sign in or register
. Figure out what which one you need yourself. I downloaded the Windows MSI Installer (x86) file.Also, you need some knowledge in creating a MySQL database(s) and importing MySQL files via phpMyAdmin or whatever it is you use.
I will NOT provide any help in this thread whatsoever. If you need help, create a thread in the HELP SECTION. It's there for a reason - learn to use it!
You need an SSO login to actually login into your server. There's a few SSO logins out there that you could use, but I personally recommend HabboWeb. An on-going project by t2t2. You can visit his thread and download HabboWeb HERE.
One more thing - If you have coding experience in C#, you can use a nice code snippet (non-SSO login) that DarthDie has released. Check it out HERE.
Now the files. I have uploaded these files to 3 different servers. My personal webserver, Rapidshare and Megaupload. I have also uploaded the file as an attachment to this thread.
I can ensure you there is no virus in the files, but for your safety, here are the scan results.
DOWNLOAD LINKS:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
Mini Tutorial:
Create a folder on your desktop or anywhere you would like. Open the .ZIP file and extract all the contents to the newly created folder. Once done, import the provided MySQL file into a created MySQL database. After that, in the folder, open the Executable folder then open up the Config file.
Code:
[database]
host=localhost(enter a host here, use localhost if MySQL is hosted on the same computer)
port=3306 (you should most likely leave this)
db=jeaxhab (Enter the database name here)
username=root (Enter the username you used for the database, usually this would be root)
password=1***** (Enter the password for the username here)
Enjoy!