Category Archives: Website

News and Counter-Strike and Stuff

I finished inserting all the old news into the news database. As an added bonus, I dug up some very old news we called the “Playlist”. Loogie and I used it to wax poetic on our current gaming trends. It was a short-lived excursion that lasted from March to May 2000. Its role was later replaced by the main news page. It’s an interesting read from when we first became addicted to TFC and thus online gaming.

Speaking of online gaming (well, sorta), I was playing around on my CS server alone last night and figured out something about the bot customizations. Before Vicky left for NC, we were toying with the idea of TMP vs MAC10, but the bots can only be set to allow or disallow certain types of guns. So while I could restrict human players to only use either a MAC10 or TMP via Mani, the bots could still use UMP45s and P90s. So, the humans got pwned pretty well. Well, I was thinking about it last night and decided that maybe the bot profile had to be loaded at map start, so I changed the bot_profile_db cvar in the server.cfg to a special DB that had the bots prefer MAC10s or TMPs. That didn’t work. As a last ditch effort, I tried replacing the standard botprofile.db file with the special one, which if it worked, would mean that the bot_profile_db cvar is totally useless. And wouldn’t you know, it worked. On the second round, all the T’s would buy MAC10s and the CT’s TMPs. And occasionally, they would pick up the opposite gun as per the random weapon preference order I defined in the DB.

After playing three maps with this setup, it was clear that the TMP is way better than the MAC. It doesn’t go inaccurate as quickly with sustained firing, plus it fires a lot faster and is silenced. The MAC has a damage increase over the TMP, but it’s pathetic trying to use it at range. The higher price of the TMP is very justified. Here’s a funny ragdoll screenshot I got while playing today.

Rough day at the office?

Rough day at the office?

I also remembered that I could get parts of the site that were lost with Google’s cache. It took a while, since Google’s “site:” command doesn’t like the dashes in my domain. Eventually, combing through Google and Yahoo yielded a decent bit of recovery. I believe I have nearly all of Marcus’ journals, and at least most of Rachael’s and mine. The Demoboard, though, is still mostly lost since my last backup from 2002. The newest reviews I could recover were Act of War and Myst. Apparently, they don’t cache everything. Still, it’ll be months before I get to repairing the Journal and Demoboard DBMan databases, if at all. Blarg.

Posted in Website | Tagged | Leave a comment

Progress

Rebuilding the site has been slow so far. It’s partly because I’m new to PHP, but mainly from trying to flesh out the new design. Unbeknown to me before I decided to use PHP is that SSI does not work with PHP files. So no more virtual cgi calls (the PHP virtual() function doesn’t seem to work on this server either). So, I’ve had to transcode a few cgi scripts for logging, random quotes, and image viewing. Thus, those functions are working at this time. The image viewer script is going to take a while to implement, though. I’m probably going to make a quick and dirty VB.Net app to do regex replacements for image viewing urls, among other things.

I’m going to seriously be parsing through pages for months trying to get everything setup correctly and checking for broken links. Which reminds me, I also did a 404 error page that uses PHP. Hoping to help people find content as I add it, the error page forces itself into frames as many of the other pages do. And finally, I decided to do away with the old archived news pages (c. 2000-2001) by sticking the content from them into the new Coranto news database. They’ll be rather easy to spot, as we didn’t use subjects back then and I don’t have the time to summon up any. However, I’m pretty sure that I’ve lost any news pics from other old editors; so, if anyone has any of those, send them my way. By the end of the week, I should have the news completed and begun coding the new content system.

Posted in Website | Tagged | Leave a comment

Restart

As you may have seen on my simple index page recently, six days ago, the RAID array of the server I was on got trashed (post here). There were no backups, and I myself didn’t have complete and current backups for everything that was on this site. So, since I was going to revamp the site over summer vacation anyways, I decided to just start building the site from scratch.

I stuck with a frames design because I like having a stationary navigation that the user can always get to. I think floating DHTML menus look amateur and table designs are trite and inconvenient. I also stuck with frames to minimize content reloading, which is especially useful for flash navigations. But never fear, since I’ve started using PHP extensively in the design, I’ve come up with a way to hopefully make the frames invisible to the user. Using a top secret script, any page on this site that isn’t in the frames will be put back in the frames. It does this even before the page has a chance to load.

Obviously, since I’m starting with a blank slate here, it will take a while for everything to come back online. If you can’t get to something, I haven’t gotten to fixing it yet. Even then, links to specific pages before the crash probably won’t point to the right page. I’ve totally changed the layout of all the content and cut away a lot of the older features. Later on, I hope to put these old features in a sort of viewable statis, though.

Remember, if you need apps like the RoN ScriptMaker, they can be found in the public ftp. I’m still having problems with it, though, so it’s best to download in the evenings.

Posted in Website | Tagged | Leave a comment

Some changes

I’m trying to make the site a more personal one now. I’m going to be either trimming out old features or putting them somewhere besides the navigation flash. I’m still working on figuring out what exactly I’m going to do. However, one thing I did want to do away with was the antiquated staff menu on the nav and all the little staff pages. Now it’s just one big about page that’s mainly about me and the function of the site. I also grooved up the nav a little. It looks a little choppy on IE, but Firefox works pretty well.

Anyways, watch for some changes while I’m on this glorious Christmas break. I also put together a little installer thing for some fonts I use on this site. You can find that here. I know you can use embedded fonts on pages, but that takes too fucking long to setup.

Posted in Website | Leave a comment

And again.

The server they moved the site to was also having issues, this time a memory one. It seems to have been fixed now…hopefully 😕 . The post for that is here.

Posted in Website | Leave a comment

Website server issues.

The reason for the intermittent and total site loss became known to me a few hours ago. Apparently, the server that my site was on had a bad CPU, so they had to move users around to newer servers :( . Unfortunately, the server they put me on required that they change my username, which also means all my absolute paths in scripts are fucked 😕 . It’ll take me a little while to get all the known problems corrected, and then you still may see some issues with other parts of the site. For more information on the problem, see this post.

Posted in Website | Leave a comment