How to make forums

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Spencer

    How to make forums

    I am interested in making my own forums (powered by Python). I was
    wondering what would be needed to make one, so that I can start making
    it.

    I have always used the login script I made (it uses PHP and MySQL),
    will people be able to use the forums using a PHP/MySQL login script?
    Will it makes things more complicated?

    Of course I will answer any questions you may have.
  • Leif K-Brooks

    #2
    Re: How to make forums

    Spencer wrote:[color=blue]
    > I am interested in making my own forums (powered by Python). I was
    > wondering what would be needed to make one, so that I can start making
    > it.
    >
    > I have always used the login script I made (it uses PHP and MySQL),
    > will people be able to use the forums using a PHP/MySQL login script?
    > Will it makes things more complicated?[/color]

    If your forums were written in Python, it wouldn't make very much sense
    to write your login script in PHP. You probably could share enough data
    to make that possible, but why on earth would you want to?

    --
    $_=" 5_2 8_2\n 3/*3 \\ 4/*3 \\\n / *7\\/*7 \\\n| *17 |\n \\ *15 /\n 3".
    "\\ *11 /\n 5\\ *7 /\n 7\\ *** /\n 9\\*/";while(/(.)([0-9]*)/gs){print$1
    x($2||1)}print" \n"

    Comment

    • Sam

      #3
      Re: How to make forums

      The cgi module will be of use to you:



      On a related topic, how would one implement something equivalent to PHP
      'sessions' using Python to keep track of logged on users etc?

      Spencer wrote:[color=blue]
      > I am interested in making my own forums (powered by Python). I was
      > wondering what would be needed to make one, so that I can start making
      > it.
      >
      > I have always used the login script I made (it uses PHP and MySQL),
      > will people be able to use the forums using a PHP/MySQL login script?
      > Will it makes things more complicated?
      >
      > Of course I will answer any questions you may have.[/color]

      Comment

      • Spencer

        #4
        Re: How to make forums

        Sam <stardif10@hotm ail.com> wrote in message[color=blue]
        > The cgi module will be of use to you:
        >
        > http://www.python.org/doc/current/lib/module-cgi.html
        >
        > On a related topic, how would one implement something equivalent to PHP
        > 'sessions' using Python to keep track of logged on users etc?[/color]

        Thank you. I will read about that module. I wrote the PHP script a
        while ago. I think it's been about a year now. I've been using Python
        for a shorter amount of time. I will make a Python login script. I'll
        do all of this later today (it's 3:24 AM right now, I am very tired.)

        Oh yeah, before any of you make a comment like "just use already made
        code" or "use Zope", don't. That's not the purpose of this project. I
        want to use my brain, my Python skills, the resources I have,
        creativity, etc., to make a forum. I want to learn how to solve things
        myself, and to explore the unknown.

        Anymore suggestions will be greatly appreciated! Thanks for the ones
        already made.

        Comment

        • Nick Vargish

          #5
          Re: How to make forums

          skatepunk319@ho tmail.com (Spencer) writes:
          [color=blue]
          > I want to use my brain, my Python skills, the resources I have,
          > creativity, etc., to make a forum. I want to learn how to solve
          > things myself, and to explore the unknown.[/color]

          I see an inherent contradiction here...

          Nick

          --
          # sigmask || 0.2 || 20030107 || public domain || feed this to a python
          print reduce(lambda x,y:x+chr(ord(y )-1),' Ojdl!Wbshjti!=o bwAcboefstobudi/psh?')

          Comment

          Working...