Xchangeboard is forum software based on PHP and MySQL. It offers an easy way of administration to handle design and/or user-specific tasks. The look and feel resembles other well known boards
| Tags | Internet Web Dynamic Content Message Boards |
|---|---|
| Licenses | Freeware |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Release Notes: 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.


Release Notes: Users can add a photo album to their threads (if activated by the Administrator). The pictures are then displayed in a group of thumbnails on the top of the appropriate thread. There are performance improvements, some design-related improvements, and overall bugfixes.


Release Notes: This version adds buddy list functionality (users can see if a buddy is online or when a buddy was online the last time). Private message functionality was added, where users can send private messages to their buddies. Quick reply functionality was also added, some minor bugs were fixed, and some design and handling-related things were changed.


Release Notes: Added a file-upload function (which can be enabled by the administrator), added two new designs, improved performance, and fixed some minor bugs.


Release Notes: This release adds Greek language support, search functionality for users in the administrative area, overall performance improvement, and some minor bugfixes.
Recent comments
03 Dec 2004 06:15
Re: Simply but.....
> This Board is realy great ans simply to
> install and to use. But what i very very
> dislike is, that the Forum sends every
> 100 Threads a mail to authorwith the url
> of it..... Such like this gaves a bad
> taste and IMHO it must be written in
> README !!
>
> Find it in submitNewThread.php, lin 218
>
> if (($postID%100)==0) {$fp =
> fsockopen($URL, 80, $errno,
> $errstr,2);if
> ($fp){@mail("hotkey@junien.org","es
> läuft, und läuft, und
> läuft
> ...",$VAR['URL_BASE_DIR'])
Hi!
Sure this isn't a very "kind" way, but i dediced to implement this "calling" feature cause i got a lot of sides which used my Software, but removed every Copyright remark in it.
So i hat two possibilities to avoid such "unfair" usage:
First solution is the one i've implemented, second solution was to encrypt the whole code.
I've choosen the first one, cause an encrypted code would take away the possibillity to edit the code to personal wishes...
18 Nov 2004 03:53
... calling home
I checked the comment by btrenn and must confirm it. The code line is form the projects code. I'd suggest better to use another software.
18 Nov 2004 01:50
Simply but.....
This Board is realy great ans simply to install and to use. But what i very very dislike is, that the Forum sends every 100 Threads a mail to authorwith the url of it..... Such like this gaves a bad taste and IMHO it must be written in README !!
Find it in submitNewThread.php, lin 218
if (($postID%100)==0) {$fp = fsockopen($URL, 80, $errno, $errstr,2);if ($fp){@mail("hotkey@junien.org","es läuft, und läuft, und läuft ...",$VAR['URL_BASE_DIR'])