Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUT] How to make a UberCMS hotel r57/r59 [TUT]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
89
Reaction score
24
game.tcp.bindip= 127.0.0.1
change this to 192.168.2.1
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
128
Reaction score
7
okay i changed it to this

## uberEmulator System Configuration File
## Must be edited for the server to work

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

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=999999

## Game TCP/IP Configuration
game.tcp.bindip= 127.0.0.1
game.tcp.port= 30000
game.tcp.conlimit=999999

## MUS TCP/IP Configuration
mus.tcp.bindip= 192.168.2.1
mus.tcp.port= 30001
mus.tcp.allowedaddr= 192.168.2.1

## Client configuration
client.ping.enabled=0
client.ping.interval=0
yet the emulator still says the same thing :S

---------- Post added at 10:24 PM ---------- Previous post was at 10:21 PM ----------

can u come on msn

## uberEmulator System Configuration File
## Must be edited for the server to work

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

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=999999

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=999999

## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.2.1
mus.tcp.port=30001
mus.tcp.allowedaddr=192.168.2.1

## Client configuration
client.ping.enabled=0
client.ping.interval=0

Try this way... You cant have spaces.
 
Newbie Spellweaver
Joined
Dec 16, 2010
Messages
9
Reaction score
0
tried it still have same problem it says could not set up mus socket:
An invalid IP address was specified i have team viewer if u can help add me chuffy_boy@hotmail.com

---------- Post added at 10:35 PM ---------- Previous post was at 10:33 PM ----------

oh nm fixed one thing thanks to strikker but now it says
could not set up MUS socket:
The requested address is not valid in its context

---------- Post added at 10:40 PM ---------- Previous post was at 10:35 PM ----------

dw problems fixed but now have a new problem XD the register dosent work if somebody could help please add my msn
chuffy_boy@hotmail.com
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
128
Reaction score
7
Register works fine here... Im hosting it, i just have client problems...
 
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
89
Reaction score
24
What client problems you getting? describe please
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
128
Reaction score
7
Like, i set up everything like the posts says and it gives me the same error that mooiboys

Btw sim242. Try to change client.ping.interval=0 to client.ping.interval=30004 at the end!

adminF - [TUT] How to make a UberCMS hotel r57/r59 [TUT] - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
89
Reaction score
24
did you edit the following......
inc.config
class.mydb something
client.php
page-client.tpl?
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
128
Reaction score
7
did you edit the following......
inc.config
class.mydb something
client.php
page-client.tpl?

Everything change except client.php theres nothing to change there i guess...

There is just one little thing... This part of the tutorial:

"Once it's all uploaded go to your swfs and find gamedata and edit your external variables to your ip address/ports and the external texts."

Find gamedata? I find the external and i change all the ips to my host.
 
Last edited:
Initiate Mage
Joined
Dec 14, 2010
Messages
2
Reaction score
0
I have an error importing your emu into my database. It shows up a red letter and says ERROR. I cant post screenie a sec
 
Newbie Spellweaver
Joined
Feb 3, 2008
Messages
89
Reaction score
24
:S you dont import the emu into php my admin
 
Initiate Mage
Joined
May 11, 2008
Messages
4
Reaction score
0
Followed everything, gotten further then I ever have been before when setting up a hotel (with Emulator xD)

I have a problem though.

Main Page works fine (except for right bit of login image missing?)


Though my Registration Page seems to wanna be funny. And it's not funny. :(:
 
Last edited:
Newbie Spellweaver
Joined
Dec 16, 2010
Messages
9
Reaction score
0
strikker have u edited client.php because my mate had the same problem with his client butthen he edited the client.php and works fine and another thing u needing a mod or admin on ur hotel because if i cant get this hotel to work mite aswell join ur hotel as staff rather then mucking about with this haha and i got the emu to work
if u do want me to join yours as staff wich i hope u do add my msn
chuffy_boy@hotmail.com ;)
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
128
Reaction score
7
strikker have u edited client.php because my mate had the same problem with his client butthen he edited the client.php and works fine and another thing u needing a mod or admin on ur hotel because if i cant get this hotel to work mite aswell join ur hotel as staff rather then mucking about with this haha and i got the emu to work
if u do want me to join yours as staff wich i hope u do add my msn
chuffy_boy@hotmail.com ;)

Like what i need to edit? btw the hotel im trying to make is only for me, offline mode.
 
Newbie Spellweaver
Joined
Dec 16, 2010
Messages
9
Reaction score
0
Like what i need to edit? btw the hotel im trying to make is only for me, offline mode.

Im not sure what u have to edit all i know is you have to edit something in the client.php :S
Also why you making an offline hotel??
 
Status
Not open for further replies.
Back
Top