Well besides the "now and then" game i play, i usually do lots of work in and around the house now. Basicly since the baby could come any moment (due date is 7 oct but you never know) i am actually trying to finish off all outstanding things in the house. Redoing some electronics, my 19 inch cabinet is going out the door (replaced) removing big bulky server with smaller asrock machines and anything else. Ow and yeah all the baby stuff is already done and finished so it can come out now So i am pretty much still behind the pc, just not active at the moment for LZ. When things cool down i will resume but i just dont have enough time to be really active. Important stuff like down servers/updates will still catch my eye but thats about it. I know the list is long with outstanding issues, but we do have multiple staff members and other admins filling in. (butt hey too have school/stuff/redoing rooms so its a bit iffy at the moment) I'll give you guys a peak in the "todo" list, just to show you that its very active and busy schedule and perhaps a admin might wants to pick up a item too, you never know. Not all items will be actually done, but its in the list open for discussion on the staff/tc crew. Cant hurt to show some work we do.. (big chance it wont zoom in, but its the thought that counts)
If somebody sees something on the list they can/want to do, just let me or any of the other staff/tc guys know so we can assist, or update the list.
Had some problems with mail and couldn't send this to Killvion, so posting it here: 1) [TF2] If the server is empty, automatically switch to the popular map: Wrote small plugin on SourceMod, you can download it from here - <a class="postlink" href="http://dl.dropbox.com/u/41623885/tf2-fix/%5Btf2%5D%20change_map_on_empty.zip" onclick="window.open(this.href);return false;">http://dl.dropbox.com/u/41623885/tf2-fi ... _empty.zip</a> 2) [WEB] HLStats Ribbons pictures: Just re-upload new ones from here - <a class="postlink" href="http://dl.dropbox.com/u/41623885/tf2-fix/hlstats_web_images.zip" onclick="window.open(this.href);return false;">http://dl.dropbox.com/u/41623885/tf2-fi ... images.zip</a>
Nice idea, could do with some help. Yeah, apart from playing the odd Tf2 match and RO2, i have a trillion things to do in my RL. Uni is starting this week too, so i'm gunna be even busier D:
Solved two more CSS items today. Have to see if the new spawn protection works as expected, otherwise I will revert to the original one. However, there is a new issue with Mumble. Forum username/pass dont seem to work. Random name works. Restarted mumble, no effect. Snel, can you..... ?
Ah Snel told me how to do that on linux but I cant exactly remember how to fix it... Would be worth doing a mini tutorial in the staff section as it happens pretty often D:
I can clean the configs for ALL CSS servers, I dont got that much experience on TF2 so I wont be able to do this, just tell me how I can clean the configs.
I could do a lot, since I used to have my own root server a while ago. So if you need any help (like setting up servers ) I could do that. (Yes I know I'm here since only one month, but linux can be very restrictive, if one wants it to be .)
We need people with experience (or the will to learn) how sourcemod and its plugins work. Most of the things aren't that hard, they just take time. There are also less important things on the list that can wait. Knowledge of Linux is a good thing anyway although Snelvuur made most things pretty dumb proof. TF2 and CSS configs aren't really different. Both have different plug ins due to the nature of the games. Cleaning up means inventory the plugins (we've got SSMS for that) and check what can be removed from the server.cfg and what needs to be updated/added so it more clear. It can be split up in servers as well since several configs are, in great lines, the same. - AM1 - AM6, Payload, 2Fort (with minor adjustment), Arena - Saxton, Saxtoner - Prophunt, Dodgeball (mostly similar to the AM's) - CSS DM Dust2, CSS DM Nuke - CSS GG, CSS GGDM But there is more to it. We need to split it up in sections. Since we have settings and plugins that we always use (Hlstatsx, Ads, ...) which we want to put away in a general.cfg and server specific settings and plugins (like Prophunt, Saxton, DM, GG). First we need to sort things out. Its a bit messy now
What I could do: [TF2] Update the Maps on the DB server [All] Install Maprate plugin on named servers [TF2] Install extended Votesystem on saxtoner [TF2] Set a classlimit on the arena server [TF2] Add the arenaserver to hlstats [All] AC plugin installation [TF2] Setup randomizer server
[SRV] Invent rsync map upload for map makers: Have never used rsync before, so can't help you on that one. Wrote small php script which can be as useful, so you may try to use it instead: Upload page: Code: <form action="./upload.php" method="post" enctype="multipart/form-data"> <p> <label for="file">Select a file:</label> <input type="file" name="userfile" id="file"> <br /> <button>Upload File</button> <p> </form> Upload.php: Code: <?php // Configuration $allowed_filetypes = array('.bsp','.vmf'); $upload_path = './files/'; // $max_filesize = 25; $filename = $_FILES['userfile']['name']; $ext = substr($filename, strpos($filename,'.'), strlen($filename)-1); $server_ip = '111.111.111.111'; $server_port = '22'; $slogin = 'apache'; $spassword = 'xxxxxxxx'; // Check the filetype if(!in_array($ext,$allowed_filetypes)) die('The file you attempted to upload is not allowed.'); // Check the filesize // if(filesize($_FILES['userfile']['tmp_name']) > $max_filesize) // die('The file you attempted to upload is too large.'); // Uploading file if($con=ssh2_connect($server_ip,$server_port)); if(ssh2_auth_password($con,$slogin,$spassword)); if(ssh2_scp_send($con,$filename,$upload_path,0755)); ?> Also, can you send me log files from KF server? I might know what happened to it.
well as you may know I wont be of much use helping with these technical difficulties but ill be comming online more oftenly to check out on the servers