I can release a new version of pun_pm if you want
151 2009-11-19 13:59
Re: [extension release] pm_announcements (9 replies, posted in PunBB 1.3 extensions)
152 2009-11-19 11:17
Re: Antispam System doesn't work. (13 replies, posted in PunBB 1.3 extensions)
This bug has been fixed and the new version (1.3.4) of pun_antispam has been released.
153 2009-11-18 11:14
Re: License issues (6 replies, posted in PunBB 1.2 discussion)
As far as I understand, you have sources written by somebody and you want to know if all sources are released under GPL. Am I right?
Actually, it is not required by GPL. Everything depends on the connection between PunBB and other sources.
http://www.gnu.org/licenses/gpl-faq.htm … tarySystem:
However, in many cases you can distribute the GPL-covered software alongside your proprietary system. To do this validly, you must make sure that the free and non-free programs communicate at arms length, that they are not combined in a way that would make them effectively a single program.
154 2009-11-18 10:43
Re: Captcha missing image (8 replies, posted in PunBB 1.3 extensions)
You can download the last version from here ("Download in other formats: Zip Archive" link at the bottom of the page).
You have to turn Maintenance mode on in the admin panel (Administration » Management » Maintenance mode) during the update.
155 2009-11-18 09:56
Re: License issues (6 replies, posted in PunBB 1.2 discussion)
Ok if commercial license is available - please could you send me a link to it.
There is no explicit commercial license. But if we knew what you want to do with the PunBB code we could offer such a license. Please, send me a PM or email with the description of your project (or how you want to use the PunBB code).
If I wish use the ./include/dblayer/mysql.php in my open-source project, I must leave a comments in it's, that this code in base is from the PunBB project, and that's all?
Yes. And the license of your project is to be GPL.
156 2009-11-17 13:50
Re: License issues (6 replies, posted in PunBB 1.2 discussion)
If this is a single installation on your server, you can do everything you want.
But if you want to distribute a software that includes PunBB code, you have to release it under GPL license. If you want, I can ask about a commercial license.
EDIT: Please, describe what exactly you want to do with the PunBB code.
157 2009-11-17 13:43
Re: ERROR punbb 1.3 (2 replies, posted in PunBB 1.3 troubleshooting)
Maybe it's because of safe mode restrictions? The owner of the folder can change and it affects the file access.
158 2009-11-17 11:44
Re: Captcha missing image (8 replies, posted in PunBB 1.3 extensions)
PunBB is compatible with E_ALL. The bug in pun_antispam caused the first issue. I fixed it yesterday. Maybe the bug in online users tracking cause the second one. It was fixed a long time ago, you can test the last version from SVN.
159 2009-11-16 10:44
Re: Mysqli Database class - +1 empty query (2 replies, posted in PunBB 1.3 bug reports)
The query in question is "SET NAMES UTF-8". It specifies the encoding for the data obtained from MySQL.
160 2009-11-16 10:37
Re: Antispam System doesn't work. (13 replies, posted in PunBB 1.3 extensions)
Try to install the latest version of pun_antispam (1.3.3).
161 2009-11-16 10:33
Re: How to downrank an administrator? (4 replies, posted in PunBB 1.3 troubleshooting)
1. Go to Administration -> Users -> Searches
2. Search this user (you can search all users in the Administrators group)
3. Select the user and press the "Change group" button.
162 2009-11-16 10:27
Re: Unable to write updates cache file to cache directory. (8 replies, posted in PunBB 1.3 troubleshooting)
As far as I know, there are no files with 777 permissions in PunBB. So, everything is ok.
163 2009-11-16 09:57
Re: How can I solve 301 redirect in Punbb 1.3 (12 replies, posted in Discussions)
Try to edit the $base_url variable in config.php. Seems like it should be 'http://www.forum.banglalibrary.org'.
164 2009-11-16 09:46
Re: Captcha missing image (1 replies, posted in PunBB 1.3 troubleshooting)
The typo has been fixed and the new version of pun_antispam has been released.
Thanks for reporting.
165 2009-11-13 14:36
Re: How can I solve 301 redirect in Punbb 1.3 (12 replies, posted in Discussions)
I've already written about .htaccess.dist.
There is no need to add something to .htaccess.dist. This file contains a code to be placed into .htaccess if one wants to use URL schemes like folder-based.
If you do not use URL schemes just forget about it
If you had no .htaccess before you have to create it and write there
RewriteEngine on
RewriteCond %{HTTP_HOST} ^forum\.banglalibrary\.org$ [NC]
RewriteRule ^(.*)$ http://www.forum.banglalibrary.org/$1 [R=301,L]
166 2009-11-12 14:20
Re: How can I solve 301 redirect in Punbb 1.3 (12 replies, posted in Discussions)
Try this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^forum\.banglalibrary\.org$ [NC]
RewriteRule ^(.*)$ http://www.forum.banglalibrary.org/$1 [R=301,L]
167 2009-11-11 13:50
Re: How can I solve 301 redirect in Punbb 1.3 (12 replies, posted in Discussions)
There is no need to add something to .htaccess.dist. This file contains a code to be placed into .htaccess if one wants to use URL schemes like folder-based.
Are there any error messages? Please, post here what redirect code you are trying to use.
168 2009-11-10 14:06
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Please replace
require $ext_info['path'].'/functions.php';
with
require_once($ext_info['path'].'/functions.php');
in manifest.xml.
Fixed: http://punbb.informer.com/trac/changeset/1435
When you are replying to a message and BBCode is disabled, the original message keeps getting included to the answer with
[quote=sender]message[/quote]
by default.
169 2009-11-10 11:34
Re: Unable to write updates cache file to cache directory. (8 replies, posted in PunBB 1.3 troubleshooting)
For example, this could happen on a virtual hosting when all scripts are running under one user and someone has a site on the same server as you and he knows your login.
Please, ask your hosting support ("I want to install PunBB, but it writes executable PHP scripts into a directory with 777 permissions. Are there any security issues?").
170 2009-11-10 11:16
Re: Unable to write updates cache file to cache directory. (8 replies, posted in PunBB 1.3 troubleshooting)
Usually no, but depends on your hosting.
171 2009-11-06 13:03
Re: [release] IP Geolocation (20 replies, posted in PunBB 1.3 extensions)
Actually, PunBB has the get_remote_file(...) function. It uses curl or sockets if enabled.
You may use this function in your extensions.
172 2009-10-30 14:44
Re: Change URL scheme (1 replies, posted in PunBB 1.3 discussion)
No (simple and working in all cases).
173 2009-10-27 12:34
Re: [extension release] Add useragent to posts and replies (1 replies, posted in PunBB 1.3 extensions)
<install>
<![CDATA[
]]>
</install>
<uninstall>
<![CDATA[
]]>
</uninstall>
By the way, you may not write install and uninstall sectios in manifest.xml if they are empty.
174 2009-10-27 11:35
Re: Hook requests (151 replies, posted in PunBB 1.3 extensions)
I think it's a little bit late for adding new hooks because the final release of PunBB 1.3 was about a year ago
Hooks could be added in the next version of PunBB, 1.3.5. But noone knows the date of this release.
Please, write the lines numbers where you want to add hooks.
175 2009-10-27 11:24
Re: [extension release] Session For All Visitors (bug workaround) (4 replies, posted in PunBB 1.3 extensions)
The warning message about enabling cookies makes sense only for guest posting. For other actions a user must be able to login and that's why he should have cookies enabled.
And I've added the message in this changeset: http://punbb.informer.com/trac/changeset/1401
So what does your extension do? Or I didn't get something and it does somesthing else?