ThePizzy.net/blog
Welcome at

With a new My Spot page comes new possibilities. This time around, I’m going to make a concerted effort to actually write in new code and attach a new database backend that pulls from the phpbb database and the users’ accounts on the-spot.net.With this new plan, there will be increased ability to add features and remove features on the user-level…that is to say, you can choose what you want to see on the page. Read the rest of this entry » »

I have this idea, ok? What I noticed while migrating some of the users from the Admissions Department at the University for which I work, was that it was tough to explain to them sufficiently that:

  • Their passwords are going to have to change at some point, due to security policy.
  • When they change it on their desktop, it’s not automatically done on their laptop
  • After changing the desktop password, they need to connect the laptop to the network and then login with that new password for it to be cached.

Now, it’s easy to write out, and easy for a tech to understand the scenario - but it’s not that easy for a 45yr old Hispanic guy who hates his laptop anyway to grasp. But what if they didn’t have to grasp anything? What if no matter where you were, the login process and the features available were as seamless in Wisconsin as if you were sitting at your desk in Texas?

What I’m proposing is this: Read the rest of this entry » »

Surprisingly there are no complete blog postings or forum topics that tell you how to set up a UT3 Internet Server from start to finish…so here we go Read the rest of this entry » »

I’ve started work on the tsn.7 style and theme for the new forums, and I must say, it’s lookin’ pretty sweet. Once I get a working set going, I’ll redo the splash page to give a bit of a preview and then load it up to the forum index. Read the rest of this entry » »

Welcome to the next version of the-spot.net: tsn.7

There are a few things you should note before getting started - like, the fact that I put this up within 3 hours, and can only test the logins that I have…which worked.

    When you try to log in, use your same username and password that you used on tsnX
    There is no Photobook, Calendar, or My Spot page right now.
    There are 2 themes available, and neither of them are like the old tsnX themes - the site right now is simply a forum, but this time, EVERYTHING works (as in features and stuff)

Now, if you find something that doesn’t work properly, let me know - post a message on the site, and if you can’t post it on the site, then send me an IM or something.

Yes, you heard it right, there is a new version of the-spot.net being put up as you read this.

The folks over at www.phpbb.com have released version 3.0.0 of their forum software, and it has all the functions and features that we used in tsnX built-in to it, and everything works right out of the box. So I have gone through and done the conversion of the database, and am in the processing of setting up the permissions and fixing up the forum structure to make get most of it back to the way it was, and some of it optimized and combined for fewer forums.

I’ll have another follow-up post about what’s different that I changed during the conversion, and there will be a forum for things that changed because of the upgrade for everyone to post in.

The only drawback for now is that there is no My Spot page until I get it written again.

I upgraded [[Oracle]] this weekend to have a 500gb hard drive in it. I got the drive, a Seagate SATA II 500gb drive for $107 at Frys. The sale ends today, 10/2, so I decided not to pass it up. Now I store all my music on that drive, and am using the 450gb RAID of 120s to store my movies that I haven’t, or can’t, burn to DVDs. That frees up a drive I can dedicate to just Game ISOs and get it off my Downloads drive that I store OS installations, and other software installation files that I don’t want to go find. Read the rest of this entry » »

It’s been 4 months since I last posted in here, and there’s good cause for that - I haven’t cared to touch a computer in a technical capacity since shortly after I started this job doing IT support at a university. I’m on my computer all day at work, fixing them around campus, and the last thing I want to do when I get home is tear apart my computer and rebuild it. Read the rest of this entry » »

Earlier I posted on the RSS Code that I’m working on. I’ve done quite a bit of work on it so far - learning about the various functions that PHP offers. Most of what I thought I was learning while setting up the forums was not actually PHP’s functions, they were phpbb functions. And knowing the basis of the actual language is helping a lot. Read the rest of this entry » »

After spending some time thinking about different ways to re-enable the RSS feature for the-spot.net, I’ve finally hit on an idea that I’ve started writing the code for.

The original code would hit the main database to grab the newest posts on the forums…after it sorted all 77000 posts by date, and then grabbed the top 15-20 of them and their data. Since the entire site runs off of that one database, you can imagine how that would slow down everything when even just 10 people hit the site every 15 minutes.

So I am going to attempt my first distributed database scenario. Read the rest of this entry » »