Welcome to RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by tfn.gr)

Habbo Development Discuss, [DEV] [From Scratch - Open-Source] [C# - MS SQL] [V9] Project Thor at Habbo Hotel forum; I'm working on getting the public rooms in and fixing the bugs etc. Just be patient. If you don't like ...




Closed Thread
Thread Tools
[DEV] [From Scratch - Open-Source] [C# - MS SQL] [V9] Project Thor
 
 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-10-2008, 02:25 AM
 
I'm working on getting the public rooms in and fixing the bugs etc. Just be patient.

If you don't like it: Don't use the server until they are in.

Time is something I don't have a lot of.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


 
Join Date: Jun 2008
Location: Holland (dutch)
Posts: 209
08-10-2008, 11:34 AM
 
Quote: Originally Posted by Adus View Post
I'm working on getting the public rooms in and fixing the bugs etc. Just be patient.

If you don't like it: Don't use the server until they are in.

Time is something I don't have a lot of.
Fix you the kernel error?
 
 
permalink
 

 
Holo ftw.

Rank: Member


 
Join Date: Feb 2007
Location: The Netherlands
Posts: 467
08-10-2008, 02:51 PM
 
I prefer a program to create a bigger catalogue above public rooms. I think most of the users think the same as i do :) users don't visit retros because of the public rooms, but because of features like console messaging and mainly because they can buy habbo furnis and customs for free
 
 
permalink
 

 
CrazyFont.Net ♥

Rank: Alpha Member


 
Join Date: Mar 2007
Location: iNTERNATiONAL
Posts: 2,577
08-10-2008, 03:09 PM
 
Lol Cant set it up.. so many extra progs wtf.. and now bin file -.-'
 
 
permalink
 

 
Newbie

Rank: Omicron


 
Join Date: Mar 2008
Posts: 10
08-10-2008, 06:45 PM
 
Sorry for being such a noob,
but I don't know how/where to do the following:

"4) Create a user which is set up for SQL Authentication (not windows authentication), grant it db_owner access to the database created above."

Can anyone help me? :P
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-10-2008, 06:53 PM
 
Quote: Originally Posted by VashMaster View Post
I prefer a program to create a bigger catalogue above public rooms. I think most of the users think the same as i do :) users don't visit retros because of the public rooms, but because of features like console messaging and mainly because they can buy habbo furnis and customs for free
I agree. I'm working on it.
I'm the only person writing code for this and I have a job and partner.
It will get done :)
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Apr 2007
Location: France
Posts: 29
08-10-2008, 10:24 PM
 
4) Create a user which is set up for SQL Authentication (not windows authentication), grant it db_owner access to the [Only Registered and Activated Users Can See Links. Click Here To Register...] created above.


How do it ?
 
 
permalink
 

 
Holo ftw.

Rank: Member


 
Join Date: Feb 2007
Location: The Netherlands
Posts: 467
08-11-2008, 01:21 AM
 
Quote: Originally Posted by Adus View Post
I agree. I'm working on it.
I'm the only person writing code for this and I have a job and partner.
It will get done :)
Nice to hear that ;) Real life goes before second life. I am also having a busy time atm, so i know what you mean. Anyways, if i could code, i would have done it but i cant code anything :)
 
 
permalink
 

 
Newbie

Rank: Omicron


 
Join Date: Apr 2007
Location: In my bed with my darling!
Posts: 14
08-11-2008, 08:49 PM
 
Quote: Originally Posted by 22kaką View Post
someone can help me with this error????

Me too, i've this problem. I try with thejoy62, but i dont know create an user... Rofl
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-12-2008, 01:48 PM
 
Quote: Originally Posted by Gusse! View Post
Me too, i've this problem. I try with thejoy62, but i dont know create an user... Rofl
Not much I can do if you don't know how SQL Server works...
You need to learn.
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


 
Join Date: Jun 2008
Location: Holland (dutch)
Posts: 209
08-12-2008, 02:35 PM
 
Adus why don't you fix the kernel error??
And how works debug in C# with windows service..
 
 
permalink
 

 
The mofo'ing Woodpeckah

Rank: Alpha Member


 
Join Date: Feb 2007
Location: The Netherlands
Posts: 3,428
08-12-2008, 02:42 PM
 
Honestly, I don't understand why people fail to get it running, okay, installing MS SQL server is quite confusing with all it's role stuff etc, but it's pretty straight forward.
Then just install the service using InstallUtil, use SQL Management Studio (or w/e) to create the database, edit the config file to the settings you entered during installation of SQL Server & you're done.
Oh, for people who have problems with creating user, use Google?
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Start service via NET START or cmd > services.msc > Thor Server > Start.

Joeh this server is the best one I have seen, it's amazing.

- Nillus
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-12-2008, 02:45 PM
 
Quote: Originally Posted by Supers' View Post
Adus why don't you fix the kernel error??
And how works debug in C# with windows service..
Because you are the only person who has experienced it to my knowledge.

You can attach the debugger to the process if you like.
Or you can run ThorHelper via Visual Studio and not run it as a service.


Quote: Originally Posted by Nillus View Post
Honestly, I don't understand why people fail to get it running, okay, installing MS SQL server is quite confusing with all it's role stuff etc, but it's pretty straight forward.
Then just install the service using InstallUtil, use SQL Management Studio (or w/e) to create the database, edit the config file to the settings you entered during installation of SQL Server & you're done.
Start service via NET START or cmd > services.msc > Thor Server > Start.

