how do i make my own forum?tnx

Discussion in 'PHP' started by zanerockz, Nov 1, 2007.

  1. #1
    I am currently working on my thesis regarding this alumni community site and i need it very badly. we are asked to make our own forum (not downloaded but coded by us)..
     
    zanerockz, Nov 1, 2007 IP
  2. moodswing

    moodswing Peon

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are good at coding, then you can create your own forum.
     
    moodswing, Nov 1, 2007 IP
  3. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #3
    Or you could use phpBB and do one freely...
     
    Codythebest, Nov 1, 2007 IP
  4. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    alryt...thanks guys,,

    we are having a problem because we were not given good foundation regarding PHP..The fact also that we are working under time pressure adds up to it.. I really need a lot of help here guys,,,

    ill appreciate any help..thanks and godbless...
     
    zanerockz, Nov 1, 2007 IP
  5. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i think php BB is a package already..
     
    zanerockz, Nov 1, 2007 IP
  6. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #6
    well, if you dont know php, you can use cgi, or asp.

    if you dont know any, i recommend you learn, and fast since you are under time pressure
     
    Lordy, Nov 1, 2007 IP
  7. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #7
    Yes, click, install, ready...It's like microwave dinner...:D
     
    Codythebest, Nov 1, 2007 IP
  8. bobb1589

    bobb1589 Peon

    Messages:
    289
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yeah btu the problem is he needs to make one himself...
     
    bobb1589, Nov 1, 2007 IP
  9. aussieone

    aussieone Active Member

    Messages:
    249
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    78
    #9
    You have been told to create an entire working forum without a basic knowledge of say...PHP and MySQL?

    Man, you have a long road ahead of you. Good luck with that. Coding a forum that works wont be quick or easy.
     
    aussieone, Nov 1, 2007 IP
  10. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i have a knowledge regarding PHP and SQL but not that good...

    but i am very much willing to learn it.
     
    zanerockz, Nov 1, 2007 IP
  11. -NB-

    -NB- Peon

    Messages:
    153
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Even if you do learn PHP and MySQL, you should know that creating a forum software is one of the most time consuming tasks around. Takes months to get an established system with good features and addons. Good luck.
     
    -NB-, Nov 1, 2007 IP
  12. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    question,,

    i have downloaded a forum software called SNITZ,,

    how will i manipulate it?
    all codes are there already like the registration, filter of bad words etc.
    i think it is written in VB.
     
    zanerockz, Nov 1, 2007 IP
  13. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    this is a sample code from the software i have downloaded called SNITZ.. how will i manipulate this? this is an ASP file..:


    <!--#INCLUDE FILE="config.asp"-->
    <!--#INCLUDE FILE="inc_sha256.asp"-->
    <!--#INCLUDE FILE="inc_header.asp" -->
    <%
    if Session(strCookieURL & "Approval") <> "15916941253" then
    scriptname = split(request.servervariables("SCRIPT_NAME"),"/")
    Response.Redirect "admin_login.asp?target=" & server.urlencode(scriptname(ubound(scriptname)) & "?" & request.querystring)
    end if
    Response.Write " <table border=""0"" width=""100%"">" & vbNewLine & _
    " <tr>" & vbNewLine & _
    " <td width=""33%"" align=""left"" nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
    " " & getCurrentIcon(strIconFolderOpen,"","align=""absmiddle""") & "&nbsp;<a href=""default.asp"">All Forums</a><br />" & vbNewLine & _
    " " & getCurrentIcon(strIconBar,"","align=""absmiddle""") & getCurrentIcon(strIconFolderOpen,"","align=""absmiddle""") & "&nbsp;<a href=""admin_home.asp"">Admin Section</a><br />" & vbNewLine & _
    " " & getCurrentIcon(strIconBlank,"","align=""absmiddle""") & getCurrentIcon(strIconBar,"","align=""absmiddle""") & getCurrentIcon(strIconFolderOpenTopic,"","align=""absmiddle""") & "&nbsp;Forum Deletion/Archival<br /></font></td>" & vbNewLine & _
    " </tr>" & vbNewLine & _
    " </table>" & vbNewLine & _
    " <br />" & vbNewLine
     
    zanerockz, Nov 1, 2007 IP
  14. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #14
    it says its an asp based forum...

    how do you have a thesis to write a forum when you cannot even decipher the language that a forum is made in?

    maybe you should post in the asp forum? no one in the php forum is an asp expert
     
    Lordy, Nov 1, 2007 IP
  15. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    do you know a free forum software written in PHP?
     
    zanerockz, Nov 1, 2007 IP
  16. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #16
    phpbb as mentioned.
     
    Lordy, Nov 1, 2007 IP
  17. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    thanks lordy,,

    thanks a lot..
     
    zanerockz, Nov 1, 2007 IP
  18. D'Godown

    D'Godown Well-Known Member

    Messages:
    1,093
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    140
    #18
    i suggest you read the code of deluxebb or flexbb, they are less functional scripts and hence easy to understand and rewrite.
     
    D'Godown, Nov 1, 2007 IP
  19. zanerockz

    zanerockz Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Thanks a lot..
     
    zanerockz, Nov 1, 2007 IP