PDA

View Full Version : Server show No Data (Down?)


-=CoN=-Strych9
17th July, 2009, 05:17 PM
Every server I add to the Universal Unreal Web Page shows No Data (Down?).

It also shows that on the server. Looks like i am getting player info though.

Also none of the PM thru UU are making to the server. I am getting them on the webpage.

Any ideas?


Thanks,

Letylove49
17th July, 2009, 09:11 PM
do you have added universal unreal on the server ?

ServerActors=UniversalUnrealLite110-Build5.ServerActor

ServerPackages=UniversalUnrealLite110-Build5
ServerPackages=UniversalUnreal_CredManager
ServerPackages=NexgenCC

and this ? make sure you use the Nexgen version or the lite version

[UniversalUnrealLite110-Build5.UniversalUnreal]
UniverseID=your Universe
UniversePass=your password
UniverseHost=www.yourwebsite.com
UniverseFilePath=/UniversalUnreal/html/utinterface.php
UniversePort=80
ServerURL=your ip server:7777
TCPServerPort=7777
ShortServerName=Server Name ( must be the same name on your web site)
LookupsPassword=*******
bDisableDuringMatchMode=True
bHideHUDForGuests=False
ServerListYOffset=0
UniverseAboutURL=http://yourwebsite.com/UniversalUnreal/html/index.php?p=about
CollectPlayerData=True
MaxTimeout=20
ErrorLimit=10
resolvedAddress=66.55.132.33
bNeverPurgeAddress=True
bDebug=False

-=CoN=-Strych9
17th July, 2009, 10:15 PM
Well I had this different:

ShortServerName=Server Name ( must be the same name on your web site)

Everything else was right.

But set it to the same and still get the No Data (Down?)

I get the message that the server has logged in, just no data.

Also i am using the nexgen plugin. I assume that is why my ini does not have LookupsPassword=*******



Thanks,

-=CoN=-Strych9
18th July, 2009, 02:25 AM
another note. When i do !moreinfo nothing ever comes back. I see no errors in the logs either.

Matthew
18th July, 2009, 06:50 AM
This all means that the ports on your UT server that you are using are firewalled off. You'll need to contact your host and ask them to either:
A) Open up the port to TCP traffic that you have specified in "TCPServerPort="

OR

B) Ask your server host if there is already a TCP port open that you may use

If they are worried about security or want more information they are welcome to contact me.

-=CoN=-Strych9
18th July, 2009, 07:19 AM
Well i run my own server and I have opened the port that i had set. I have even made a test server with a different port and tried it.

Does the web part of UT need to be enabled?

Just wondering if i use for example port 9001. Do i need to open a range? or will just TCP 9001 work?

Is there some service that this would require that i may not have?


Thanks for the help.

Matthew
20th July, 2009, 10:59 PM
Your web server may not allow URL fopen() in PHP (which is fine). Try setting "QUERY_METHOD" in constants.php to the value of 1. Example:

define("QUERY_METHOD",1);

Letylove49
6th December, 2009, 11:31 PM
Well I had this different:

ShortServerName=Server Name ( must be the same name on your web site)

Everything else was right.

But set it to the same and still get the No Data (Down?)

I get the message that the server has logged in, just no data.

Also i am using the nexgen plugin. I assume that is why my ini does not have LookupsPassword=*******



Thanks,

yes this Ini is for a UT without Nexgen