No, a portal like these for phpbb: http://www.phpbb.com/phpBB/viewtopic.php?t=17699
I think it's a great idea btw :)
You are not logged in. Please login or register.
PunBB Forums → Posts by Rickard
No, a portal like these for phpbb: http://www.phpbb.com/phpBB/viewtopic.php?t=17699
I think it's a great idea btw :)
Hmm, I don't understand.
Aha, good. I thought you meant PunBB :)
You used what? phpBB?
Traitor! :D
The page doesn't work for me, but thanks for the kind words :)
Edit: Now it works.
Do you have phpmyadmin installed? Try running REPAIR TABLE on the users table.
About the e-mail not working. I checked my SMTP server logs and I found a lot of:
Oct 12 21:46:15 [postfix/smtp] 21A94A2B4E: to=<gduncan229@aol.com>, relay=none, delay=3610, status=deferred (connect to mailin-04.mx.aol.com[64.12.136.153]: No route to host)
and a few:
Oct 15 12:00:00 [postfix/smtp] 21A94A2B4E: to=<gduncan229@aol.com>, relay=none, delay=227635, status=deferred (Name service error for name=aol.com type=MX: Host not found, try again)
Can't really say on which end the problem lies though.
The "Unable to delete search results" has been reported before. I have, however, not been able to replicate it. Do you think you could enable DEBUG in your forum and instruct your users to save the error message when/if they encounter the problem again?
Ah, that was a small and nice hack :) I'm planning on adding the ability to include PHP files in the templates. I probably won't allow "direct" execution of PHP code though.
Ah, cool! How is PunBB working out for you?
Hmm, that's odd. What did you do to turn it on? And what kind of output do you get?
I'm interested in the full error message. Without that, there is no way for us to help you.
You should escape everything that might contain single quote ('), double quote ("), backslash (\) or NUL (the NULL byte). In PunBB, I escape most of the stuff that goes into the database. An example of something I don't escape is the ICQ UIN. I validate that variable with a regex to make sure it only contains numbers and when I know that, there is no need to escape.
The cardinal rule is to never trust anything that is user submitted. Validate everything as much as possible.
Yes, if magic_quotes_gpc is enabled, which it is on some systems, PHP will automatically run addslashes() on the strings you fetch from $_GET, $_POST etc.. So, you have to check if magic_quotes_gpc is enabled, and if it isn't, you run addslashes(). That's why I recommended that you look at the function escape() i include/common.php.
Enable DEBUG and try again. That should give us a little more detailed error message.
Hmm. Odd.
You should check if magic quotes is enabled, and if it isn't, you should run addslashes() on the strings from POST before inserting them. Have a look at the function escape() in PunBB. It shouldn't affect the colon though.
I would love to help out, but I honestly don't have the time. I hardly have time to work on PunBB as it is now. However, you are free to post any questions you have in these forums and I'm sure everyone will help out.
Read the following two topics:
http://punbb.org/forums/viewtopic.php?id=2494
http://punbb.org/forums/viewtopic.php?id=2508
You could give it a go yourself? If/when I add SQLite support it will work like the current MySQL and PostgreSQL support.
There are a number of topics in the forums on that subject. Have a look around and I believe you will find it.
Maila mig, så ska du få de filer du behöver.
[tråd flyttad]
Once again, I'm sorry I haven't gotten back to you. I've just been so very busy with hand-ins, essays and exams. I promise I will set some time aside for you this weekend.
gduncan229 wrote:
I think I've got the biggest one :)
I have 557 registered users, 1850 topics and 23031 posts.
Rows: 650461
Size: 28.19 MB
Give us a link then! :)
Very nice!
One thing though. I think it looks kinda odd when there are no margins to the left and right for the forum. I think it would look better if you did it like the table on the front page.
Hmm, odd. Try downloading again. It could be corrupt somehow.
PunBB Forums → Posts by Rickard
Powered by PunBB, supported by Informer Technologies, Inc.