you go find whatever portal system/MOD you want for phpbb3. then download it, then read the instructions for installing it.
each one could have different ways to install.
robert
Search found 306 matches
- Fri Feb 06, 2009 10:01 am
- Forum: phpBB 3.0.x Support
- Topic: i cannot view my board settings
- Replies: 4
- Views: 4517
- Fri Feb 06, 2009 8:29 am
- Forum: phpBB 3.0.x Support
- Topic: can't access to my site
- Replies: 2
- Views: 3492
Re: can't access to my site
this is a problem with how your host has your account setup.
you have made too many connections to the database.
you will need to contact them about it.
robert
you have made too many connections to the database.
you will need to contact them about it.
robert
- Fri Feb 06, 2009 8:10 am
- Forum: [3.0/Olympus] Discussion
- Topic: [Discussion] Downtime and Server Compromise
- Replies: 353
- Views: 536162
Re: [Discussion] Downtime and Server Compromise
I think some of you are getting confused here.
This "hack" has only affected phpbb.com as far as anyone knows.
It can only affect phpbb3 boards that are on the same server with a version of phplist that is not up to date.
from what I have read here, the only thing the hacker did was to gather the ...
This "hack" has only affected phpbb.com as far as anyone knows.
It can only affect phpbb3 boards that are on the same server with a version of phplist that is not up to date.
from what I have read here, the only thing the hacker did was to gather the ...
- Fri Feb 06, 2009 8:00 am
- Forum: phpBB 3.0.x Support
- Topic: Speed
- Replies: 18
- Views: 35548
Re: Speed
well, your board seems quite fast to me.
you don't have enough members to be overloading the server.
and for all the problems that godaddy has, it seems to be running your board and site very well.
can you be more specific about what the problem is?
what do you mean by "slow" and exactly when ...
you don't have enough members to be overloading the server.
and for all the problems that godaddy has, it seems to be running your board and site very well.
can you be more specific about what the problem is?
what do you mean by "slow" and exactly when ...
- Fri Feb 06, 2009 7:30 am
- Forum: phpBB 3.0.x Support
- Topic: Home Page Button
- Replies: 11
- Views: 8853
Re: Home Page Button
where are you putting that code?
wherever it is, put it back to original and
then, in your overall_header.html file simply replace
<a href="{U_SITE_INDEX}" title=" Home"> Home</a>
with:
<a href="./" title=" Home"> Home</a>
if that doesn't work, try this:
<a href="../" title=" Home"> Home</a>
be ...
wherever it is, put it back to original and
then, in your overall_header.html file simply replace
<a href="{U_SITE_INDEX}" title=" Home"> Home</a>
with:
<a href="./" title=" Home"> Home</a>
if that doesn't work, try this:
<a href="../" title=" Home"> Home</a>
be ...
- Fri Feb 06, 2009 3:19 am
- Forum: phpBB 3.0.x Support
- Topic: Move config.php out of Web Root
- Replies: 14
- Views: 22898
Re: Move config.php out of Web Root
Anything you keep inside the web root (or document root) you would do well to consider public. Exposed source code in config.php exposes your database credentials... we can see here how that turns out.
Thanks for the quick replies.
I figured that was why you asked.
Just fyi, the current ...
Thanks for the quick replies.
I figured that was why you asked.
Just fyi, the current ...
- Fri Feb 06, 2009 3:08 am
- Forum: phpBB 3.0.x Support
- Topic: logging out does not work!
- Replies: 6
- Views: 10870
Re: logging out does not work!
can we have a link to your board please. the one in your sig is not working.
we need to be able to test so we can see where the redirect is happening etc.
create a test user accound and post the username/password . you can delete the account after we have solved your problem.
robert
we need to be able to test so we can see where the redirect is happening etc.
create a test user accound and post the username/password . you can delete the account after we have solved your problem.
robert
- Fri Feb 06, 2009 3:06 am
- Forum: phpBB 3.0.x Support
- Topic: Can anyone help me prevent spam?
- Replies: 8
- Views: 9606
Re: Can anyone help me prevent spam?
the answer to your question is no.
each of those lines is basically a range of IPs.
once again. blocking/banning via IP is a complete waste of time because the spammers just use proxies and /or get a new IP everytime they go online.
robert
each of those lines is basically a range of IPs.
once again. blocking/banning via IP is a complete waste of time because the spammers just use proxies and /or get a new IP everytime they go online.
robert
- Fri Feb 06, 2009 2:58 am
- Forum: phpBB 3.0.x Support
- Topic: Update Install Error
- Replies: 3
- Views: 5036
Re: Update Install Error
first try this;
go to your config.php file
change the database type from mysqli to simply mysql
see what happens.
robert
go to your config.php file
change the database type from mysqli to simply mysql
see what happens.
robert
- Fri Feb 06, 2009 2:55 am
- Forum: phpBB 3.0.x Support
- Topic: Registration form request with custom parameter
- Replies: 4
- Views: 6259
Re: Registration form request with custom parameter
that makes it even harder to do. I am not sure how you would accomplish this.user9375 wrote:I should’ve mention that our existing site and phpbb are on different platforms and hosted separately. The only way to communicate is HTTP message.
robert