Search found 7 matches

by kleinergeist191
Aug 08, 2008 6:16 am
Forum: XFileSharing Pro
Topic: EMail notification on each Fileupload
Replies: 9
Views: 7673

In Version 1.2 it don´t work anymore. HTML::Template->new() : Cannot open included file Templates/Templates/confirm_email_user.html : file not found. at Modules/HTML/Template.pm line 329 HTML::Template::_init_template('HTML::Template=HASH(0x883210)') called at Modules/HTML/Template.pm line 123 HTML:...
by kleinergeist191
Jun 09, 2008 7:10 am
Forum: XFileSharing Pro
Topic: Error 403
Replies: 1
Views: 4944

Error 403

After i click on create Link and klick on this an Error message occours:

Error 403

what can i do?
by kleinergeist191
Jun 05, 2008 7:30 pm
Forum: XFileSharing Pro
Topic: EMail notification on each Fileupload
Replies: 9
Views: 7673

Runs now

added now

Code: Select all

my $tmpl = $ses->CreateTemplate("Templates/confirm_email_user.html");
$tmpl->param('files' => \@arr);
$ses->SendMail( $c->{contact_email}, $c->{email_from}, "$c->{site_name}: File send notification", $tmpl->output() );
and it worked
by kleinergeist191
Jun 05, 2008 6:55 am
Forum: XFileSharing Pro
Topic: EMail notification on each Fileupload
Replies: 9
Views: 7673

Now i ge an error after upload a file Software error: HTML::Template->new() : Cannot open included file confirm_email_user.html : file not found. at Modules/HTML/Template.pm line 329 HTML::Template::_init_template('HTML::Template=HASH(0x89a710)') called at Modules/HTML/Template.pm line 123 HTML::Tem...
by kleinergeist191
Jun 04, 2008 5:06 pm
Forum: XFileSharing Pro
Topic: Dedicated Server with Dynamic Ip
Replies: 1
Views: 5494

Dedicated Server with Dynamic Ip

Is it possible to make the dedicated server available with a dynamic ip address. I have the Problem that every 24 hours the ip canched on my second server and than the mainserver don´t update gis database.
by kleinergeist191
Jun 04, 2008 8:01 am
Forum: XFileSharing Pro
Topic: EMail notification on each Fileupload
Replies: 9
Views: 7673

how can i do this?
by kleinergeist191
Jun 03, 2008 12:05 pm
Forum: XFileSharing Pro
Topic: EMail notification on each Fileupload
Replies: 9
Views: 7673

EMail notification on each Fileupload

Is it possible to get an email for every fileupload?

I want to get informed when a file was uploaded,.... is it possible?

Thank you