How to make forums

S

Spencer

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.
 
L

Leif K-Brooks

Spencer said:
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?

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?
 
S

Spencer

Sam said:
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?

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.
 
N

Nick Vargish

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.

I see an inherent contradiction here...

Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,186
Messages
2,570,998
Members
47,587
Latest member
JohnetteTa

Latest Threads

Top