Help with Client

Mee

Member
May 4, 2012
232
28


" No input file specified. "

Does anyone know how I can fix this error?

I'm running IIS, CMS is up, Phoenix is up..
 

wite

Posting Freak
Aug 3, 2012
593
131
No I am not going on join.me with anyone
Ugh now I have to write it all :kryptos:

Ok, go to your client.php file.
Press Ctrl+F
Search For: "connection.info.host"

Replace:
Code:
"connection.info.host" : "There will be a random IP here"
With:
Code:
"connection.info.host" : "YOUR IP GOES HERE"
Example:
Code:
"connection.info.host" : "123.456.78.900"

Then save client.php and load your client. (Make sure Phoenix is running.)
 

Mee

Member
May 4, 2012
232
28
Ugh now I have to write it all :kryptos:

Ok, go to your client.php file.
Press Ctrl+F
Search For: "connection.info.host"

Replace:
Code:
"connection.info.host" : "There will be a random IP here"
With:
Code:
"connection.info.host" : "YOUR IP GOES HERE"
Example:
Code:
"connection.info.host" : "123.456.78.900"

Then save client.php and load your client. (Make sure Phoenix is running.)

.config file from the folder that my skin
Ugh now I have to write it all :kryptos:

Ok, go to your client.php file.
Press Ctrl+F
Search For: "connection.info.host"

Replace:
Code:
"connection.info.host" : "There will be a random IP here"
With:
Code:
"connection.info.host" : "YOUR IP GOES HERE"
Example:
Code:
"connection.info.host" : "123.456.78.900"

Then save client.php and load your client. (Make sure Phoenix is running.)

Just did that, the client still doesn't work. Disconnects straight away after loading.
 

Mee

Member
May 4, 2012
232
28
Are you sure you added your VPS IP in the spot?
Also, is your Phoenix EMU configured to the right IP?


My Phoenix Emu config's hostname is set to localhost
This appeared in Phoenix Emu's config, do I edit it to anything?:

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.allowedaddr=127.0.0.1

I am currently on a Dedicated Server.
 

wite

Posting Freak
Aug 3, 2012
593
131
My Phoenix Emu config's hostname is set to localhost
This appeared in Phoenix Emu's config, do I edit it to anything?:

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.allowedaddr=127.0.0.1

I am currently on a Dedicated Server.
Try replacing 127.0.0.1 with your Dedi's IP.
 

Users who are viewing this thread

Top