Joeh this server is the best one I have seen, it's amazing.

- Nillus
/signed
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


 
Join Date: Jun 2008
Location: Holland (dutch)
Posts: 209
08-12-2008, 03:52 PM
 
Quote: Originally Posted by Adus View Post
Because you are the only person who has experienced it to my knowledge.

You can attach the debugger to the process if you like.
Or you can run ThorHelper via Visual Studio and not run it as a service.




/signed
I have around 100 users online others maybe 5 and i have it tested on me vps and me pc that is weird..
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


 
Join Date: Jun 2008
Location: Holland (dutch)
Posts: 209
08-12-2008, 03:54 PM
 
And how do this;
<b>You can attach the debugger to the process if you like.
Or you can run ThorHelper via Visual Studio and not run it as a service.</b>
 
 
permalink
 

 
Newbie

Rank: Omicron


 
Join Date: Apr 2007
Location: In my bed with my darling!
Posts: 14
08-12-2008, 07:45 PM
 
Quote: Originally Posted by Nillus View Post
Honestly, I don't understand why people fail to get it running, okay, installing MS SQL server is quite confusing with all it's role stuff etc, but it's pretty straight forward.
Then just install the service using InstallUtil, use SQL Management Studio (or w/e) to create the database, edit the config file to the settings you entered during installation of SQL Server & you're done.
Oh, for people who have problems with creating user, use Google?
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Start service via NET START or cmd > services.msc > Thor Server > Start.

Joeh this server is the best one I have seen, it's amazing.

- Nillus

We try it, thanks guy


Edit: Certificate requiered, what's this ? Adus, please, do you want help me for this ? I've look here: [Only Registered and Activated Users Can See Links. Click Here To Register...]

Thanks...

Last edited by Gusse!; 08-12-2008 at 10:29 PM.
 
 
permalink
 

 
Ultimate Member

Rank: New Blood


 
Join Date: Jun 2007
Location: Germany (Dortmund)
Posts: 164
08-12-2008, 10:37 PM
 
isn't it possible just to install it on a mysql database... with phpmyadmin... ?
Where is the diference between the SQL Sever from Microsoft and Phpmyadmin?
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-14-2008, 09:32 AM
 
Quote: Originally Posted by Dark_Messiah View Post
isn't it possible just to install it on a mysql database... with phpmyadmin... ?
Where is the diference between the SQL Sever from Microsoft and Phpmyadmin?
No, it's not possible to use MySQL without changing the code.
Syntax is different for a start.
 
 
permalink
 

 
Ultimate Member

Rank: New Blood


 
Join Date: Jun 2007
Location: Germany (Dortmund)
Posts: 164
08-14-2008, 11:40 AM
 
Quote: Originally Posted by Adus View Post
No, it's not possible to use MySQL without changing the code.
Syntax is different for a start.

why do you use Microsoft SQL and not mysql?!
 
 
permalink
 

 
Alpha Member

Rank: Alpha Member


Blog Entries: 4
 
Join Date: Jan 2008
Location: CS:S
Posts: 1,891
08-15-2008, 02:02 AM
 
woop i got it going like i posted on som where is the admin site? the helper folder jst has the server in it :S

yeah its in mssql rember you need mssqlmse :D to make it work ima gonna put a hotel up on this and try to contribute some code now ive got it going this is what i call a retro

Screens :D
 
 
permalink
 

 
Newbie

Rank: Omicron


 
Join Date: Apr 2007
Location: In my bed with my darling!
Posts: 14
08-16-2008, 12:11 PM
 
Quote: Originally Posted by MYCHEMICALSELF View Post
woop i got it going like i posted on som where is the admin site? the helper folder jst has the server in it :S

yeah its in mssql rember you need mssqlmse :D to make it work ima gonna put a hotel up on this and try to contribute some code now ive got it going this is what i call a retro

Screens :D
You can help me for create my MMYSQL Authentification ? last step... i give u access to my vps for create it. Thanks guy.
 
 
permalink
 

 
Alpha Member

Rank: Alpha Member


Blog Entries: 4
 
Join Date: Jan 2008
Location: CS:S
Posts: 1,891
08-16-2008, 07:24 PM
 
uninstall mssql and when you install uncheck hide advanced :) then later on you can enable it but i dont think thor is ready for public hotels yet :)
 
 
permalink
 

 
Account Upgraded | Title Enabled!

Rank: Member


 
Join Date: Jun 2008
Location: Holland (dutch)
Posts: 209
08-17-2008, 02:47 PM
 
Adus need this server Ado.net?
 
 
permalink
 

 
Alpha Member

Rank: Alpha Member


Blog Entries: 4
 
Join Date: Jan 2008
Location: CS:S
Posts: 1,891
08-17-2008, 07:48 PM
 
nope it dont :P i never installed it and i got it going :D
 
 
permalink
 

 
Member

Rank: Omicron


 
Join Date: Jul 2008
Posts: 37
08-18-2008, 08:37 PM
 
New Release as part of the Avalon build. Version 186.

Changes:
* Fixed an issue that caused 2 room worker threads to run. Causing items on rollers to pop in some situations.
* Small Threading Improvement
* Navigator search and display improved
* Implemented PING / PONG
* Resolved a threading deadlock

Get it at: [Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 11:10 PM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RaGEZONE © 2001 - 2008





 
Evade Blackbelt School