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
Mass Search Bug - Need Quick Fix

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



Joined: 05 Jul 2009
Posts: 122

PostPosted: Jul 03, 2010 10:06 am    Post subject: Mass Search Bug - Need Quick Fix Reply with quote

Please fix the mass search bug:

When you mass search files with long link, it works, but short links it doesn't work.

Example (Works):
http://site.com/abcdefghijkl/filename.zip.html
http://site.com/bcdefghijklm/filename2.zip.html

Example (Does Not Work):

http://site.com/abcdefghijkl
http://site.com/bcdefghijklm
Back to top
View user's profile Send private message
ankurs



Joined: 10 Mar 2009
Posts: 605

PostPosted: Jul 03, 2010 10:46 am    Post subject: Re: Mass Search Bug - Need Quick Fix Reply with quote

yes can confirm the bug
Back to top
View user's profile Send private message
qq_bbq



Joined: 05 Jul 2009
Posts: 122

PostPosted: Jul 05, 2010 1:27 am    Post subject: Reply with quote

Need quick fix, should be simple.
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Jul 05, 2010 6:44 am    Post subject: Reply with quote

In index.cgi replace line
Code:
push @arr,$1 while $f->{mass_search}=~/\/(\w{12})\//gs;

with
Code:
push @arr,$1 while $f->{mass_search}=~/\/(\w{12})\/?/gs;
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