When download a file from a visitor to show his link to the following form
http://site.com/gi-bin/dl.cgi/5nmlysame ... m/file/zip
Must direct download link without the emergence of the previous
Please fix
			
									
									
						XFileSharing Pro - error : download a file from a visitor
- PilgrimX182
 - Posts: 2186
 - Joined: Mar 22, 2006 1:39 pm
 
In index.cgi find
and add below
			
									
									
						Code: Select all
$ses->redirect($file->{direct_link}) if $no_checks && $ses->getUser->{usr_direct_downloads};Code: Select all
$ses->redirect($file->{direct_link}) unless $c->{direct_links};
 Facebook
 Twitter