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] Setting up Phoenix 3.7 Cracked + RevCMS

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
I get this. I load the client in GOogle Chrome and it loads. I see Hotel View but not navigator or anything and then after some minutes I get this:
Oops! Something has gone wrong and you have been disconnected from Habbo, if you would like to reload the client, click here

Your emulator probably isn't listening to any ports - have you portforwarded?
 
Newbie Spellweaver
Joined
Jan 2, 2012
Messages
11
Reaction score
0
It says- Connection [0] From 127.0.0.1 then right after that...
Login Error: User Account not found - make sure the users last_ip matches their current ip (127.0.0.1)
Connection Dropped [0] from 127.0.0.1
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
It says- Connection [0] From 127.0.0.1 then right after that...
Login Error: User Account not found - make sure the users last_ip matches their current ip (127.0.0.1)
Connection Dropped [0] from 127.0.0.1

You missed a step. Go back into phpMyAdmin, open the server_settings table and change the value of enable_securesessions to 0. Then re-open the emulator.
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
24
Reaction score
1
Your emulator probably isn't listening to any ports - have you portforwarded?

No I have not. How do I do that? There is not a step in your guide about it. I just want a retro for myself to play. How do I use a VPN? Please can you help?
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
No I have not. How do I do that? There is not a step in your guide about it. I just want a retro for myself to play.

I haven't covered this as I have never needed to portforward, since I use a VPN that opens all ports automatically for me.

There should be a tutorial in the tutorials section somewhere telling you how to do it, if not try googling "how to portforward" and then the name/make of your router.

You could also try using Hamachi, although I've never done that before.
 
Newbie Spellweaver
Joined
Jan 2, 2012
Messages
11
Reaction score
0
You missed a step. Go back into phpMyAdmin, open the server_settings table and change the value of enable_securesessions to 0. Then re-open the emulator.

I have changed it to 0 yet still get the same error. :( Any thoughts on a fix?
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
24
Reaction score
1
I haven't covered this as I have never needed to portforward, since I use a VPN that opens all ports automatically for me.

There should be a tutorial in the tutorials section somewhere telling you how to do it, if not try googling "how to portforward" and then the name/make of your router.

You could also try using Hamachi, although I've never done that before.

Could you explain how to do a VPN if that's easier? Or link me to the tutorial?
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
Newbie Spellweaver
Joined
Mar 14, 2011
Messages
19
Reaction score
1
I got my error fixed and I got revcms running. I have 2 questions:

1. How do I edit the mango theme to have my logo instead of habbo at the top, the background, and pictures etc? i went to tpl/skins/mango/images and tried replacing the logo.png with mine and it does not show up. is that how you edit it?

2. I'm also getting stuck on the hotel view when trying to load the client..
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
Which are the ports that need to be open?

By default, 30000 and 30001.

I got my error fixed and I got revcms running. I have 2 questions:

1. How do I edit the mango theme to have my logo instead of habbo at the top, the background, and pictures etc? i went to tpl/skins/mango/images and tried replacing the logo.png with mine and it does not show up. is that how you edit it?

2. I'm also getting stuck on the hotel view when trying to load the client..

1. Open the logo in your browser and press Ctrl + F5 (force refresh) and it should use the new one. Then try doing the same while on your /me page.

2. You need to have your ports opened.
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
24
Reaction score
1
Does 80 also have to be open? I have opened 30000 and 30001 and now I get this in my emulator:
>> Connection [0] from [numbers]
>> Connection dropped [0] from [numbers]

I'm still stuck on Hotel View without anything loaded, and I have ports 30000 and 30001 open!
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
Does 80 also have to be open? I have opened 30000 and 30001 and now I get this in my emulator:
>> Connection [0] from [numbers]
>> Connection dropped [0] from [numbers]

I'm still stuck on Hotel View without anything loaded, and I have ports 30000 and 30001 open!

Did the error say anything about last_ip?
 
Initiate Mage
Joined
Jan 2, 2012
Messages
3
Reaction score
0
hay when i click on to try and get onto the client this comes up

Please move ./install/config.php to ./includes/config.php to continue.

i tryed looking for that file but theres no such thinge what do i do?????
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
hay when i click on to try and get onto the client this comes up

Please move ./install/config.php to ./includes/config.php to continue.

i tryed looking for that file but theres no such thinge what do i do?????

Are you using RevCMS?


Try the following:

- Close Phoenix
- Open port 1232
- Open up \htdocs\app\tpl\skins\Mango\client.php
- Replace 30000 with 1232
- Open the Phoenix config file

Change:

game.tcp.bindip to localhost
game.tcp.port to 1232
mus.tcp.bindip to localhost

Open Phoenix, and try going on the client again.
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
yes im using revcms

Then I'm not sure why it's giving you that error. Did you configure it all, and make your own account? Tried logging in and out?
 
Newbie Spellweaver
Joined
Dec 30, 2011
Messages
24
Reaction score
1
Are you using RevCMS?



Try the following:

- Close Phoenix
- Open port 1232
- Open up \htdocs\app\tpl\skins\Mango\client.php
- Replace 30000 with 1232
- Open the Phoenix config file

Change:

game.tcp.bindip to localhost
game.tcp.port to 1232
mus.tcp.bindip to localhost

Open Phoenix, and try going on the client again.
Most of the things were on localhost already (127.0 etc) I cant find 30000 in the client.php file. Where is it?
How can I fix my stuff? :(
 
Newbie Spellweaver
Joined
Jan 1, 2012
Messages
19
Reaction score
1
Most of the things were on localhost already (127.0 etc) I cant find 30000 in the client.php file. Where is it?
How can I fix my stuff? :(

Yeah, but still, change 127.0.0.1 to localhost. Also, make sure your Server IP in RevCMS is localhost too -- not 127.0.0.1

And it should be in line 41 of client.php
 
Status
Not open for further replies.
Back
Top