Search found 86 matches

by Tannermon11
Sat Jul 16, 2016 11:06 am
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

I had edited my post, apparently making a new file, testing a diff script, then putting the original one in the new file made it so it could find it. There is still an issue though cause while it is not outputting that error anymore, none of the commands are working which is weird because it worked ...
by Tannermon11
Sat Jul 16, 2016 10:46 am
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

Hmm if I change the shebang line(first line) to the #!/usr/bin/env php This is now what shows in the terminal: [0] Launching external command '/home/tanner/0.2.9-armagetronad-sty+ct+ap/scripts/script.php'... /usr/bin/env: 'php\r': No such file or directory This only thing I have in everytime.cfg rig...
by Tannermon11
Sat Jul 16, 2016 9:14 am
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

Ok I had a thought which may be affecting this.I searched in bin but I couldn't find anything with a file name related to php. So I tried to download php 7 using sudo apt-get install php7.0 It installed a php folder that contained a 7.0 folder which then contained a cli, fpm, and mods-available fold...
by Tannermon11
Sat Jul 16, 2016 4:06 am
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

Do you know why it is saying that it can't find the file even though it is there?
by Tannermon11
Fri Jul 15, 2016 11:04 pm
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

It seems whenever I try to do the configure zthread part it ends up saying this: bash: ./configure: /bin/[[:space:]]h: bad interpreter: No such file or directory I noticed in the configure file, there is now a whole bunch of lines that have [:space:] in them, like every line the configure zthread wo...
by Tannermon11
Fri Jul 15, 2016 1:52 pm
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

This is the current path to the scripts folder: /home/tanner/0.2.9-armagetronad-sty+ct+ap/scripts which then has script.php inside it It does seem to be off when I look at it but I don't know why it would set the path wrong by default if the scripts folder is suppose to be where you put scripts :S A...
by Tannermon11
Fri Jul 15, 2016 1:48 pm
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

It's just a whole bunch of different commands that I've mostly made. Some dealing with spawning zones while other deal with printing out information. I know it should work because it used to work on another server, but it wasn't a server that I set up.
by Tannermon11
Fri Jul 15, 2016 1:29 pm
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Re: Sty+ct+ap server

Thanks for the responses, I uninstalled the normal version and then did make debug. This did indeed start the correct version of the server! I was now trying to get a script to work. Inside everytime.cfg I put the following: spawn_script script.php The script.php is in the scripts folder however at ...
by Tannermon11
Fri Jul 15, 2016 2:18 am
Forum: Server Administration/Setup
Topic: Sty+ct+ap server
Replies: 46
Views: 20397

Sty+ct+ap server

So I am not that good with Ubuntu but I needed to use linux in order to run a script on the server. So I use bzr for this link: https://code.launchpad.net/~armagetronad-ap/armagetronad/0.2.9-armagetronad-sty+ct+ap After that was done I went into the directory and ran ./bootstrap.sh and then initiall...
by Tannermon11
Mon Feb 03, 2014 11:05 pm
Forum: Others
Topic: Happy Fun Time Close To Full Guide
Replies: 31
Views: 18428

Re: Happy Fun Time Close To Full Guide

I think it was a good idea that it was. At the very least there should of been a lowering in levels for every player if there wasn't a reset. Cause it definitely isn't fun for new players if there is level 100+ in the game:p And new players are what keeps the game going.
by Tannermon11
Sat Apr 30, 2011 12:59 am
Forum: Server Administration/Setup
Topic: Ladder
Replies: 4
Views: 1678

Re: Ladder

What do you type in ruby to make it run? And if you don't set up the countries database then what do you do to get the ladder up and running?
by Tannermon11
Sat Mar 12, 2011 11:13 pm
Forum: Server Administration/Setup
Topic: Ladder
Replies: 4
Views: 1678

Re: Ladder

Anyone??
by Tannermon11
Tue Mar 08, 2011 1:46 am
Forum: Server Administration/Setup
Topic: Ladder
Replies: 4
Views: 1678

Ladder

I already have a ladder, but I was trying to get a ladder that has Rounds won, Matches won, % won of rounds and matches. (I have Windows OS) I also downloaded the windows version of Ruby. I went onto https://launchpad.net/noms and downloaded the 1.5 version. I extracted it into C:\xampp\htdocs\Ladde...
by Tannermon11
Tue Jul 13, 2010 10:48 pm
Forum: Server Administration/Setup
Topic: My server ladder
Replies: 50
Views: 12204

Re: My server ladder

define('PATH_TO_VAR',"C:\Documents and Settings\Tanner\Application Data\Armagetron\var");

edit: I saw above it dont forget to use \\ , \ will not work
use \\ where all the \ are?



2nd edit: I put \\ where all the \ are and it worked :P
by Tannermon11
Tue Jul 13, 2010 9:57 pm
Forum: Server Administration/Setup
Topic: My server ladder
Replies: 50
Views: 12204

Re: My server ladder

I noticed one thing on localhost/ladder. I got 3 errors. Warning: file(C:\Documents and Settings\Tanner\Application Data\Armagetronar\won_rounds.txt) [function.file]: failed to open stream: Invalid argument in C:\xampp\htdocs\ladder\index.php on line 69 Warning: file(C:\Documents and Settings\Tanner...