Search found 4 matches

by adelphi
Jan 08, 2018 12:58 pm
Forum: XFileSharing Free
Topic: Free version not compatible to latest perl
Replies: 2
Views: 6402

Re: Free version not compatible to latest perl

admin wrote:Better solution is to completely remove folder CGI and CGI.pm file from Modules folder.
Doesn't work. If I remove both, the links after a file upload are not shown...
by adelphi
Oct 25, 2017 1:07 pm
Forum: XFileSharing Free
Topic: Free version not compatible to latest perl
Replies: 2
Views: 6402

Free version not compatible to latest perl

Please be aware, that XFileSharing Free doesn't work with latest linux distributions (e.g. Debian 9) because of deprecated perl function "defined(@array)". You'll get following error: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at Modules/CGI.pm line 506. Compil...
by adelphi
Jun 20, 2012 12:43 pm
Forum: XFileSharing Free
Topic: Advanced Options to Show by default on index
Replies: 1
Views: 4678

Change the code in upload_form.html Before: <a href="#" style="line-height:20px;" onClick="$('optidiv').style.position='static';this.style.display='none';">Show Advanced Options</a> <div id="optidiv"> Recipient's Email: <input type="text" name="...
by adelphi
Nov 22, 2011 10:02 am
Forum: XFileSharing Free
Topic: Download Problem - Can't exec:s REPLACE INTO Secure
Replies: 1
Views: 15359

Download Problem - Can't exec:s REPLACE INTO Secure

Occurs only during download from from some rare sites, don't know if there are cookies or scripts blocked or which browser they use. Error message: Can't exec:s REPLACE INTO Secure (file_id,ip,rand,captcha,time) VALUES (?,INET_ATON(?),?,?,NOW()+INTERVAL ? SECOND) Column 'ip' cannot be null at Module...