XFileSharing Pro - What instead of XFS?

Message
Author
amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

What instead of XFS?

#1 Postby amator » May 25, 2011 11:30 pm

I have many problems with support XFS, and I'm thinking about switching to another platform. What do you recommend?

Jesse202
Posts: 246
Joined: May 07, 2010 6:24 pm

#2 Postby Jesse202 » May 26, 2011 12:25 am

Nothing. Only other popular script is mega file hosting script. Works like crap. All bugs and support is worse. Get a programmer on staff and have your own made. That's the only way.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » May 26, 2011 5:28 am

Jesse202 wrote: Get a programmer on staff and have your own made. That's the only way.
Or go to college, graduate as IT engineer and write script by yourself :)

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#4 Postby amator » May 26, 2011 6:54 am

admin wrote:
Jesse202 wrote: Get a programmer on staff and have your own made. That's the only way.
Or go to college, graduate as IT engineer and write script by yourself :)
and you for what you take money? I bought almost all the modifications and 2 licenses of u'r script but you still have us in ...

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#5 Postby ankurs » May 26, 2011 7:17 am

amator wrote: and you for what you take money? I bought almost all the modifications and 2 licenses of u'r script but you still have us in ...
explain what problems are you having ? with the script

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#6 Postby amator » May 26, 2011 7:21 am

Problem 1

We have a strange bug with the file servers.
As you can see http://i.imgur.com/jm5Mb.jpg max upload file size for premium user is 1000 Mb. For a few days to 3 servers with the files (there were 8 in total) are sent to after running cron.pl like this:

#--- Premium users limits ---#
enabled_prem => '',

# Max number of upload fields
max_upload_files_prem => '10',

# Maximum upload Filesize in Mbytes (0 to disable)
max_upload_filesize_prem => '2000',

# Allow remote URL uploads
remote_url_prem => '0',


Should be:

#--- Premium users limits ---#
enabled_prem => '1',

# Max number of upload fields
max_upload_files_prem => '10',

# Maximum upload Filesize in Mbytes (0 to disable)
max_upload_filesize_prem => '1000',

# Allow remote URL uploads
remote_url_prem => '1',



We have to chmod XFSConfig to 444 becose after cron run, premium users is not able to upload files to those servers.


Problem 2

Here the problem occurs only with a server. Well, a few seconds after uploading a file to the server I get info "no file ". Files uploaded myself (I checked it because the user can delete files). Nobody is removed from the disk because only root has access to the server (and I am him). In the history of logins, there is nothingto show. When you give the option to RUN FILE DB chceck ofeach server is removed the same amount of files. This isweird. There are 8 servers with the files the same amount offiles is deleted? At the same server is also a problem with showing the amount of space occupancy. From time to timethe counter is reduced by about 40%. I must then let theUPDATE SERVER FILES and again is good.

We also want to buy a mod ftp and 100% complete. Can you give any discounts? We have bought almost all the additional mods.

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#7 Postby admin » May 26, 2011 7:46 am

amator, as I remember, you were modifying your script by yourself.
Problem #1 can't happen with default xfilesharing code, as cron.pl does not modify config file.

As for problem #2 - we already gave you direction where to check (fs key).

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#8 Postby amator » May 26, 2011 8:01 am

Unfortunately, you're wrong. I did not make any modifications yourself. The only modifications were made ​​by you.

1#: I do not know whether he does it cron.pl or something else. I only know that such things happen.

2#: If the fs key would be bad all this would not work. And here, working sometimes and after several hours, the file disappears and there is "no file" message

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#9 Postby admin » May 26, 2011 8:17 am

amator wrote: 1#: I do not know whether he does it cron.pl or something else. I only know that such things happen.
Is that the same file server as in #2?
2#: If the fs key would be bad all this would not work. And here, working sometimes and after several hours, the file disappears and there is "no file" message
If fs_key is wrong - it may work fine on uploads, but may return "No file" on downloads.

Anyway, I replied you about what to do in another thread.

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#10 Postby amator » May 26, 2011 8:20 am

No, this is not the same.

Problem with over writen cofing is on servers s5, s6, s7,
Problem with no file is on s2

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#11 Postby ankurs » May 26, 2011 9:07 am

amator wrote:Problem with over writen cofing is on servers s5, s6, s7,
when you save settings, config on all FS are updated

amator
Posts: 72
Joined: Dec 01, 2010 6:51 pm

#12 Postby amator » May 26, 2011 9:32 am

I know that, but why 3 of then had other config that other servers?

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#13 Postby ankurs » May 26, 2011 10:22 am

amator wrote:I know that, but why 3 of then had other config that other servers?
make sure the those 3 servers have right file permissions & fs key is proper