XFileSharing Pro - third party problem :)

Message
Author
dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

third party problem :)

#1 Postby dzimi83 » Mar 31, 2009 9:59 am

Hello,

i have a big problem because I wrote the RapidShare uploader in PHP for my website and the free uploader was downloaded the files to the 00000/ folder.
Today my servers reached "something" and start serving the files from 00001/ directory.
Why it does change ? How can the script may know that XFS changed the uploads directory ? Because when I tried to upload files using Upload form from main site the directory was set to 00001.
Is it set in SQL database ? If so, where ? I thought that was set in XFSConfig but there is an option files_per_folder => 5000
us4:/uploadspace/us4/uploads$ ls -l 00000/ | wc -l
762
us4:/uploadspace/us4/uploads$ ls -l 00001/ | wc -l
2

where can i change to do not change the uploads structure directory or where my scripts can read that was changed ?

dzimi83
Posts: 66
Joined: Mar 09, 2009 1:08 pm

#2 Postby dzimi83 » Mar 31, 2009 10:41 am

Ok. I found it and merge this code to my third party software. :]

Greetings guys. Good job with XFS.