Search found 124 matches

by Moofie
Mon Mar 19, 2012 3:42 pm
Forum: Really General
Topic: kony 2012
Replies: 35
Views: 7136

Re: kony 2012

I still don't understand how everyone just found out about this now. The invisible children stuff has been going on for like 2 years, and anyway, kids have been in the military forever. Look at the Spartans, they recruited at like 13. Not saying I support, but I mean come on, how is it suddenly so o...
by Moofie
Wed Mar 14, 2012 1:07 am
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

lol you guys don't need to put an effort into correcting, it was just my noob learning test script :P
by Moofie
Tue Mar 13, 2012 6:46 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Oh.. lol oops. I just figured i'd have it spawn a death zone if you commit suicide, its the only thing I could think of to test lol. Hm, guess I got some more learning to do :P
by Moofie
Tue Mar 13, 2012 5:47 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Alright, i'll check that out. One thing, I made a simple script, and by simple I mean like total beginner script, only made it during a few tutorials I read. #!/usr/bin/php <?php $sui = DEATH_SUICIDE IF ($sui = DEATH_SUICIDE){ "SPAWN_ZONE death 10 10 4 1 5 5 true 15 15 2 3" } php?> How's i...
by Moofie
Tue Mar 13, 2012 1:05 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Oh, it worked! Sweet, thanks for the help.
by Moofie
Mon Mar 12, 2012 6:22 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Yeah, I just used this example script from http://crazy-tronners.com/wiki/index.php/Running_a_Server #!/usr/bin/php <?php while (1) { $line = rtrim(fgets(STDIN, 1024)); // watch the game time to update settings based on time if (preg_match("/^GAME_TIME/", $line)){ $keywords = preg_split(&q...
by Moofie
Mon Mar 12, 2012 2:04 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Hm, alright. I'll check it out. What you said (and everyone else) only made half sense, but I made it this far learning, I can make it more :P EDIT: I put it in my everytime.cfg file, as I think you can't enter it though console. In the logs is says Launching external command '/home/mark//.armagetro...
by Moofie
Mon Mar 12, 2012 3:02 am
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Hooray, it worked. But the script didn't, maybe it was just not a good one. I'll have to try another. Thanks for the help
by Moofie
Sun Mar 11, 2012 11:18 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

Update, I did the install/configure of ZThreads, but I did not install libtools (do not have root at the moment, am able to get it if I need to though). It gave the same error.
by Moofie
Sun Mar 11, 2012 11:05 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Re: Loading script problem.

I used 0install, so I didn't compile everything, but I can try it
by Moofie
Sun Mar 11, 2012 6:32 pm
Forum: Server Administration/Setup
Topic: Loading script problem.
Replies: 21
Views: 5160

Loading script problem.

I am trying to load a script into my server. I just took a random php script I found to try and figure this out with. I made this sh file: #!/bin/sh tron="./.cache/0install.net/implementations/styct/usr/local/bin/armagetronad-styct-dedicated" var="/home/mark/.armagetronad-styct-dedica...
by Moofie
Fri Mar 09, 2012 4:15 am
Forum: Beta Testing
Topic: .4 dedicated server bugs.
Replies: 3
Views: 4590

Re: .4 dedicated server bugs.

Although the rotation things are very cool (i haven't touched .3 so I haven't used them before). I was noticing, did you guys add a script parser built in? The commands such as start_script, restart_script, etc made me think so, if so it would be sweet, and if so how do i use it?
by Moofie
Fri Mar 09, 2012 3:39 am
Forum: Beta Testing
Topic: .4 dedicated server bugs.
Replies: 3
Views: 4590

.4 dedicated server bugs.

I was playing around with .4 dedicated server and i found some bugs. Well mainly, the whole silencing thing, did not work with admins. When you silence an admin, you can talk, all it does is display a pretty fake silenced message. I don't know if this was intentional but I feel it may be better as a...
by Moofie
Tue Feb 14, 2012 4:30 am
Forum: Server Administration/Setup
Topic: Server windows closed, so can't close server.
Replies: 11
Views: 2707

Re: Server windows closed, so can't close server.

another thing on a side note, any way you would recommend transferring files (cfg files) over to it? for my settings i posted it on 4shared then used wget to download it, then renamed to correct. but i can't use ftp programs.
by Moofie
Tue Feb 14, 2012 4:28 am
Forum: Server Administration/Setup
Topic: Server windows closed, so can't close server.
Replies: 11
Views: 2707

Re: Server windows closed, so can't close server.

it works! i also had the styct version. thanks for the help!