| View previous topic :: View next topic |
| Author |
Message |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 25, 2011 11:30 pm Post subject: What instead of XFS? |
|
|
| I have many problems with support XFS, and I'm thinking about switching to another platform. What do you recommend? |
|
| Back to top |
|
 |
Jesse202
Joined: 07 May 2010 Posts: 150
|
Posted: May 26, 2011 12:25 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: May 26, 2011 5:28 am Post subject: |
|
|
| 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  |
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 26, 2011 6:54 am Post subject: |
|
|
| 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 ... |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: May 26, 2011 7:17 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 26, 2011 7:21 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: May 26, 2011 7:46 am Post subject: |
|
|
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). |
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 26, 2011 8:01 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: May 26, 2011 8:17 am Post subject: |
|
|
| 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?
| Quote: |
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. |
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 26, 2011 8:20 am Post subject: |
|
|
No, this is not the same.
Problem with over writen cofing is on servers s5, s6, s7,
Problem with no file is on s2 |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: May 26, 2011 9:07 am Post subject: |
|
|
| amator wrote: | Problem with over writen cofing is on servers s5, s6, s7,
|
when you save settings, config on all FS are updated |
|
| Back to top |
|
 |
amator
Joined: 01 Dec 2010 Posts: 49
|
Posted: May 26, 2011 9:32 am Post subject: |
|
|
| I know that, but why 3 of then had other config that other servers? |
|
| Back to top |
|
 |
ankurs
Joined: 10 Mar 2009 Posts: 605
|
Posted: May 26, 2011 10:22 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
|