Search found 52 matches

by trevor
Fri Feb 08, 2013 11:56 pm
Forum: Really General
Topic: What made you feel great today?
Replies: 151
Views: 33358

Re: What made you feel great today?

I finally got the player info page on my server's facebook page working!
https://www.facebook.com/pages/Armagetr ... 3167177144
by trevor
Fri Feb 08, 2013 10:25 pm
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

It's not pretty but it works! I've got it hosted on my server's Facebook page.
by trevor
Fri Feb 08, 2013 1:33 am
Forum: General
Topic: Armagetron Experimental on windows 8?
Replies: 14
Views: 3123

Re: Armagetron Experimental on windows 8?

I'm on win8 with a cheap integrated graphics card in a laptop. No fps problems here, I get about 250.
by trevor
Thu Feb 07, 2013 7:34 pm
Forum: General
Topic: This just happened, I'm excited!
Replies: 38
Views: 7256

Re: This just happened, I'm excited!

sinewav wrote:Less leading (space) between Armagetron and Bronies, please. My typographical eye is aching.
Didn't notice that until you said something, and now I can't unsee it. I will be fixing it.
Image
by trevor
Tue Feb 05, 2013 7:40 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

Wait, would I get my own domain, as in I'm just armagetron-bronies.com instead of armagetron-bronies.netne.net? If so, I'd be a fool to turn that down. Thanks LOVER$BOY. It seems the problems I have, the more I find just how awesome this community is, lol.
by trevor
Tue Feb 05, 2013 7:37 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

Well, I'm on a kindle fire at the moment, it's 1:30am, and I have school tomorrow tomorrow so I will resume this after classes. In the meantime, thanks for all the help so far and I really need to learn php...
Good night!
by trevor
Tue Feb 05, 2013 7:25 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

The 000webhost editor is changing it to <!---?php at the beginning instead of just <?php. Is that a problem?
by trevor
Tue Feb 05, 2013 7:10 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

So no need for the echo command I edited in there right after posting?
Never mind.
by trevor
Tue Feb 05, 2013 7:09 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

So something like:

Code: Select all

<pre>
     <?php echo file_get_contents("myip/players.txt"); ?>
</pre>
Correct?
by trevor
Tue Feb 05, 2013 7:01 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

I still think it's much easier to use curl_ functions as they are easier to handle and can report errors with the HTTP_REQUEST_CODE. It's not a local file? I wouldn't bother with cURL for a local file, but if you're putting this on a different host, then yeah you should probably use cURL, or file_g...
by trevor
Tue Feb 05, 2013 6:47 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

Code: Select all

<pre>
     <?php include("123.45.67.890/players.txt") ?>
</pre>
Like this?
by trevor
Tue Feb 05, 2013 6:38 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

Ok, could you explain pre tags? Tonight is my first time working with php. Other than that line of code I have I My post, what do I need?
by trevor
Tue Feb 05, 2013 6:34 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

Well, this script is just so people can go to the site and see if anyone is playing before they start up the client and connect. Updating every round should be enough for that purpose unless they happen to check right before the one playing leaves regrettable for the offer though. As for the script,...
by trevor
Tue Feb 05, 2013 6:26 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

What about the php route of just displaying the text file like light first suggested? I just need to know what the command is for php to fetch the file from a remote server instead of a local file. I tried <?php include("my server's ip/players.txt") ?> With the apache root directory set to...
by trevor
Tue Feb 05, 2013 6:19 am
Forum: Server Administration/Setup
Topic: Who's online plugin
Replies: 45
Views: 19961

Re: Who's online plugin

000WebHost doesn't allow gaming servers as in the actual server binary that runs on the machine the client connects to. They are fine with hosting websites for game servers as long as the game itself is hosted elsewhere, the map repository for my server has been hosted on that domain ever since I ad...