XFileSharing Pro - problem at download " expired session"â€￾

Message
Author
Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

problem at download " expired session"â€￾

#1 Postby Mahfouz » Oct 19, 2011 2:08 pm

many users told me that when they try to download files sometimes they get expired session msg and can't download file.

not all users , but when it appears to some one he can't download the file.

I searched the forum and found 1 post but with no solutions ..

Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

#2 Postby Mahfouz » Oct 19, 2011 2:57 pm

and another q

how to rename file name ??

rename _every_ file to a (really) unique id (for example: file.ext should be renamed to 2DQ4MHk8YVD28TX1)

nik0la
Posts: 102
Joined: Dec 30, 2009 1:50 pm

#3 Postby nik0la » Oct 20, 2011 12:27 pm

if you have multiple servers, sync time on all servers

Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

#4 Postby Mahfouz » Oct 20, 2011 1:48 pm

nik0la wrote:if you have multiple servers, sync time on all servers
just one server . thx ...

Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

#5 Postby Mahfouz » Oct 21, 2011 8:24 am

please help .. at least expired session problem < alot of users told me about it ..

Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

#6 Postby Mahfouz » Nov 03, 2011 6:37 pm

I'm sorry but no solution for my problem and no answer to my q till now


please help .. at least expired session problem < alot of users told me about it ..
??

leecher
Posts: 22
Joined: Nov 01, 2011 1:37 am

#7 Postby leecher » Nov 03, 2011 8:13 pm

Some ppl have same problem with DM, try use Jdownloader or others.

Mahfouz
Posts: 9
Joined: Oct 07, 2011 5:56 pm

#8 Postby Mahfouz » Nov 05, 2011 9:51 am

how to rename file name ??

rename _every_ file to a (really) unique id (for example: file.ext should be renamed to 2DQ4MHk8YVD28TX1)

nyan
Posts: 163
Joined: Oct 28, 2010 8:01 pm

#9 Postby nyan » Nov 05, 2011 10:29 pm

Mahfouz wrote:how to rename file name ??

rename _every_ file to a (really) unique id (for example: file.ext should be renamed to 2DQ4MHk8YVD28TX1)
my god, just write a small script, you can even do it in php or whatever

connect to database
fetch all rows from Files
while loop all rows
generate random string
update Files set file_name = random_string where id = id limit 1
end while


done.