how would you really search on google, considering it has "powered by punbb" and links to index.php on all indexed viewtopic.php pages (so those 11mil hits on "powered by punbb" feels a bit exaggerated)
Edit: And congrats!
You are not logged in. Please login or register.
PunBB Forums → Posts by Frank H
how would you really search on google, considering it has "powered by punbb" and links to index.php on all indexed viewtopic.php pages (so those 11mil hits on "powered by punbb" feels a bit exaggerated)
Edit: And congrats!
I've had this a few times, (very rarely), and I've tried to figure out the common thing I've done, and now I think I know what I have made
Use the 'Show new posts since last visit' , keep the page (so you have the link for 'Mark all topics as read', I usually open up stuff in tabs), become inactive on the forum (so long that the last visit will change (I assume ), I usually do this by talking in the phone or something ), click the 'Mark all topics as read' and voila, an error!
Not really a biggie, just that I've got it a few times now and then and started to wonder why ... I'm not sure it happens on all hosts though, as this is the only place I've really noticed it on, perhaps I have a longer timeout/finish messages more quickly on the other forums I'm on ...
Happy hunting (if you feel it's a big enough thing to hunt down )
and the server is restarted since those changes?
it happens when you do these two things:
1. Put the forum in Maintenence mode in admin options
2. Log-out (intentional or unintentional)
what have you (and your host) done since it worked the last time? (or was it only that common.php, if so re-upload a fresh stock common.php file to see if it helps)
(the urls in your sig point to the wrong place )
Edit: and sorry to hear about the database loss
(luckily I'm keeping a day to day backup on the database, although the files I kind of have fallen back on ... but those are always possible to re-mod)
"./include/parser.php" is the file that does all the parsing of the messages, there you can see how the current bbcodes are parsed, and you can add your own there aswell
use the search function in your texteditor on post.php and search for 70
you will get 2 hits, and you need to alter both to what you have in the database. (but as always, make a backup of the file in case it breaks everything)
Nice
Regged one of my small forums
A language flag might be of interest, as my board is in Swedish, so people not speaking Swedish will have a hard time to understand.
1 bugreport though (as usual when I test something )
on the info page, the url to the board has the url to your site before the actual url, (i.e. the url is http://stats.punres.org/http%3A%2F%2Ffo … .ath.cx%2F )
Edit: seems to be fixed now, nice
har för mig jag fick hotpop att fungera ... men deras avtalsvillkor måste man väl ta hänsyn till först.
check your cookie settings (on the forums), sounds like the boards overwrite each others cookies
finns moddar för att få till polls, sök på punres så ser du
Close topic finns längst ner när man är inne i tråden och är administrator/moderator (även för att sätta den sticky)
ang style, så har jag inget svar, det får någon annan ta
It looks ok in Firefox but not IE6, so probably some CSS issues
If spammers are automating PunBB spam then maybe it's time to implement CAPTCHA?
But you have to consider accessibility ... http://en.wikipedia.org/wiki/Captcha#Accessibility
And as a "bonus"
...site owners could become target of litigation if they are using CAPTCHAs that discriminate against certain people with disabilities.
So I'm afraid it will only make the problem less worse ... but IMHO it's not the ultimate solution that will make everything ok ... SPAM is a tricky thing ...
http://warthog.campus.luth.se/Frank/tem … esktop.jpg (350K, for obv reasons )
well ... yes/no ... hehe ... this version I'm only doing security patches on (and other bugfixes) ... but when 1.3 is released, I'll rewrite what's needed and also fix some things I've noticed needs improvement, either way, I'm still going to try to keep it fairly minimalistic, so no javascripts etc. is planned.
sounds like your serverapplication denies too large files
in chapter 1.6 you can see what variables that affect this, and how they relate to each others. And then use the php info page to see what they are, afterwards jump to "Alter settings" in the Attachment mod plugin interface and set the "Max filesize" according to the documentation.
I wrote something about it in my installation guide, see the "Setup the mod" part.
(in the next version I migth use the tags for overriding stuff, but I'm not sure it will work on all servers, I need to look into that )
seems like you've put a space or something before the <?php tag in admin_index.php. Or that you used an editor that mess up everything, notepad/wordpad works beautifully.
A French translation is now avaible thanks to Dominique
what pogen said
if you have any mods that use languagefiles, make sure that they exist for all languages
no problem
The only drawback is that it will disable gzip output for all files transfered through attachment.php, for PunBB 1.3 I'll probably fix so that the mod will disable gzip output only on some files, but that would require more changes in more than one file.
Bug fixed
(was simpler than I first thought)
<-- 1. OPEN ---------------------->
attachment.php
<-- 2. FIND (line 38) ------------>
define('PUN_ROOT', './');
<-- 3. AFTER ADD ----------------->
define('PUN_DISABLE_BUFFERING',true);
<-- 4. SAVE/UPLOAD --------------->
PunBB Forums → Posts by Frank H
Powered by PunBB, supported by Informer Technologies, Inc.