Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 19

CurtisOdenericgillettejefftunnx00zachs422 +13 guests

Bug (no, not a Vanilla problem)

I hope this dosn't sound boastful or anything, but after being somewhat dissapointed in my first (attempt at a) forum, I decided to create a sort of minimalistic Vanilla forum based on flat-files and was curious about you guys' opinion of it. Admittedly, I suppose saying it's based upon Vanilla is stretching it a bit, as it's nowhere near as extensible and dosn't have half the (administrative) options, but Vanilla was a rather large influence on the code style/structure and some of the possibilities in displaying topics. I've dubbed it Bug at the moment because of it's extremely small code size (~110kb in all) and fast speed (although that's something which could very well degrade with large numbers of posts); it's currently running as a test at http://nick_e.cjb.cc/bug/ if you want to try it out. Email/whisper/whatever me if you want the source. The source is located here.

Comments

  • Posts: 5,574
    Fatal error: Call to undefined function: stripos() in /home/cjbcc/public_html/members/nick_e/bug/library.php on line 1774 :D
  • Posts: 921
    Whoops, looks like I managed to pick a function which is only implemented in PHP 5. Changed to stristr().
This discussion has been closed.