Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16

Thread: [COMPLETE] My Forum

  1. #1
    おはようございます klange's Avatar
    Join Date
    Dec 2006
    Posts
    3,028

    Code [COMPLETE] My Forum

    So while most of you guys spend all your time shitposting on Modacity and making horrible awesome models, some of us spend months in front of a text editor, a web browser, and a SQL query browser painstakingly building, from scratch, a complete and powerful forum system. Or at least that's what I've done for the past few months.

    So as not to waste your time, I'll get to the point:
    Here's the release announcement for version 1.8, the newest and coolest edition of my forum - PHPwnage.



    And for those wondering why I'm posting here: I can't model worth shit. Even my 2-dimensional graphic design sucks (just look at how shitty my forum themes are). But there's one thing I can do, and that's program, and this is one of the biggest projects I've undertaken, and it's now presentable, so I've come here to the studio so all you fagots knowledgeable and respectable people can observe my work.

    As the point of the studio in reference to programming works is to present the code itself for the onslaught of flames critiques that the wonderful community here at Modacity has to offer, I suggest you download one of the many available archive formats and peruse the code in a capable text editor, as there are far too many lines to post here.
    Reply With Quote

  2. #2
    I LOVE mint tea! Bad Waffle's Avatar
    Join Date
    Sep 2006
    Location
    In my house, duh
    Posts
    2,285

    Re: [COMPLETE] My Forum

    heh, all the crossed out things in your post made me smile. You programmers are always so angsty towards graphic artists ;P

    the forum looks snazzy man, it does. Good stuff.
    Reply With Quote

  3. #3
    got dam forumers.... SnaFuBAR's Avatar
    Join Date
    Oct 2006
    Posts
    6,159

    Re: [COMPLETE] My Forum

    forum looks clean, pretty nice.
    Reply With Quote

  4. #4
    ∑(〇Д◎ノ)ノ
    Join Date
    Feb 2008
    Location
    :tinfoil:
    Posts
    2,685

    Re: [COMPLETE] My Forum

    /loves it.

    Great job.
    Reply With Quote

  5. #5
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: [COMPLETE] My Forum

    I say ban for advertising...jk

    Great job Nice work.
    Reply With Quote

  6. #6

    Re: [COMPLETE] My Forum

    Damn, you beat me to the punch. So you built this from scratch? Nice. Where's the feature list? How much code did it take? How long did it take? Are you the only developer?
    BTW, I love the name. ;D

    Prepare for stiff competition from my open-source forum system. >=D
    But seriously, I'd love to discuss the differences between our forum systems- we might be able to share some valuable insights and such.
    Huzzah for PHP!

    e: ,':O what is pages.php for? I found a parse error in there:
    pages.php: line 23: Unexpected token '[' : if (!isset($user['id']) || $user['level'] < $site_info[['mod_rank']) {

    ee: my sources tell me: 6459 lines of code, 543 lines of comment, 547 other, for a total of 7549 lines. Wow, that's surprisingly lightweight. Nice work keeping the source down.

    My first glance critique is that you should probably comment some more, for open source code. You should probably have at least twice as many comments, in general. I haven't really looked at the code yet, tho, so idk, maybe your code is clear enough that it doesn't need as many comments.

    [a bit ot, don't mean to hijack your thread, so spoiler]
    For comparison to something that's not lightweight, my forum system is currently 15000 lines, with 3000-4000 lines of comment, depending on how you interpret the formatting. But I'm currently going through a massive rewrite, which should bring down the line count for the forum; but I'm still adding a bunch of features, so the overall code size will probably keep growing.

    Anyway, the point is, atm my forum has fewer visible features than yours, so kudos for keeping it so small.
    Last edited by Rob Oplawar; September 1st, 2008 at 01:50 PM.
    Reply With Quote

  7. #7
    おはようございます klange's Avatar
    Join Date
    Dec 2006
    Posts
    3,028

    Re: [COMPLETE] My Forum

    Quote Originally Posted by Rob Oplawar View Post
    e: ,':O what is pages.php for? I found a parse error in there:
    pages.php: line 23: Unexpected token '[' : if (!isset($user['id']) || $user['level'] < $site_info[['mod_rank']) {

    ee: my sources tell me: 6459 lines of code, 543 lines of comment, 547 other, for a total of 7549 lines. Wow, that's surprisingly lightweight. Nice work keeping the source down.
    I added some last minute bug fixes, and there was a C+P error. I guess I missed that one when I went to fix it. Pages are actually something in need of a major overhaul.
    Come to think of it, I don't have a complete feature list. I'll have to work one up. So far, I'm the only real developer, though three other people have helped out a bit (only one of them providing any code, which I rewrote anyway).

    e: Archives have been updated.
    e: Your layout confuses the hell out me, lol. My primary goal when I started PHPwnage was to have a working forum, as it was being used live on Oasis-Games.com back when we first started it up in early '07.
    Last edited by klange; September 1st, 2008 at 03:03 PM.
    Reply With Quote

  8. #8
    I LOVE mint tea! Bad Waffle's Avatar
    Join Date
    Sep 2006
    Location
    In my house, duh
    Posts
    2,285

    Re: [COMPLETE] My Forum

    Quote Originally Posted by AdmiralBacon View Post
    e: Your layout confuses the hell out me, lol.

    I TOLD YOU ROB.
    Reply With Quote

  9. #9

    Re: [COMPLETE] My Forum

    Yeah, I agree. I was wrong and you were right, wol. I'm currently reworking it.

    AdmiralBacon, I was about to suggest that you try and add some slick features that vbulletin, phpbb, et al don't have, but hell, if you can just make it do the same things they do, the mere fact that it's free and open source should be a huge draw to use it.
    Reply With Quote

  10. #10
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: [COMPLETE] My Forum

    Robs layout, wheres the linky rob?
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •