Posted: 4th February 2006
I was speaking with Brandon today, and he mentioned that IF3 was in the works. Yes, thats right, IF3.
Ok, i lie. So shoot me.
On an unrelated note, I updated the Mood Changer to now allow me to write a sentance or so about my mood, and it displays that on the image. Using PHP to create images has been pretty interesting (although i’ve only done relativly basic things with it).
Posted: 22nd January 2006
The What kind of mood are you in? thread over at the InvisionFree Support forums got me thinking about something i’d like to make, but am not 100% sure about.
I’d like to make something showing my current “mood” which i can display somewhere (such as a forum or webpage), which can be easily changeable without hassle. The way i have this planned in my head is that i have a simple web-based control panel (perhaps even a wordpress plugin so i could do it when blogging?) where i can log in, and simply choose from a list of pre-defined “moods”. Because I want to display this on forums/webpages etc. it’d most likely be an image i’d want to display (i used to have an unhappy avatar over at InvisionFree Support which is similar to what i’d want now). Once i’ve chosen a mood, the script - most likely written in PHP - would just copy an existing image and rename it “mood.png” or something (keeping the original) so that in a signature I could just easily link the image.
The bit i’m unsure as to how to do is the copying and renaming of images. I *think* i’ve done something similar before when I did the CMS for GTA Xtreme, but it wasn’t 100% the same.
If anyone has any ideas/suggestions about how to do this, with code snippets or links to references that I could look at, that would be awesome.