Posts Tagged ‘php’

JTickets 1.0 Beta 1

Friday, February 29th, 2008

Two or three days ago I started on a ticket script, something to use for my web hosting support site or support for my future scripts.

Today its ready for public testing, most of the script is stable - there might be a few bugs in it that i haven’t found so if you test it out and find any please contact me either by email, messenger or leave a comment.

Download JTickets 1.0 Beta 1

MyBB

Friday, November 30th, 2007

I’ve been making a theme for MyBB a PHP forum script, and so far I love it, its so easy to make and edit a new theme - unlike that piece of shit called phpBB.

All I did was click the “Add” theme and template links and start editing, and with the built in style editor it makes it so much more easier.

If you had to ask me, MyBB is the best free forum software available!

Would I recommend phpBB? Absolutely!
Would I use it? Hell Yeah!
What would I rate it? 10 out of 10.

phpBB3

Thursday, November 29th, 2007

I’ve been helping someone I know with their website, and they have phpBB3 setup as their forum - and I have to say I absolutely hate it!.

phpBB3 is so god damn crap its unbelievable, trying to make a theme for it is almost impossible!, I thought I had created a new template set as the list said “prosilver” and the theme I was working on, but while editing the templates it was updating both themes.

Then when it came to do the CSS I said to myself “Who the hell did this” they are adding the same things over and over, and over, for example they had

(top of file)
.example {
    background: #ffffff;
    border-bottom: 1px solid #000000;
}

(middle of file)
.example {
    padding: 4px;
    background: #ffffff;
}

end of file)
.example {
    border-bottom: 1px solid #000000;
    padding: 4px;
    background: #ffffff;
}

Seriously, who the hell codes like that? I ended up saying screw it and just put override values at the end of the file - I couldn’t be stuffed searching the whole file for every-single-part that had the color I wanted to change on the same element.

Would I recommend phpBB? Never.
Would I use it? Never.
What would I rate it? -500 out of 10.

PHP

Sunday, November 25th, 2007

PHP or “PHP Hypertext Preprocessor” is a programming language that allows web developers to create dynamic content, and it’s the best damn thing ever created by man.

All my sites are powered by PHP, its fast, its stable and its fun to code things with.