uaseco v0.9.5 - Fehlermeldung
Posted: 12 Jul 2017, 15:56
Hi zusammen,
vielleicht weiss jemand Rat woran dies liegen kann. Die PHP Version wurde von 5.5.9 auf 5.6.0 geupdatet.
MySQL Daten habe ich kontrolliert und bekomme mit Subdomain oder IP uaseco nicht zum laufen.
Bekomme folgende Meldung:
[2017-07-12 16:49:41] [Dedicated] Try to connect to Maniaplanet dedicated server at games.maphosts.de:5030 (timeout 180s)
[UASECO Warning] [Dedicated] [1] connect - Cannot open socket
[UASECO Fatal Error] [Dedicated] ...connection could not be established! on line 395 in file /home/maniaplanet/uaseco/uaseco.php
Mit xaseco2 und mpaseco bekomme ich so keine Probleme beim verbinden.
Starparameter: (RunSrvTM.sh)
#!/bin/sh
unset http_proxy
unset https_proxy
./ManiaPlanetServer /title=TMCanyon@nadeo /game_settings=MatchSettings/TMCanyonA.txt /dedicated_cfg=dedicated-tm2-canyon.txt
cd uaseco
php -d allow_url_fopen=on -d safe_mode=0 webrequest.php 1>&2 &
php -d allow_url_fopen=on -d safe_mode=0 uaseco.php TM2 2>>logs/uaseco.log 1>&2 &
echo $!
In der dedicated.txt
<force_ip_address>N/A</force_ip_address>
<server_port>5035</server_port>
<server_p2p_port>3450</server_p2p_port>
<client_port>0</client_port>
<bind_ip_address>N/A</bind_ip_address>
<use_nat_upnp></use_nat_upnp>
<gsp_name></gsp_name> <!-- Game Server Provider name and info url -->
<gsp_url></gsp_url> <!-- If you're a server hoster, you can use this to advertise your services -->
<xmlrpc_port>5030</xmlrpc_port>
<xmlrpc_allowremote>True</xmlrpc_allowremote> <!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->
Uaseco.xml
<dedicated_server>
<login>SuperAdmin</login>
<password>xxxxx</password>
<ip>N/A</ip>
<port>5030</port>
<timeout>180</timeout>
</dedicated_server>
vielleicht weiss jemand Rat woran dies liegen kann. Die PHP Version wurde von 5.5.9 auf 5.6.0 geupdatet.
MySQL Daten habe ich kontrolliert und bekomme mit Subdomain oder IP uaseco nicht zum laufen.
Bekomme folgende Meldung:
[2017-07-12 16:49:41] [Dedicated] Try to connect to Maniaplanet dedicated server at games.maphosts.de:5030 (timeout 180s)
[UASECO Warning] [Dedicated] [1] connect - Cannot open socket
[UASECO Fatal Error] [Dedicated] ...connection could not be established! on line 395 in file /home/maniaplanet/uaseco/uaseco.php
Mit xaseco2 und mpaseco bekomme ich so keine Probleme beim verbinden.
Starparameter: (RunSrvTM.sh)
#!/bin/sh
unset http_proxy
unset https_proxy
./ManiaPlanetServer /title=TMCanyon@nadeo /game_settings=MatchSettings/TMCanyonA.txt /dedicated_cfg=dedicated-tm2-canyon.txt
cd uaseco
php -d allow_url_fopen=on -d safe_mode=0 webrequest.php 1>&2 &
php -d allow_url_fopen=on -d safe_mode=0 uaseco.php TM2 2>>logs/uaseco.log 1>&2 &
echo $!
In der dedicated.txt
<force_ip_address>N/A</force_ip_address>
<server_port>5035</server_port>
<server_p2p_port>3450</server_p2p_port>
<client_port>0</client_port>
<bind_ip_address>N/A</bind_ip_address>
<use_nat_upnp></use_nat_upnp>
<gsp_name></gsp_name> <!-- Game Server Provider name and info url -->
<gsp_url></gsp_url> <!-- If you're a server hoster, you can use this to advertise your services -->
<xmlrpc_port>5030</xmlrpc_port>
<xmlrpc_allowremote>True</xmlrpc_allowremote> <!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->
Uaseco.xml
<dedicated_server>
<login>SuperAdmin</login>
<password>xxxxx</password>
<ip>N/A</ip>
<port>5030</port>
<timeout>180</timeout>
</dedicated_server>