Search found 12 matches
- 21 Oct 2009 17:06
- Forum: RemoteCP 4
- Topic: Fatal error:
- Replies: 3
- Views: 4079
Re: Fatal error:
I figured out that if I set the permissions of those xml files to 777 I do get the control panel. But As I was told in another topic the chmod 777 is not safe. You said something about .htacces files too, is there a way to check if that .htacces is working?
- 21 Oct 2009 15:17
- Forum: RemoteCP 4
- Topic: Fatal error:
- Replies: 3
- Views: 4079
Re: Fatal error:
Ok, here ar my xml files. I can't find wrong code, but probably I think I missed it. admin.xml <?xml version="1.0"?> <admins> <admin> <id>L1</id> <active>true</active> <group>1</group> <servers> <id>1</id> </servers> <username>rcplive</username> <password></password> <nocode>false</nocode> <tmaccoun...
- 21 Oct 2009 14:27
- Forum: RemoteCP 4
- Topic: Fatal error:
- Replies: 3
- Views: 4079
Fatal error:
Hello everyone, I followed the instructions on TMBase.de for remoteCP 4. after setting the permissions to 771 i get this error: Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /var/www/tm/includes/core/rcp_session.class.php:23 Stack trace: #0 /var/www/...
- 19 Oct 2009 17:51
- Forum: ToolBox
- Topic: Startup Script ubuntu server
- Replies: 11
- Views: 15213
Re: Startup Script ubuntu server
Well my problem is solved. The startup script does what it should do. I will post my code below for everyone who wants to use it. THANKS Xymph for all the help. /edit: removed the code, because I accidentally posted the wrong script. The code below is the script I use at this moment, but it is far f...
- 17 Oct 2009 22:45
- Forum: ToolBox
- Topic: Startup Script ubuntu server
- Replies: 11
- Views: 15213
Re: Startup Script ubuntu server
Well ok thank you for your help. It's true this is my first linux server and I am trying to learn all the different things. I think the best way to learn all those things is to just do them and try to solve every problem, the thing is there is not much information about tm servers. So the only way t...
- 17 Oct 2009 13:11
- Forum: ToolBox
- Topic: Startup Script ubuntu server
- Replies: 11
- Views: 15213
Re: Startup Script ubuntu server
Ok thank you, I fixed those problems, I do have a server.sh but it didn't have the right permissions xD. The next errors are displayed after running the script now: Executing /etc/init.d/TM start .. Starting penguisher: TM /home/penguisher/TrackmaniaServer_2009-08-01/server.sh: line 2: 3701 Segmenta...
- 17 Oct 2009 09:48
- Forum: ToolBox
- Topic: Startup Script ubuntu server
- Replies: 11
- Views: 15213
Re: Startup Script ubuntu server
Well the last script I tried was this one: #!/bin/sh # # Starts TMF script # # chkconfig: 345 94 06 # description: TMF is the TrackMania Forever server MYDESC="penguisher" MYPATH=/home/penguisher/TrackmaniaServer_2009-08-01 MYNAME=TM MYPROC=TrackmaniaServerF MYLOCK=$MYNAME DAEMON=$MYPATH/server.sh M...
- 16 Oct 2009 12:49
- Forum: ToolBox
- Topic: Startup Script ubuntu server
- Replies: 11
- Views: 15213
Startup Script ubuntu server
Hello everyone,
I am looking for a working startup script for ubuntu, I tried several startup scripts but they didn't work for me.
I am looking for a working startup script for ubuntu, I tried several startup scripts but they didn't work for me.
- 16 Oct 2009 09:09
- Forum: ToolBox
- Topic: TrackMania command line options
- Replies: 19
- Views: 45274
Re: TrackMania command line options
Can anyone tell me what the /nodaemon command does? If I run my server with the command /nodaemon it works without /nodaemon it doesn't work. Do I need to change some settings to let my server work without the /nodaemon command?
- 16 Oct 2009 07:27
- Forum: ToolBox
- Topic: TMN on linux "autostart"
- Replies: 26
- Views: 26274
Re: TMN on linux "autostart"
Hello, Got a problem here. When I try to start that script I get this error: .: 18: Can't open /etc/rc.d/init.d/functions my startup script is like this. #!/bin/sh # # Starts TMF script # # chkconfig: 345 94 06 # description: TMF is the TrackMania Forever server MYDESC="penguisher" MYPATH=/home/peng...
- 15 Oct 2009 17:40
- Forum: RemoteCP 4
- Topic: Permission denied
- Replies: 5
- Views: 4942
Re: Permission denied
Ok thank you very much, problem solved, also thanks for the security tip. I think that should be added to the manual of remoteCP because they tell you to chmod 777 the whole cache and XML directory.
- 15 Oct 2009 15:17
- Forum: RemoteCP 4
- Topic: Permission denied
- Replies: 5
- Views: 4942
Permission denied
Hello everyone, I tried to set up a Trackmania Nations Forever server and I tried to control it using remoteCP. When I login for the first time, I should change my admin password. I can login succesfully, but when I try to change the passsword I get an error: [2009-10-15T17:06:59+02:00] [PHP Warning...