Search found 9 matches

by hansolo
Apr 28, 2009 3:30 pm
Forum: XFileSharing Pro
Topic: A way to add Sender name on file send notification
Replies: 8
Views: 4772

It doesn't matter, that line should be located after :
my $status = &ARef($f->{'st'});
at variable declaration phase of UploadResult function :
my $usr_login = $ses->getUser->{usr_login} if $ses->getUser && $ses->getUser->{usr_add_login};
by hansolo
Apr 28, 2009 12:32 pm
Forum: XFileSharing Pro
Topic: A way to add Sender name on file send notification
Replies: 8
Views: 4772

Yeah, the code have to be added to UploadResult fonction in index.cgi
by hansolo
Apr 28, 2009 10:45 am
Forum: XFileSharing Pro
Topic: A way to add Sender name on file send notification
Replies: 8
Views: 4772

Yeah, no problem, below the code i have added in UploadResult function : Add this after : my $usr_login = $ses->getUser->{usr_login} if ..... ---------- my $FROMemail = $c->{email_from}; # create new variable with default sender address if ($ses->getUser) # check if it's anonymous { $FROMemail = $se...
by hansolo
Feb 28, 2009 2:35 pm
Forum: XFileSharing Pro
Topic: Name of Virus files
Replies: 2
Views: 2591

yeah good :(

I don't wanna disable virus scanning, but make file name displayed instead of it's file code. Don't bother i fixed the problem by modifing a line of code.
by hansolo
Feb 27, 2009 7:47 am
Forum: XFileSharing Pro
Topic: Name of Virus files
Replies: 2
Views: 2591

Name of Virus files

Hi,

Why on uploading a file which contain a virus. the name of the file is not shown on uplaod_results view?? it's the file code which replace the real filename??
by hansolo
Jan 19, 2009 2:40 pm
Forum: XFileSharing Pro
Topic: Is users activity uploads/deletes/download logged?
Replies: 2
Views: 2457

Is users activity uploads/deletes/download logged?

Hi,

I would like to know if users actions are logged. I want to be able to log user activity, login, upload file, delete file, downloads, logouts ....

Is this already implemented? If so, in which log file is this recoreded?
by hansolo
Jan 16, 2009 3:05 pm
Forum: XFileSharing Pro
Topic: Add Antivirus CLAMAV support
Replies: 3
Views: 2727

Add Antivirus CLAMAV support

Does someone know where is the setting which enable CLAMAV scan of uploaded files??? Is CLAMAV detected automatically by XfileSharingPro?

Thks
by hansolo
Jan 16, 2009 1:33 pm
Forum: XFileSharing Pro
Topic: A way to add Sender name on file send notification
Replies: 8
Views: 4772

Tks, I already managed to find a way to put sender address in the subject.

I want also that a user be notified when someone download one if his files.

Is there a way to do that?
by hansolo
Jan 15, 2009 11:36 am
Forum: XFileSharing Pro
Topic: A way to add Sender name on file send notification
Replies: 8
Views: 4772

A way to add Sender name on file send notification

Hi,

I'a want to know if there is a way to customize file send notification message and add sender name or even mail address. Actually Recipient get a simple message :

Somebody sent you these files using hostname :

Any help is welcome.