Search found 6 matches

by Phox
Wed Feb 04, 2009 5:05 pm
Forum: phpBB 3.0.x Support
Topic: Error 500 during convertion
Replies: 7
Views: 10320

Re: Error 500 during convertion

Yeah, go with an offline conversion or contact your support and tell them about what you're doing and getting the error. They have to handle the load and they can suggest a fix for you, but offline conversion will be a lot less effort for you and will probably be the better decision. :)
by Phox
Wed Feb 04, 2009 4:29 pm
Forum: phpBB 3.0.x Support
Topic: Error 500 during convertion
Replies: 7
Views: 10320

Re: Error 500 during convertion

That happens when the load gets extremely high on the server. Are you on a dedicated server? If not, ask your host to help you with this, because there's very little to do from the script side -- this is a server error.
by Phox
Wed Feb 04, 2009 4:28 pm
Forum: phpBB 3.0.x Support
Topic: Fatal error in my forum
Replies: 3
Views: 4185

Re: Fatal error in my forum

Is the file there? It should be in your /cache/ directory. If it is not then phpBB is screwed up (unlikely), but on the other hand, if it's there, check the permissions, they should be 777, if they're not edit them to be it with CHMOD.
by Phox
Mon Feb 02, 2009 7:42 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 536000

Re: [Discussion] Downtime and Server Compromise

You can't update the passwords without rainbow tabling them (which might not even be possible for some -- but they are already protected). I wouldn't worry about it though, most people do login or would've changed their password by the time you'd get hacked.



<edit>

Alternatively, you could ...
by Phox
Mon Feb 02, 2009 5:26 pm
Forum: [3.0/Olympus] Discussion
Topic: [Discussion] Downtime and Server Compromise
Replies: 353
Views: 536000

Re: [Discussion] Downtime and Server Compromise

Is there any chance emails will be encrypted within the phpList software now? I mean, getting hacked is no problem -- it happens to everyone, but preventing mass damage is a problem and should be dealt with. Thanks for any reply and good luck with fixing everything -- keep it up. :)
by Phox
Mon Feb 02, 2009 4:58 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Random quote in header
Replies: 6
Views: 17949

Re: Random quote in header

You're asking for a modification, not support, but I'll guide you in the right direction.

What you'll need to do is put the script in the page_header function in functions.php. Then you'll need to edit the variable to be outputted to the template.

The code for the template is

$template->assign ...