XFileSharing Pro - direct img prob

Message
Author
hosterto
Posts: 39
Joined: May 31, 2010 2:15 pm

direct img prob

#1 Postby hosterto » Jul 12, 2010 2:00 pm

Here is a sample with direct img

Image

after ca a hour the image is dosent show

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

#2 Postby ankurs » Jul 12, 2010 2:31 pm

below image uploaded on 07-Jun-2010 21:31 ; looks fine

Image

these links dont change

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

#3 Postby admin » Jul 13, 2010 5:09 pm

it's still working

hosterto
Posts: 39
Joined: May 31, 2010 2:15 pm

#4 Postby hosterto » Jul 16, 2010 10:11 am

its working only with jpg not JPG

same gif and GIF


and so one

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Jul 16, 2010 11:18 am

Here goes fix: in index.cgi find

Code: Select all

my $ext=$1;
and add below:

Code: Select all

$ext = lc $ext;