xboard us forum
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 332
KBoard Forum 0.6.3
KBoard Forum is a PHP/MySQL forum that is designed to be lightweight and efficient but as fully featured as possible. more>>
KBoard Forum is a PHP/MySQL forum that is designed to be lightweight and efficient but as fully featured as possible. It can be deployed with minimal configuration and there are easy-to-follow instructions included as code comments.
If youve ever struggled with getting other forum tools to run on your server, then KBoard may be just what youve been looking for.
Enhancements:
- New feature: Subsections. All sections can now be subdivided into subsections into as many layers as you wish.
- Cleaned up some of the HTML and fixed some layout bugs.
- Fixed last post by X user not coloring correctly.
<<lessIf youve ever struggled with getting other forum tools to run on your server, then KBoard may be just what youve been looking for.
Enhancements:
- New feature: Subsections. All sections can now be subdivided into subsections into as many layers as you wish.
- Cleaned up some of the HTML and fixed some layout bugs.
- Fixed last post by X user not coloring correctly.
Download (0.058MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1577 downloads
Lazarus Forum 1.1.0
Lazarus Forum project is intended to be a simple, no-frills forum for any web site that can use CGI executables. more>>
Want a forum for your website, but dont want to deal with the feature bloat and persistent security problems of the popular PHP packages?
Lazarus Forum project is intended to be a simple, no-frills forum for any web site that can use CGI executables.
Lazarus Forum is distributed as source code which you can compile and install on your own system. You are also free to modify this source code to do anything you want.
<<lessLazarus Forum project is intended to be a simple, no-frills forum for any web site that can use CGI executables.
Lazarus Forum is distributed as source code which you can compile and install on your own system. You are also free to modify this source code to do anything you want.
Download (0.033MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
673 downloads
XBoard 4.2.7
XBoard project is a X and Windows graphical chessboard. more>>
XBoard project is a X and Windows graphical chessboard.
XBoard is a graphical chessboard for X that can serve as a user interface for GNU Chess, Crafty, other chess engines, and the Internet Chess Servers.
XBoard can also be used by itself to read and write game files in PGN (portable game notation). WinBoard is a port of XBoard to Microsoft Win32.
You can build xboard on most systems with the following commands.
./configure
make
Enhancements:
- Version 4.2.7 corrects about two dozen bugs in the 4.2.6 release.
- In addition, WinBoard 4.2.7 comes bundled with GNU Chess 5.07 instead of the old 5.02+ version.
- The XBoard and WinBoard source code trees have been merged, so the xboard download now contains the complete source for both.
<<lessXBoard is a graphical chessboard for X that can serve as a user interface for GNU Chess, Crafty, other chess engines, and the Internet Chess Servers.
XBoard can also be used by itself to read and write game files in PGN (portable game notation). WinBoard is a port of XBoard to Microsoft Win32.
You can build xboard on most systems with the following commands.
./configure
make
Enhancements:
- Version 4.2.7 corrects about two dozen bugs in the 4.2.6 release.
- In addition, WinBoard 4.2.7 comes bundled with GNU Chess 5.07 instead of the old 5.02+ version.
- The XBoard and WinBoard source code trees have been merged, so the xboard download now contains the complete source for both.
Download (1.3MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1020 downloads
CBoard 0.5
CBoard (Curses/Console Board) is an Ncurses frontend to chess engines supporting the XBoard protocol. more>>
CBoard (Curses/Console Board) is an Ncurses frontend to chess engines supporting the XBoard protocol.
CBoard is still in development, but has quite a few features that make it usable. Supports reading and writing PGN including roster tags, RAV, FEN, NAG and comments. The move validator still needs work though.
<<lessCBoard is still in development, but has quite a few features that make it usable. Supports reading and writing PGN including roster tags, RAV, FEN, NAG and comments. The move validator still needs work though.
Download (0.47MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
887 downloads
SKForum 1.5
SKForum project is a forum application with a Wiki, comic system, guestbook, and address book. more>>
SKForum project is a forum application with a Wiki, comic system, guestbook, and address book.
SKForum is an open source (see licensing) web-based J2EE forum application. But its so much more, its a comic system, an addressbook, a wiki, a timetracking system, a todo list, a poll system, a guestbook system and a few other small nuts and bolts.
SKForum was first taken into use in september of 2000. By july of 2001 it had grown to 6 464 lines of code, and at october 2003 it is at 49 067 lines total. Of these 37 596 are java source file lines.
Internationalization
SKForum has i18n support and supports the following languages:
- English (US)
- Swedish (SE)
- French (FR)
Installation howto
1. Install mysql.
2. Create a database in mysql called "forum".
3. Install Java 2 SDK
4. Install a J2EE servlet container, I recommend Resin 2.x (it is also a webserver and can be integrated with IIS or Apache if you want)
5. Get the SKForum WAR file.
6. Make sure theres no caching done on the forum, resin for example has a default caching setting, remove the part of the config.
7. Install the forum as a toplevel app. It will currently not work unless "/" leads to its own top level.
8. Set up the data sources. If needed install the JDBC driver in the servlet container (get the mysql driver here).
Setup data source in Resin 2.x
Setup data source in Resin 3.x
Setup data source in Orion
9. This step only if you do not use Resin: If you use tomcat, remove web.xml and rename tomcat-web.xml to web.xml. Otherwise comment out the parts of web.xml that is marked "resin specific" that your server does not support.
10. Get the mysql jdbc driver and put it in your app servers lib directory.
11. Login with the username and password you want for the admin account. The first person who logs into the forum will get full rights and be set up as admin by default.
Enhancements:
- features:
- tasks system added
- description field for areas
- add/remove areas to/from hotlist inside the area
- invitation support for user groups
- planning warns for close events in the hotlist
- custom area type: quotes
- custom area type: pictures
- custom area type: links
- wiki URL rewriting for good wiki URLs
- editing and posting redirects instead of forwards, no more issues with reposting
- added login success/failure logging to database
- bugs:
- checkbox bug in IE fixed
- user addition delay fixed
- fixed address book VCS export for OS X
- planning info box at the bottom displayed at the top
- subscribe broken for comics
- shows deleted status for single-line messages in dynamic collapsing mode
- access rights to areas were ignored
- issue with hotlist resolved
- cant write in empty area
- editing of planning events sometimes fail
- sorting in archive is by unicode, not by character
- improvements:
- switched all maps and arrays to use fastutil
- zip download for archive give a good filename
<<lessSKForum is an open source (see licensing) web-based J2EE forum application. But its so much more, its a comic system, an addressbook, a wiki, a timetracking system, a todo list, a poll system, a guestbook system and a few other small nuts and bolts.
SKForum was first taken into use in september of 2000. By july of 2001 it had grown to 6 464 lines of code, and at october 2003 it is at 49 067 lines total. Of these 37 596 are java source file lines.
Internationalization
SKForum has i18n support and supports the following languages:
- English (US)
- Swedish (SE)
- French (FR)
Installation howto
1. Install mysql.
2. Create a database in mysql called "forum".
3. Install Java 2 SDK
4. Install a J2EE servlet container, I recommend Resin 2.x (it is also a webserver and can be integrated with IIS or Apache if you want)
5. Get the SKForum WAR file.
6. Make sure theres no caching done on the forum, resin for example has a default caching setting, remove the part of the config.
7. Install the forum as a toplevel app. It will currently not work unless "/" leads to its own top level.
8. Set up the data sources. If needed install the JDBC driver in the servlet container (get the mysql driver here).
Setup data source in Resin 2.x
Setup data source in Resin 3.x
Setup data source in Orion
9. This step only if you do not use Resin: If you use tomcat, remove web.xml and rename tomcat-web.xml to web.xml. Otherwise comment out the parts of web.xml that is marked "resin specific" that your server does not support.
10. Get the mysql jdbc driver and put it in your app servers lib directory.
11. Login with the username and password you want for the admin account. The first person who logs into the forum will get full rights and be set up as admin by default.
Enhancements:
- features:
- tasks system added
- description field for areas
- add/remove areas to/from hotlist inside the area
- invitation support for user groups
- planning warns for close events in the hotlist
- custom area type: quotes
- custom area type: pictures
- custom area type: links
- wiki URL rewriting for good wiki URLs
- editing and posting redirects instead of forwards, no more issues with reposting
- added login success/failure logging to database
- bugs:
- checkbox bug in IE fixed
- user addition delay fixed
- fixed address book VCS export for OS X
- planning info box at the bottom displayed at the top
- subscribe broken for comics
- shows deleted status for single-line messages in dynamic collapsing mode
- access rights to areas were ignored
- issue with hotlist resolved
- cant write in empty area
- editing of planning events sometimes fail
- sorting in archive is by unicode, not by character
- improvements:
- switched all maps and arrays to use fastutil
- zip download for archive give a good filename
Download (2.9MB)
Added: 2007-03-12 License: Public Domain Price:
957 downloads
Revo Forum 1.8.0
Revo Forum aims to be one of the most powerful forum systems available. more>>
Revo Forum aims to be one of the most powerful forum systems available. Revo Forum aims to be both powerful and easy to install and use.
Revo is not a clone of any forum. It combines the features found in other forum systems into a unique package. Site creators can use or modify a predefined theme or create their own with the easy templating system.
Using a new theme is as easy as uploading a single archive and running the Web-based installer.
Enhancements:
- miscellaneous optimisations and fixes.
- [+] RSS 1.0 and 2.0 module
- [+] advertising module (supports ANY advertising program, including Google AdSense, Y! Ads, Clicksor and more).
- [+] e-mail obfuscation (anti spamming)
- [+] themes and files editor
- [+] user can choose to enable or disable some modules (invitations, e-mail digests).
- [+] URL rewrite (with mod_rewrite)
- [+] mathematical function generator
- [+] multi-page support
- [+] new downloadable module : Weathercast
- [+] meta tags optimisations
- [+] WYSIWYG editor integrated
- [+] better RSS feed generation
- [+] OPML feed generation
<<lessRevo is not a clone of any forum. It combines the features found in other forum systems into a unique package. Site creators can use or modify a predefined theme or create their own with the easy templating system.
Using a new theme is as easy as uploading a single archive and running the Web-based installer.
Enhancements:
- miscellaneous optimisations and fixes.
- [+] RSS 1.0 and 2.0 module
- [+] advertising module (supports ANY advertising program, including Google AdSense, Y! Ads, Clicksor and more).
- [+] e-mail obfuscation (anti spamming)
- [+] themes and files editor
- [+] user can choose to enable or disable some modules (invitations, e-mail digests).
- [+] URL rewrite (with mod_rewrite)
- [+] mathematical function generator
- [+] multi-page support
- [+] new downloadable module : Weathercast
- [+] meta tags optimisations
- [+] WYSIWYG editor integrated
- [+] better RSS feed generation
- [+] OPML feed generation
Download (1.6MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1339 downloads
BBForums 1.1
BBForums is a Web forum server. more>>
BBForums is a Web forum server.Create a system permitting several forums administrated by different users. BB-Forum is not a soft for creating only one forum but is a soft for creating several forums and administer the users.A forum can be public or moderated, and subscription-moderated. Moderated subscriptions or messages are easily accepted or rejected by the administrators of the forums into the web interface.
Quick install :
First of all you should create a user for mysql which will have read/write acces.
Example:
connect mysql;
create database bbforums;
grant all on bbforums to "bbforums@%" identified by "mypass";
Send the file MYSQL-Structure to your mysql client to create the structure of the database.
Example:
mysql -p -u bbforums bbforums < MYSQL_STRUCTURE
- Copy all the files contained in the archives into the place you want under your web server tree.
- Edit the config.inc.php to match mysql server, database name, login, etc... You need to decide a name for a superuser of your bbf.
- Do a "cp msg- .inc.php msg.inc.php" (replace by the two letters corresponding to the file containing the language you want).
NOTE: The file msg-en.inc.php supposed to be the english version has not yet been corrected. Its written by me with my poor english, so, if you make an english version better than mine, send it to Bruno@ac-grenoble.fr!
- Start your web browser and connect to the url corresponding to the file index.php.
- Then, subscribe to bbforums with the username you chose to be the superuser into config.inc.php.
When you connect with this username, youll have more options allowing you to create/delete/change forums.
- You can now start to create new forums. Users can subscribe and will probably ask for new forums or will enter the forums you created.
- Frequently clean the "create-keys" table to delete all the keys that were not used by bad users. You can do this by choosing the last option of your superusers environment.
You can customize the files header.inc.php and footer.inc.php for the pages to match the feature you want. You can also customize the messages as they are all in the msg.inc.php file.
<<lessQuick install :
First of all you should create a user for mysql which will have read/write acces.
Example:
connect mysql;
create database bbforums;
grant all on bbforums to "bbforums@%" identified by "mypass";
Send the file MYSQL-Structure to your mysql client to create the structure of the database.
Example:
mysql -p -u bbforums bbforums < MYSQL_STRUCTURE
- Copy all the files contained in the archives into the place you want under your web server tree.
- Edit the config.inc.php to match mysql server, database name, login, etc... You need to decide a name for a superuser of your bbf.
- Do a "cp msg- .inc.php msg.inc.php" (replace by the two letters corresponding to the file containing the language you want).
NOTE: The file msg-en.inc.php supposed to be the english version has not yet been corrected. Its written by me with my poor english, so, if you make an english version better than mine, send it to Bruno@ac-grenoble.fr!
- Start your web browser and connect to the url corresponding to the file index.php.
- Then, subscribe to bbforums with the username you chose to be the superuser into config.inc.php.
When you connect with this username, youll have more options allowing you to create/delete/change forums.
- You can now start to create new forums. Users can subscribe and will probably ask for new forums or will enter the forums you created.
- Frequently clean the "create-keys" table to delete all the keys that were not used by bad users. You can do this by choosing the last option of your superusers environment.
You can customize the files header.inc.php and footer.inc.php for the pages to match the feature you want. You can also customize the messages as they are all in the msg.inc.php file.
Download (0.042MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
Xchangeboard 1.75
Xchangeboard is forum software based on PHP and MySQL. more>>
Xchangeboard is forum software based on PHP and MySQL. The project offers an easy way of administration to handle design and/or user-specific tasks. The look and feel resembles other well known boards.
Enhancements:
- An issue has been fixed that allowed a user to conduct SQL injection attacks when the option magic_quotes_gpc was turned of.
- Some new features and improvements were implemented, and some other small bugs have been fixed.
<<lessEnhancements:
- An issue has been fixed that allowed a user to conduct SQL injection attacks when the option magic_quotes_gpc was turned of.
- Some new features and improvements were implemented, and some other small bugs have been fixed.
Download (0.52MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
Boardawy 3.03
Free open source code in Perl forum software and bulletin board system multi lingual multi theme SQL driven highly customisable, the ideal community solution for any web site more>>
Boardawy - Free open source code in Perl forum software and bulletin board system multi lingual multi theme SQL driven highly customisable, the ideal community solution for any web site. Boardawy is the web standard free open source code in Perl forum software and bulletin board system software with unparalleled features and tools with free support, multi lingual, multi theme, fully SQL driven, unlimited nested forums,Smileys, Visual html editor, BBCode Editor, RSS syndication, Syntax highlighting, highly customizable, banner system, private messages, site builder, content management, easy installation and administration, the ideal community solution for any web site.
Enhancements:
Version 2.30
System Requirements:<<less
Download (1.4Mb)
Added: 2008-09-07 License: Free Price: Free
162 downloads
Forum 0.1
Simple PHP-based forum, it uses MySQL database to store messages. more>>
Simple PHP-based forum, it uses MySQL database to store messages. It supports threads and can be installed from the browser. This is an example of a program written in an hour.
Simply open file forum.php in the browser and follow instructions.
<<lessSimply open file forum.php in the browser and follow instructions.
Download (0.006MB)
Added: 2006-06-15 License: BSD License Price:
1263 downloads
Quicksilver Forums 1.3.1
Quicksilver Forums is a fast, feature rich bulletin board system. more>>
Quicksilver Forums is a fast, feature rich bulletin board system. Quicksilver Forums is fully object oriented and optimized for speed, ease of use, and easy modification.
It checks all inputs though a common interface, which drastically reduces the chances of exploitable bugs. A powerful and flexible skinning engine makes giving your board a new look very simple.
An advanced permissions system allows for fine-grained group and user permissions. It is based on the popular MercuryBoard software.
Main features:
- Fast and light
- Rich in features
- 3D permissions system
- Powerful admin controls
- Complete skinning
- Translated into 18 languages
- Optimised MySQL interaction
- Easy to customise
- Released under the GPL licence
- Free for commercial or personal use
Enhancements:
- Updated German translation - Jens
- Updated Norwegian translation - Ingvild
- Updated Swedish tranlsation - ladyanna
- Added a warning on install if folders are not writable
- Quick reply bbcode and smileys load on focus
- New backup tool uses XML
Bugs addressed:
- Renamed zip class to avoid conflict (#952)
- Jump to newest post on recent posts was using old urls
- Made sure textarea boxes are readable on usual windows themes - Matt
- User posts can go negative (#957)
- Censor words was not processing properly - harakiro
- Converted most languages to utf-8 for JSON compatibility
- Fixing icons in recent posts page (#888)
- Not all backups and skins were showing in restore/install lists
- Validation error in CP_PREFS template
- Undefined string variable during board upgrade. Not fatal.
- Topic marker crash for subforums.
- Forum recount only needs to send the display when used from the AdminCP.
<<lessIt checks all inputs though a common interface, which drastically reduces the chances of exploitable bugs. A powerful and flexible skinning engine makes giving your board a new look very simple.
An advanced permissions system allows for fine-grained group and user permissions. It is based on the popular MercuryBoard software.
Main features:
- Fast and light
- Rich in features
- 3D permissions system
- Powerful admin controls
- Complete skinning
- Translated into 18 languages
- Optimised MySQL interaction
- Easy to customise
- Released under the GPL licence
- Free for commercial or personal use
Enhancements:
- Updated German translation - Jens
- Updated Norwegian translation - Ingvild
- Updated Swedish tranlsation - ladyanna
- Added a warning on install if folders are not writable
- Quick reply bbcode and smileys load on focus
- New backup tool uses XML
Bugs addressed:
- Renamed zip class to avoid conflict (#952)
- Jump to newest post on recent posts was using old urls
- Made sure textarea boxes are readable on usual windows themes - Matt
- User posts can go negative (#957)
- Censor words was not processing properly - harakiro
- Converted most languages to utf-8 for JSON compatibility
- Fixing icons in recent posts page (#888)
- Not all backups and skins were showing in restore/install lists
- Validation error in CP_PREFS template
- Undefined string variable during board upgrade. Not fatal.
- Topic marker crash for subforums.
- Forum recount only needs to send the display when used from the AdminCP.
Download (3.0MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1116 downloads
WWW Forum 0.9.3
WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features. more>>
WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features.
The primary focus is the forum (message board), but many other useful communications
features are either already implemented or planned for a future release. These all make a consistent and elegant interface.
In the spirit of open source software, anyone can help to make WWW Forum better. You can contribute in the following ways:
Submit helpful and descriptive bug reports when you find a problem.
Request features that you would find useful. Good ideas will most certainly be included in future releases of WWW Forum.
Submit code, patches, or suggestions. Bug fixes are a tremendous help and can save the developers a great deal of time. Even if you do not know exactly how to fix a particular bug, any insight (guesses) you may have can still be extremely helpful. Join the WWW Forum development team! Contribute directly to open source software and help make WWW Forum better. To join the team, you must have a SourceForge account (http://sf.net/), and you must join the developers mailing list by sending email to:
<<lessThe primary focus is the forum (message board), but many other useful communications
features are either already implemented or planned for a future release. These all make a consistent and elegant interface.
In the spirit of open source software, anyone can help to make WWW Forum better. You can contribute in the following ways:
Submit helpful and descriptive bug reports when you find a problem.
Request features that you would find useful. Good ideas will most certainly be included in future releases of WWW Forum.
Submit code, patches, or suggestions. Bug fixes are a tremendous help and can save the developers a great deal of time. Even if you do not know exactly how to fix a particular bug, any insight (guesses) you may have can still be extremely helpful. Join the WWW Forum development team! Contribute directly to open source software and help make WWW Forum better. To join the team, you must have a SourceForge account (http://sf.net/), and you must join the developers mailing list by sending email to:
Download (0.055MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
3D Realms Forums NavMenu 1.2.2
3D Realms Forums NavMenu provides easy navigation through the 3D Realms forums. more>>
3D Realms Forums NavMenu provides easy navigation through the 3D Realms forums.
Basically this lists all forums and some other sections of the 3D Realms Forums in its own menu at the top of Firefox. This allows you to jump to any forum from anywhere on the web.
<<lessBasically this lists all forums and some other sections of the 3D Realms Forums in its own menu at the top of Firefox. This allows you to jump to any forum from anywhere on the web.
Download (0.020MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
SimpleForum 1.0
SimpleForum provides a simple Plone forum. more>>
SimpleForum provides a simple Plone forum.
This product provides a simple Plone forum application for cases where you cannot or do not need to setup a full-featured sophisticated product such as Ploneboard (this might be the case if you are still tied to Plone 2.0.x).
<<lessThis product provides a simple Plone forum application for cases where you cannot or do not need to setup a full-featured sophisticated product such as Ploneboard (this might be the case if you are still tied to Plone 2.0.x).
Download (0.060MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
986 downloads
Shadowlands Forum 1.9.7-devel14
Shadowlands Forum is a flexible, friendly, robust chatroom reachable via any telnet client. more>>
Shadowlands Forum is a flexible, friendly, robust chatroom reachable via any telnet client. Shadowlands Forum project uses UNIX username and password for authentication, and includes the authlocal module to authenticate quickly from localhost.
Shadowlands Forum is the dedicated, wonderful work of Jeremy Monin, Dan Chin, and Matt Lochansky, and is released under the GNU Public License. Matt also did these web docs.
Its been under constant use and development by the shadowlands community for the last four years, and used by countless other places as well.
Enhancements:
- A recap of recent conversation when connecting.
- A user count file for checking status from outside the room.
- The prompt character can be changed at compile time.
<<lessShadowlands Forum is the dedicated, wonderful work of Jeremy Monin, Dan Chin, and Matt Lochansky, and is released under the GNU Public License. Matt also did these web docs.
Its been under constant use and development by the shadowlands community for the last four years, and used by countless other places as well.
Enhancements:
- A recap of recent conversation when connecting.
- A user count file for checking status from outside the room.
- The prompt character can be changed at compile time.
Download (0.26MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1209 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above xboard us forum search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed