Search found 35 matches

by ThatBum
Wed Apr 25, 2012 1:38 am
Forum: General
Topic: NFo StoryBook...How did you get to NFo?
Replies: 72
Views: 152363

Re: NFo StoryBook...How did you get to NFo?

Near the beginning of 2011, I got into the Garry's Mod SpaceBuild scene. There were about 30 or 40 servers for that gamemode. They were mostly alright, and I was even an admin on a few of them. However, none of them felt quite right. Some had poor performance, had a lack of useful addons that work w...
by ThatBum
Tue Apr 24, 2012 12:30 am
Forum: Minecraft
Topic: Essentials w/ Tekkit problems
Replies: 2
Views: 1605

Re: Essentials w/ Tekkit problems

I think Tekkit is actually built off of 1.1 or something at the moment. The constituent mods haven't all been updated for 1.2 yet, so it's lagging behind a bit. When you start up Tekkit, one of the first lines of actual Bukkit (not ModLoaderMP) will show the version it's built against. I tried it on...
by ThatBum
Thu Apr 19, 2012 3:06 pm
Forum: Minecraft
Topic: Input/output error?
Replies: 8
Views: 3858

Re: Input/output error?

Excellent. I'll put the plugins back and see if that was the problem.
by ThatBum
Thu Apr 19, 2012 12:29 pm
Forum: Minecraft
Topic: Input/output error?
Replies: 8
Views: 3858

Re: Input/output error?

Nope. I can literally wake up and find that it's zombied. I have it running without plugins now, since about midnight last night, and it seems to be stable...will give it a bit more time and add some back. Somewhat worryingly, there was a corrupted chunk right near the spawn area that's been replace...
by ThatBum
Wed Apr 18, 2012 6:05 pm
Forum: Minecraft
Topic: Input/output error?
Replies: 8
Views: 3858

Re: Input/output error?

It's on a regular shared machine. 10 players/512MB, node la-dodec306-2. As stated, there is no errors. Just player normal chat and player commands, and some occasional automated stuff, like one line of Hawkeye deleting old logging data in the MySQL database. I guess I'll go to the ol' standby of tri...
by ThatBum
Wed Apr 18, 2012 4:26 pm
Forum: Minecraft
Topic: Input/output error?
Replies: 8
Views: 3858

Input/output error?

Ohai. I'm getting an intermittent error: 2012-04-18 11:04:19 [SEVERE] null java.io.IOException: Input/output error at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.re...
by ThatBum
Tue Apr 17, 2012 6:28 pm
Forum: Minecraft
Topic: Dynmap web config
Replies: 10
Views: 4016

Re: Dynmap web config

Getting Dynmap's webserver portion to run on a separate machine seems like an immense pain; there's no official support or function for it. I'd imagine it would involve setting it to sync between the two machines with a cron job or something. That would involve large amounts of bandwidth with transf...
by ThatBum
Tue Apr 17, 2012 6:11 pm
Forum: Minecraft
Topic: Dynmap
Replies: 5
Views: 2383

Re: Dynmap

Bind the server's IP/DNS name to Dynmap.

In configuration.txt:

Code: Select all

# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
webserver-bindaddress: tntminecraft.game.nfoservers.com
Change 'webserver-bindaddress' to your server's address.
by ThatBum
Mon Apr 16, 2012 1:56 am
Forum: Game and voice servers
Topic: Tribes Ascend
Replies: 7
Views: 2503

Re: Tribes Ascend

I've tried it, it's pretty good. I played the first few Tribes games back in the day, and this iteration captures the fun I had with them well. The jetpack and skis are an interesting spin on the traditional FPS mechanics. Runs well clientside, and I wasn't experiencing any lag on the few servers I ...
by ThatBum
Mon Apr 02, 2012 4:24 pm
Forum: Minecraft
Topic: How to display a message on restart?
Replies: 7
Views: 2423

Re: How to display a message on restart?

You could get a plugin like SimpleRestart, which waits on a timer and issues a stop command when the time's up. It can be configured to print messages to chat when it gets to an amount of minutes until restart. When the plugin runs stop, NFo's system detects it and starts it back up again. It report...
by ThatBum
Mon Apr 02, 2012 12:40 am
Forum: Minecraft
Topic: Not Allowed To Configure Any Files On My Server
Replies: 6
Views: 2071

Re: Not Allowed To Configure Any Files On My Server

Try setting passive mode in your FTP if you haven't already.
by ThatBum
Fri Mar 30, 2012 1:20 am
Forum: Garrysmod
Topic: Will the fastdl's combine?
Replies: 5
Views: 2578

Re: Will the fastdl's combine?

Buh. Apologies for the double post, but it wouldn't let me edit my first one. :( Anyway, yeah, make seprate subdomains for your FastDL paths, like fastdl1.op6.site.nfoservers.com and fastdl2.op6.site.nfoservers.com, or something. This is my forced download Lua: function AddDir(dir) -- Recursively ad...
by ThatBum
Fri Mar 30, 2012 12:58 am
Forum: Garrysmod
Topic: Will the fastdl's combine?
Replies: 5
Views: 2578

Re: Will the fastdl's combine?

The function resource.AddFile intelligently adds files based on the one you put in. For example, if you put in a .vtf, it will also put it's accompanying .vmt into the sv_downloadurl list. If you put a .mdl, it will add the .dx80.vtx, dx90.vtx, sw.vtx, .vvd, and .phy for the model. If you only want ...
by ThatBum
Mon Mar 26, 2012 12:33 am
Forum: General
Topic: Can Anyone Help Me With HTML coding
Replies: 1
Views: 962

Re: Can Anyone Help Me With HTML coding

This is my loading screen: http://fastdl.turbonerdteam.site.nfoser ... oading.htm

The default loading screen of GMod at http://loading.garrysmod.com/ was modified to fit my purposes, and one of my admins talented with GIMP made the background image.

View the source to get an idea.
by ThatBum
Fri Mar 23, 2012 11:19 am
Forum: Webhosting
Topic: FTP executable usage on webhost
Replies: 2
Views: 1291

Re: FTP executable usage on webhost

Okay, I got it working. It did need passive mode, I had to look up how to do this in PHP. It's: unlink('bans.txt'); ftp_pasv($conn, true); ftp_get($conn,"bans.txt","bans.txt",FTP_ASCII); echo '<center><h1 class="update">Bans updated!</h1><br /><h2 class="update&quo...