RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Personal user storage space limit

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
adiga



Joined: 23 Jul 2009
Posts: 117

PostPosted: Mar 02, 2010 10:02 am    Post subject: Personal user storage space limit Reply with quote

Personal user storage space limit is not working wen edit from admin setting ?
Back to top
View user's profile Send private message MSN Messenger
mrperl



Joined: 06 Mar 2010
Posts: 65

PostPosted: Mar 09, 2010 1:22 am    Post subject: Re: Personal user storage space limit Reply with quote

What do you mean exactly by "not working"?
Back to top
View user's profile Send private message
adiga



Joined: 23 Jul 2009
Posts: 117

PostPosted: Mar 09, 2010 10:38 am    Post subject: Reply with quote

Try upgrade space to a member a 50 GB space, for example
Space remains as it is not upgrade on member account
Back to top
View user's profile Send private message MSN Messenger
snc



Joined: 14 Oct 2010
Posts: 43

PostPosted: Dec 05, 2010 5:58 pm    Post subject: Reply with quote

I have exactly the same problem. Is there any solution?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Dec 08, 2010 10:02 am    Post subject: Reply with quote

It's only displaying wrong in My Account. Logic works fine anyway.
Fixed index.cgi in script ZIP, you can get the latest version and update.

Or you can manually fix index.cgi:
replace
Code:
   my $disk_space = sprintf("%.0f GB",$disk_space/1024);

with
Code:
   my $disk_space = $user->{usr_disk_space} || $c->{disk_space};
   $disk_space = sprintf("%.0f GB",$disk_space/1024);
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group