- CCQ BBS System
CCQ BBS System is a high level BBS language written in Python. This BBS system has the basic features of common web message boards as well as several unique features. Most notably, it allows posts to be organized by multiple, user configured ways. Other features include: Multiple subcategories/subBBseswithin a single root BBS, Allows commenting on a seperate paragraphs of large text posts, The look of the BBS form input files can changed by editing html fragment files, Web-server filter allows ANY of a web site to become commentable/interactive, Administrators can move and delete as they browse content, and more.
Price: Free
Version: 0.01 (Alpha)
http://www.crucialquestions.com/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- The Simple Python Guestbook
- Supports html
- Handles end-of-lines conversion to html without the use of pre tags
- E-mail sent to admin (admin e-mail configurable) when a new post is made
- Filtering of potentially harmful html tags, such as script, embed and iframe
- Easy configuration, all variables to be set are easily accessed at the top of the script and explained in detail
- Source code: nearly every line commented (have a look here). The logical sections of the program are clearly labled and easily identifiable. The program should be easy to customize even for beginners
- The script is very simple, and consists of a single file
- The script is web-ready. It can used very easily by simply setting up the environmental variables in the .cgi file and uploading the script to the server with proper permissions. A snippet of html will then be inserted in the html page on which you wish your visitors to comment, the page is chmoded appropiately and the guestbook is ready to go
Price: $0 USD
Version: 1.0
Platform: windows,unix,mac. Requires python 2.0 or higher
http://www.cellbiol.com/cgi-bin/python_guestbook/simple_python_guestbook.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
|