I found error in the latest download page in admin panel.
I went through all the download but everything is 0 point.
Is it error for all webmasters or only for me?
check the screenshot please.
XFileSharing Pro - error - 'Latest download' page always 0 point
-
- Posts: 521
- Joined: Dec 19, 2009 5:12 pm
check points per user and size
if anonymouse is on 0 then they dont get points , only when downloaded from registered users
if the size doesnt match the download (let me say , only points if size is bigger then 10mb )
then files under 10mb will not count
if you setup the point system like this
anonymouse user = 0
registered = 1
premium =2
then it means , if a premium member downloads a file then it get 2 points
if a not logged in user download a file then they get no points at all
if that doesnt works , then there is something wrong with your config file
and then please check manual your config file to change the value's
xfsconfig.cgi is the config file ( need 755 or 777 ) or was it xfsconfig.pl ??
Greets From PowerChaos
if anonymouse is on 0 then they dont get points , only when downloaded from registered users
if the size doesnt match the download (let me say , only points if size is bigger then 10mb )
then files under 10mb will not count
if you setup the point system like this
anonymouse user = 0
registered = 1
premium =2
then it means , if a premium member downloads a file then it get 2 points
if a not logged in user download a file then they get no points at all
if that doesnt works , then there is something wrong with your config file
and then please check manual your config file to change the value's
xfsconfig.cgi is the config file ( need 755 or 777 ) or was it xfsconfig.pl ??
Greets From PowerChaos
XFileConfig.pm
I just found XFileConfig.pm this file contains download something setting like this.
# Define how many points to add per each type of downloader
add_points_anon => '',
add_points_reg => '',
add_points_prem => '',
should I put number there? then my new question is... why we set the country point system? I don't understand seriously.
If anonymous user download a file which is 105MB from US and I set the file point as 1 in smart mod and if I put 2 to the above settings then
which point does the uploader will get? 1 or 2?
very confusing lol
# Define how many points to add per each type of downloader
add_points_anon => '',
add_points_reg => '',
add_points_prem => '',
should I put number there? then my new question is... why we set the country point system? I don't understand seriously.
If anonymous user download a file which is 105MB from US and I set the file point as 1 in smart mod and if I put 2 to the above settings then
which point does the uploader will get? 1 or 2?
very confusing lol
permission
oh I found one more thing which is file permission
my
XFileConfig.pm 666
XFSConfig.pm 666
both files permission is 666.
should them be 777 or 755?
my
XFileConfig.pm 666
XFSConfig.pm 666
both files permission is 666.
should them be 777 or 755?
-
- Posts: 521
- Joined: Dec 19, 2009 5:12 pm
Re: XFileConfig.pm
if i am not wrong , the geo mod goes over the normal points system, so if you put 1 on geo and 10000 on normalgeekev69 wrote:I just found XFileConfig.pm this file contains download something setting like this.
# Define how many points to add per each type of downloader
add_points_anon => '',
add_points_reg => '',
add_points_prem => '',
should I put number there? then my new question is... why we set the country point system? I don't understand seriously.
If anonymous user download a file which is 105MB from US and I set the file point as 1 in smart mod and if I put 2 to the above settings then
which point does the uploader will get? 1 or 2?
very confusing lol
then the user get only 1 , and that is maybe the reason why it is emtpy
the config file got the right permision
permision 666 means , read/write acces for private (server and scripts)
if it stands on 755 means it that it is read/write by server but not writable by the script
777 means that every1 can read/write , even public (reason why temp file is 777 )
Greets From PowerChaos
ps: i can be wrong with the naming of them , but it is the same system if i am not wrong
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm