Everything posted by Flu
-
What Is Your Most Favourite Song?
It's either: Song: Cut my Wings Artist: Seasick Steve Album: Doghouse Music or: Song: Last Po' Man Artist: Seasick Steve Album: Doghouse Music
-
Music genres you Can't stand?[flame war=ban]
Metal, hard rock, certain R&B, rap, hip-hop.
-
Homosexuality: Right or Wrong?
My views entirely. And btw, this post comes from a complete heterosexual. I have GF and love her to bits. But i also have some homosexual friends. Just because their "taste" is a little different to other people's doesn't mean they're disgusting people, I get on very well with a homosexual and he's a great mate. Just because he fancies men doesn't mean he wants to get into every man's underwear. I know for a fact that he doesn't fancy me, in pretty much the same way my gf knows i don't fancy her best mate even though we're friends.
-
Picture burned into my screen?
Get a non-stationary screensaver like the bouncing ball things too. Screen burn is caused by stationary images being emitted by the screen for long periods of time, so a non-stationary screensaver reduces that risk ;)
-
SporeScape
Saw a Rock Slug on there. Reminded me of my sister.
-
New graphics would be dissapointing?
hxGROSvINas
-
lil' lite PhpBB3 online banner thingy. (PhpBB3 MOD)
I wrote it as a replacement for the banner, which on some forums can look quite out of place. It also free's up a bit of space in the side panel for you to use for MODs like the custom title MOD etc.
-
Run out of another Site.
http://www.runevillage.com/ThePub/viewt ... &sk=t&sd=a so i leave RV for bit to get my head sorted out and i'm literally run out of it before i can even say why i'm leaving. So heh, looks like i'm here to stay :|
-
lil' lite PhpBB3 online banner thingy. (PhpBB3 MOD)
just copy-pasted out of the staff lounge of RV. I've quit from RV so i don't care if this is leaking or not, and anyway i wrote it :P So, how to get it to work: (all file locations are respectibe of the root directory) open viewtopic.php find: 'S_ONLINE' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? false : (($user_cache[$poster_id]['online']) ? true : false), after, add: 'ONLINE_TXT' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? '' : (($user_cache[$poster_id]['online']) ? $user->lang['ONLINE'] : $user->lang['OFFLINE'] ), 'ONLINE_COLOR' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? '' : (($user_cache[$poster_id]['online']) ? "green" : "red" ), open language/en/common.php find: 'STATISTICS' => 'Statistics', after, add: 'STATUS' => 'Status', save/close all files. go into admin panel; styles; templates; edit template open viewtopic.html in the styles edit thing: Delete: {postrow.ONLINE_IMG} find: after, add: {L_STATUS}: {postrow.ONLINE_TXT} commit the changes. voila. Colours are included with it, but are a seperate variable because i'm lazy. You can preview it here here's an image: i'f you want to use on these forums, feel free ;) But it's free code for anyone to use if they wish