Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding your own forum software!
10-16-2008, 05:19 AM
Post: #1
Coding your own forum software!
Currently, I am coding my own bulletin board software called WildBB. I am writing it in PHP and MySQL with javascript and some Ajax features. It is taking me a long time because I am a n00b at php and mysql but its more of a challenge and hobby for me, so that keeps me at it. Smile I'd like to hear experiences from BBS coders or those that help develop BBS platforms. Any tips?

Shawn J. Gossman
Forum Administrator Resources & Discussion | Refer Members! Win a Domain, Free Space and More!
Visit this user's website Find all posts by this user
Quote this message in a reply
10-16-2008, 09:55 PM
Post: #2
RE: Coding your own forum software!
I suggest as a new scripter to start with smaller projects. A forum software is really intensive if you want it to compete with other larger projects. Try something like an image hosting script or a directory to start with.
Find all posts by this user
Quote this message in a reply
10-17-2008, 07:17 AM
Post: #3
RE: Coding your own forum software!
I chose a forum because there are all sorts of features to tackle and sessions to make. I aint trying to compete just yet, right now its a learning and fun thing for me. I'd like to make my own blog software too.

Shawn J. Gossman
Forum Administrator Resources & Discussion | Refer Members! Win a Domain, Free Space and More!
Visit this user's website Find all posts by this user
Quote this message in a reply
10-17-2008, 07:17 PM
Post: #4
RE: Coding your own forum software!
Sounds pretty cool, i'd love to try it out when you finish with it. is it based upon anything, or starting from scratch?
Find all posts by this user
Quote this message in a reply
10-19-2008, 12:16 PM
Post: #5
RE: Coding your own forum software!
WildBB, so many features, its wild that it can be free Smile

Shawn J. Gossman
Forum Administrator Resources & Discussion | Refer Members! Win a Domain, Free Space and More!
Visit this user's website Find all posts by this user
Quote this message in a reply
10-21-2008, 01:12 PM
Post: #6
RE: Coding your own forum software!
How long do you think it will take to complete?

And is there any way we can help?
Find all posts by this user
Quote this message in a reply
10-21-2008, 01:24 PM
Post: #7
RE: Coding your own forum software!
If you know php well then about 100+ hours of coding should get you at least a base. Also it depends if you decide to use any prewritten classes for templates or mysql for example. When I write my own scripts I like to use ezsql for the database class. Some like smarty for templates but I don't. I think it's overly complicated for most projects. Mybb uses eval which I wouldn't use myself but they have done a good job with it.
Find all posts by this user
Quote this message in a reply
10-21-2008, 02:21 PM
Post: #8
RE: Coding your own forum software!
It will take a long time, LOL. I am a new learner of PHP and MySQL, the bb project is more of a test to see if I can master another programming language Smile It only took me about 3 weeks to learn HTML and CSS while it takes others a year or more... PHP is taking longer Tongue

Shawn J. Gossman
Forum Administrator Resources & Discussion | Refer Members! Win a Domain, Free Space and More!
Visit this user's website Find all posts by this user
Quote this message in a reply
10-24-2008, 12:09 AM
Post: #9
RE: Coding your own forum software!
My friend and me, made a forum software named KeiosBB but I don't know where the damn script goes.

[Image: signature1.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
10-25-2008, 03:54 PM
Post: #10
RE: Coding your own forum software!
I see. What was it made with? Like php, mysql?

Shawn J. Gossman
Forum Administrator Resources & Discussion | Refer Members! Win a Domain, Free Space and More!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: