Indeed, PunBB is a piece of forum software: we as developers have no control over how people use it. You need to talk to the owner or the host, as yemgi said. If you have any more questions, feel free to drop me an email.
Topic closed
You are not logged in. Please login or register.
PunBB Forums → Posts by Smartys
Indeed, PunBB is a piece of forum software: we as developers have no control over how people use it. You need to talk to the owner or the host, as yemgi said. If you have any more questions, feel free to drop me an email.
Topic closed
For the whole page, that line doesn't help us very much
Of course, any properly written modification should be using the dblayer...
It's what I thought it would be, I just had to test it out
OK, I've found the issue. The size of the query exceeded the size of a TEXT column, which is what we were using, so the inserted data was silently truncated. The fix is to simply make the search_data column in the search_cache table a MEDIUMTEXT column, which can hold much more data than a TEXT column.
The fact that the MySQL function exists means that you have the PHP extension for MySQL enabled, NOT that you are connecting to a valid MySQL server.
If you want to use MySQL, you need to install a MySQL server as well, not just enable the PHP extension.
Moved to Modifications
The reputation mod is not exactly useful or the same like the thank you mod because it does not show who has thanked you for a specific post.
Yes it does
http://www.punbb-hosting.com/forums/sup … .php?uid=2
replace
// See if MMCache or PHPA is loaded
if (function_exists('mmcache'))
$php_accelerator = '<a href="http://turck-mmcache.sourceforge.net/">Turck MMCache</a>';
else if (isset($_PHPA))
$php_accelerator = '<a href="http://www.php-accelerator.co.uk/">ionCube PHP Accelerator</a>';
else
$php_accelerator = 'N/A';
in admin_index.php
Indeed it does, I can't believe we forgot that. I'll add it right now.
Moved to PunBB Discussion and closed
As Bekko said, we are not officially accepting reports at this point for 1.3 because there is no official release. While we appreciate the interest people have in 1.3, we want to cut down on the number of duplicate reports we get and focus on development and testing rather than on responding to bug reports.
Moved to Modifications
Moved to Modifications
Moved to Modifications
Moved to Modifications
Again, the code does nothing special, it just displays some text. Nothing changes about PunBB. In 1.3, we simply detect more of the accelerators. So it makes no difference whatsoever
Indeed: without a database query, how would you know what group someone is in?
redirect won't redirect outside of the site anymore, that's the issue
The status doesn't matter, it's a textual thing just meant to inform admins
Even in a forum, the thousands of older topics don't have much activity and are mostly forgotten by regular visitors unless they are read via search, new visitors etc.
Except that the example you gave with Digg would likely be an issue with one topic, not an entire forum
Oh, could the Bad-Behavior mod be blocking the Digg spider?
I had the same issue on PunBB-Hosting last night. The Bad-Behavior mod uses two DNSBLs, the latter of which is freaking out right now and returning results for every IP, which means the Bad-Behavior mod blocks all IPs. Commenting out the DNSBL fixes the issue for now
Edit: http://www.bad-behavior.ioerror.us/2007 … vior-2011/
Upgrade time
Actually, the upgrade does exactly what I say to do
PunBB (and indeed all forum software) relies on being dynamic more than Wordpress or any other blog software. For Wordpress, having comments refresh every hour isn't a big deal, since the main content is the posts: on the other hand, PunBB really needs posts done and shown in real time.
So yes, it would be possible to write such a mod: a mod could write files with the filename being the group ID, filename, and various parameters, for example. However, I'm not sure how useful it would be and how easy it would be to dynamically expire certain parts if they were to change.
Dr.Jeckyl: That's a Bad-Behavior modification issue
PunBB Forums → Posts by Smartys
Powered by PunBB, supported by Informer Technologies, Inc.