Page 1 of 1

Questions again.

PostPosted: Sun Jan 13, 2008 12:44 pm
Author: Mr.Black
Your phpBB Version: 2.0.
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I keep getting a PM sent to me saying
Could not do your Daily Backup
How do i fix this?

How do i permanently enable Right Click and Copy on all the Templates and all users registered and for future users?

How do i make it where the public can view the Ranks page?

Re: Questions again.

PostPosted: Sun Jan 13, 2008 2:22 pm
Author: obiku
first answer:
This feature is host depending, as far as I can see. And in your case, the mysql command to make a db backup, can not be don. The only thing you can do at this point, is turning of the daily db backup. Turning of has to be don in the acp=>Security =>Special

Second answer:
In the ACP you can turn the copy for all users on in the General tab => coniguration+
Select Profile settings => Administration
There you have to set the Copy and Right clicking for all users to yes.

Hope I translated it right.

Third answer:
In the menu on the left, there is a link to the ranks, And I thought that every user could see that page.

PostPosted: Mon Jan 14, 2008 7:19 am
Author: Mr.Black
"obiku";p="30357" wrote:first answer:
This feature is host depending, as far as I can see. And in your case, the mysql command to make a db backup, can not be don. The only thing you can do at this point, is turning of the daily db backup. Turning of has to be don in the acp=>Security =>Special

Second answer:
In the ACP you can turn the copy for all users on in the General tab => coniguration+
Select Profile settings => Administration
There you have to set the Copy and Right clicking for all users to yes.

Hope I translated it right.

Third answer:
In the menu on the left, there is a link to the ranks, And I thought that every user could see that page.


i know all can see the ranks page if you are registered. Is there a way to make it where you don't have to be registered?

PostPosted: Mon Jan 14, 2008 9:58 am
Author: tmotley
I looked through ranks.php and found the following:

Code: Select all
// only registered members have access if desiredif ( $auth_rank_only_logged && !$userdata['session_logged_in'] ){     redirect(append_sid('login.' . $phpEx . '?redirect=ranks.' . $phpEx, true));     exit;}


If I weren't so busy with school and hosting issues, I would experiment with commenting those lines out or deleting them to see the effect...