Page 22 of 32

Re: [Plugin]FreeZone Plugin

Posted: 11 May 2011, 20:09
by Knutselmaaster
I did not try it yet, i will next time i run ino a similar case.
Maybe it would be worth mentioning that you need to change it back to 0 right away?

Re: [Plugin]FreeZone Plugin

Posted: 15 May 2011, 21:46
by Gulp
I also have some troubles with the freezone, on my server ffsprincesse, my freezone account is enable, I've enough coppers. I've try to hide and un-hide my server it was working for a while, but it appends again.

Re: [Plugin]FreeZone Plugin

Posted: 20 May 2011, 20:51
by Amfetamin
My server does not become FreeZone, although I did all the instructions clearly...
1. I register my server on the manialink "freezone:servers" and changed the pw. serverlogin: speedfever
2. i have the latest vesion of vertrigo serv. PHP 5.3.6, Mysql 5.5.10, JSON and cURL extension loaded.
3. I installed the latest version of manialive and FreeZone plugin. Manialive from here and plugin from here
4. I edited all the config files, and I am sure that right(99%^^) because a) check against friend config who works FreeZone) b) do not have any errors in the console when i start manialive.

Code: Select all

ManiaLive
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer    -> required  -> [ Yes ] 5.3.6
Standard PHP Library  -> required  -> [ Yes ]
JSON                  -> required  -> [ Yes ]
OpenSSL               -> required  -> [ Yes ]
cURL with SSL         -> required  -> [ Yes ] 7.21.2 (OpenSSL/0.9.8r) (with Open
SSL/0.9.8r)
SQLite                -> optionnal -> [ Yes ]
-----------------------------------------------------
[23:00:46] XML-RPC connection established
[23:00:46] Successfully authentified with XML-RPC server
[23:00:47] Current map: newbie 0.20b
[PluginHandler] Start plugin load process:
[PluginHandler] is loading Freezone\Freezone ...
[PluginHandler] All registered plugins have been loaded
5. Run in test mode and changed server name to FreeZone ...
When I go into the game with TMN account and find in list my server, it said - Not a FreeZone Server.
I have latest version of trackmania server OFC and i have xaseco on server but I tried without it.

sorry for bad english...

Re: [Plugin]FreeZone Plugin

Posted: 20 May 2011, 21:38
by farfa
Disable the test mode and it should be good. The test mode is made to test your server before registering your server in the freezone

Re: [Plugin]FreeZone Plugin

Posted: 20 May 2011, 23:13
by Amfetamin
farfa wrote:Disable the test mode and it should be good. The test mode is made to test your server before registering your server in the freezone
Didn't help. Server is restarted.

Re: [Plugin]FreeZone Plugin

Posted: 21 May 2011, 00:05
by Knutselmaaster
It takes a few hours after the first (non test mode) startup before it actually works.

Re: [Plugin]FreeZone Plugin

Posted: 21 May 2011, 01:07
by Amfetamin
Knutselmaaster wrote:It takes a few hours after the first (non test mode) startup before it actually works.
oh yeee, its working now, big thx!
it takes a few hours only after the first startup, so the next time i restart the server it will be immediately FreeZone?

Re: [Plugin]FreeZone Plugin

Posted: 21 May 2011, 11:07
by Knutselmaaster
If it is a quick restart, it will remain freezone indeed.
But if for some reason your manialive is offline for a longer period, freezone gets automatically disabled by the main server.
If you restart your manialive then, it will take a few hours, like it did now.

Re: [Plugin]FreeZone Plugin

Posted: 07 Jun 2011, 23:46
by Fragomatic
I got this problem with my server. this is not an anwser to som1 else. i saw som1 have a similar problem with hes server earlyer in this topic he fixed it by changin the localhost to 172.0.0.1 i tryed that and it did not work for me.
-> ErrorException with code 0
fsockopen(): unable to connect to localhost:5000 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
)
- in D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx.php on line 115
- Stack: #0 [internal function]: ManiaLive\Application\ErrorHandling::createExcpetionFromError(2, 'fsockopen(): un...', 'D:\Trackmania s...', 115, Array)
#1 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx.php(115): fsockopen('localhost', 5000, 10060, 'A connection at...', 1)
#2 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx.php(101): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->init('localhost', 5000)
#3 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\DedicatedApi\Connection.php(78): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->__construct('localhost', 5000)
#4 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLib\Utils\Singleton.php(23): ManiaLive\DedicatedApi\Connection->__construct()
#5 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\DedicatedApi\Connection.php(65): ManiaLib\Utils\Singleton::getInstance()
#6 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\Application\AbstractApplication.php(106): ManiaLive\DedicatedApi\Connection::getInstance()
#7 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLiveApplication\Application.php(38): ManiaLive\Application\AbstractApplication->init()
#8 D:\Trackmania servere\Freezone LOL server\manialive\libraries\ManiaLive\Application\AbstractApplication.php(137): ManiaLiveApplication\Application->init()
#9 D:\Trackmania servere\Freezone LOL server\manialive\bootstrapper.php(82): ManiaLive\Application\AbstractApplication->run()
#10 {main}
Can som1 plz help me. have been working to get my server up and runninger for 2 dayes now. allwayes find another problem. thx for your time

Re: [Plugin]FreeZone Plugin

Posted: 08 Jun 2011, 00:09
by The_Big_Boo
I suppose you already checked that your server is actually running on port 5000 so try to set an higher value for server.timeout in your config file. Sometimes, 1 second isn't enough.

Edit: btw, is it typo or did you really try with 172.0.0.1 instead of 127.0.0.1 ? ^^