Search found 14 matches

by Codewolf
Mon Dec 21, 2009 5:50 pm
Forum: The Dead Thread Bed
Topic: So, Moderators
Replies: 60
Views: 32888

Re: So, Moderators

*hinthint* now would be a good time to use the little button on the bottom right that says 'lock topic' XD
by Codewolf
Sun Dec 20, 2009 10:06 pm
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

instead of trying to compile PHP in my head i decided to use my server instead :P heres the updated (and hopefully final) version: <?php $comicIndex[0] = "about.bmp"; $comicIndex[1] = "test.bmp"; $latestComic = count($comicIndex) - 1; $input = filter_input(INPUT_GET,'comicID',FIL...
by Codewolf
Sun Dec 20, 2009 1:06 am
Forum: Media Median
Topic: Post pics of yourself.
Replies: 2185
Views: 782826

Re: Post pics of yourself.

Dylan wrote: Still wouldn't worry.
yea say that when people guess your age at 28-30 XD
by Codewolf
Sun Dec 20, 2009 1:01 am
Forum: Media Median
Topic: Post pics of yourself.
Replies: 2185
Views: 782826

Re: Post pics of yourself.

i'll be turning 24 next year >_<
by Codewolf
Sat Dec 19, 2009 10:55 pm
Forum: Media Median
Topic: Post pics of yourself.
Replies: 2185
Views: 782826

Re: Post pics of yourself.

Sketcherofstuff wrote:I may very well be the youngest person here
and i believe i may be the oldest <_< (hope someone says they are older than me)
by Codewolf
Sat Dec 19, 2009 1:21 am
Forum: The Dead Thread Bed
Topic: So, Moderators
Replies: 60
Views: 32888

Re: So, Moderators

the role of a moderator is to basically make sure the users stay within the confines of the rules, warning and keeping an eye on the forum, it also entails teh basic upkeep of the forum with regards to pruning topics and keeping things organised, it is a thankless job and one in which you will /alw...
by Codewolf
Sat Dec 19, 2009 1:00 am
Forum: The Dead Thread Bed
Topic: So, Moderators
Replies: 60
Views: 32888

Re: So, Moderators

I don't even know what moderating a forum entails. I was made a mod on an extremely small forum (one which is now dead), where my main role was to delete spambot posts if I ever saw one and the admins weren't around. It was fun, actually, sort of. But on another forum I was on, being a mod apparent...
by Codewolf
Sat Dec 19, 2009 12:38 am
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

sorry to double-post....previous code updated.
by Codewolf
Sat Dec 19, 2009 12:12 am
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

not at all mate, feel free to bother me whenver, just bear in mind the UK is 8 hours ahead of you :P .:EDIT:. also there are a few bugs, gimme 10 mins to see if i can sort them out for you .:EDIT 2:. <?php $comicIndex[0] = "about.bmp"; $latestComic = count($comicIndex) - 1; $input =filter_...
by Codewolf
Sat Dec 19, 2009 12:01 am
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

*shiver* java is a language i never liked, but in php it is exactly the same if ($statement1 == $value || $statement2 == $value) another trick i learned is using ternary operators for example if you have an if statement like so: if ($x == 0) { echo "this"; } else { echo "that"; }...
by Codewolf
Fri Dec 18, 2009 11:48 pm
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

hehe, PHP is my main language of choice, if you get stuck again feel free to poke me, another point i would make is instead of using $_GET or $_POST, especially with it going through GET is to add in validation and filtering; if (empty(filter_input(INPUT_GET,'comicID',FILTER_SANITIZE_NUMBER_INT))) {...
by Codewolf
Fri Dec 18, 2009 11:28 pm
Forum: Media Median
Topic: Post pics of yourself.
Replies: 2185
Views: 782826

Re: Post pics of yourself.

well here ya go 3rd post on the site.......
Image
by Codewolf
Fri Dec 18, 2009 11:11 pm
Forum: Not the Comic
Topic: ...help...(involves web design knowledge)
Replies: 16
Views: 8406

Re: ...help...(involves web design knowledge)

i know this topic is 10 days old, are you still having trouble with this?? from what i can see your problem may lie with these lines here: echo (<a href="www.sofawars.com/index.php?comicID=0" >First</a>); echo (<a href="www.sofawars.com/index.php?comicID=($comicIndex)-1)" >Previo...
by Codewolf
Fri Dec 18, 2009 11:05 pm
Forum: The Dead Thread Bed
Topic: THE OFFICIAL "HI MY NAME IS..."
Replies: 3119
Views: 808083

Re: THE OFFICIAL "HI MY NAME IS..."

Hi guys, the name's codewolf, found the comic the other week and have been catching up, anyway if ya want to know more feel free to ask :)