This post has been edited 1 times, last edit by "iceman_fx" (Feb 14th 2011, 3:33pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
: https://pame.virtualtuur.comHi Tuur, is you want to translate this plugin in Dutch you'll have to buy the source files.Great!!!
Is it difficult when i want to make a dutch translation?
Do i get the fla when i buy?
Or should i get you some dutch texts, it's not that much..
and
is it also possible tah you can set a background for the email? color and/or picture?
Didn't see that in the ref.
Great![]()
![]()
![]()
Tuur![]()
Hi VN2009,what is the cost of the source files? i think i emailed you yesterday or the day before asking for an english version :)
Quoted
/* START :: Configuration */
$imagepath = "ecards";
/* relative path from this file to the image directory (the rights must be 666 or 777) */
$subject = "You received a e-card from #fromname#";
/* email subject */
$mailtemplateTXT = "ecardtxt.tmpl";
/* relative path from this file to the emailtemplate (TXT) */
$mailtemplateHTML = "ecardhtml.tmpl";
/* relative path from this file to the emailtemplate (HTML) */
$useadminbcc = "";
/* bcc recipient for each eCard (1 emailadress for admin) */
$jpgcompress = 75;
/* jpg quality/compress (1-100 percent) */
$imgwidth = 500;
/* imagewidth (0 = original width from plugin) */
$watermark = "watermark.png";
/* relative path from this file to the watermark-image (format: png) */
$wmposition = "bottomright";
/* watermark position - middle|topleft|topright|bottomleft|bottomright - default is bottomright */
$referercheck = false;
/* use server referer to check the request <> true|false - default is false (check the availability in their server - firewalls can block this) */
$refererlist = "";
/* opt. list for whitehosts <> separated by | */
$sessioncheck = true;
/* use php session to protect <> true|false - default is true */
$noactivehtml = false;
/* strips the html tags in all form fields <> true|false */
$logging = "min";
/* action logging <> off|min|full */
$usestatistic = true;
/* use send statistics <> true|false - default is false */
$blocklist = "ecards/blockliste.list";
/* relative path from this file to the blocklist - generates new list if not exists - please set this path in ecard_manageemail.php */
$checkoutpath = "http://www.virtualnorthland.com/panos/duluth2/ecard/ecard_manageemail.php";
/* url-path to the manage-script (http://) - no query params needed */
$phpmailerpath = "class.phpmailer.php";
/* relative path from this file to the class.phpmailer.php - uses this mailerclass to send the mail */
$useutf8email = true;
/* set the email charset to utf8 (if false, email like iso-8859-1) <> true|false - default is true */
/* Additional configuration for phpmailer-class when using the smtp-sending-method - php5 and "class.smtp.php" required */
$mc_usesmtp = true;
$mc_smtphost = "mail.virtualnorthland.com";
$mc_useauth = true;
$mc_port = 25;
$mc_username = "virtualnorthland";
$mc_password = "passwordremoved";
/* END :: Configuration */
Quoted
/* START :: Configuration */
$subject = "You have unsubscribed from this e-card service";
/* email subject */
$adminmail = "contact@virtualnorthland.com";
/* from mail adress (1 emailadress for admin) */
$mailtemplateTXT = "ecardblocktxt.tmpl";
/* relative path from this file to the emailtemplate (TXT) */
$mailtemplateHTML = "ecardblockhtml.tmpl";
/* relative path from this file to the emailtemplate (HTML) */
$blocklist = "ecards/blockliste.list";
/* relative path from this file to the blocklist - generates new list if not exists - please set this path in ecard.php */
$checkinpath = "http://www.virtualnorthland.com/panos/duluth2/ecard/ecard_manageemail.php";
/* url-path to the manage-script (http://) - no query params needed */
$successsite_out = "http://www.virtualnorthland.com/panos/duluth2/ecard/checkout.htm";
/* url-path to the success page for check out process (http://) */
$successsite_in = "http://www.virtualnorthland.com/panos/duluth2/ecard/checkin.htm";
/* url-path to the success page for check in process (http://) */
$errorsite = "http://www.virtualnorthland.com/panos/duluth2/ecard/error.htm";
/* url-path to the error page - no email (http://) */
$errorsite_save = "http://www.virtualnorthland.com/panos/duluth2/ecard/error_save.htm";
/* url-path to the error page - save error (http://) */
$phpmailerpath = "class.phpmailer.php";
/* relative path from this file to the class.phpmailer.php - uses this mailerclass to send the mail */
$useutf8email = true;
/* set the email charset to utf8 (if false, email like iso-8859-1) <> true|false - default is true */
/* Additional configuration for phpmailer-class when using the smtp-sending-method - php5 and "class.smtp.php" required */
$mc_usesmtp = true;
$mc_smtphost = "mail.virtualnorthland.com";
$mc_useauth = true;
$mc_port = 25;
$mc_username = "virtualnorthland";
$mc_password = "passwordremoved";
/* END :: Configuration */
This post has been edited 3 times, last edit by "VN2011" (Feb 24th 2011, 10:59pm)
Do you have copied the class.smtp.php parallel to your class.phpmailer.php (class.phpmailer.php must be set in the ecard.php - the class.smtp.php is an additional for the phpmailer) ?
And can your server send emails with different senders (senders that has no email on your webserver) ?