| Current Path : /home/wuectly/www/03cbe/ |
| Current File : /home/wuectly/www/03cbe/cpanel.zip |
PK �i#]�j�kFK FK tmpl/interface.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="config_interface">
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('MESSAGES'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_SUBSCRIPTION_DESC').'<br /><br /><i>'.($this->config->get('require_confirmation', 0) ? acymailing_translation('CONFIRMATION_SENT') : acymailing_translation('SUBSCRIPTION_OK')).'</i>', acymailing_translation('DISPLAY_MSG_SUBSCRIPTION'), '', acymailing_translation('DISPLAY_MSG_SUBSCRIPTION')); ?>
</td>
<td>
<?php echo $this->elements->subscription_message; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_CONFIRM_DESC').'<br /><br /><i>'.acymailing_translation('SUBSCRIPTION_CONFIRMED').'</i>', acymailing_translation('DISPLAY_MSG_CONFIRM'), '', acymailing_translation('DISPLAY_MSG_CONFIRM')); ?>
</td>
<td>
<?php echo $this->elements->confirmation_message; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_UNSUBSCRIPTION_DESC'), acymailing_translation('DISPLAY_MSG_UNSUBSCRIPTION'), '', acymailing_translation('DISPLAY_MSG_UNSUBSCRIPTION')); ?>
</td>
<td>
<?php echo $this->elements->unsubscription_message; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_CONFIRMATION_DESC'), acymailing_translation('DISPLAY_MSG_CONFIRMATION'), '', acymailing_translation('DISPLAY_MSG_CONFIRMATION')); ?>
</td>
<td>
<?php echo $this->elements->confirm_message; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_WELCOME_DESC'), acymailing_translation('DISPLAY_MSG_WELCOME'), '', acymailing_translation('DISPLAY_MSG_WELCOME')); ?>
</td>
<td>
<?php echo $this->elements->welcome_message; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DISPLAY_MSG_UNSUB_DESC'), acymailing_translation('DISPLAY_MSG_UNSUB'), '', acymailing_translation('DISPLAY_MSG_UNSUB')); ?>
</td>
<td>
<?php echo $this->elements->unsub_message; ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle">CSS</span>
<table class="acymailing_table" cellspacing="1">
<?php if(!empty($this->elements->css_module)){ ?>
<tr>
<td class="acykey">
<?php
if('joomla' == 'wordpress'){
echo acymailing_translation('ACY_CSS_WIDGET');
}else{
echo acymailing_tooltip(acymailing_translation('CSS_MODULE_DESC'), acymailing_translation('CSS_MODULE'), '', acymailing_translation('CSS_MODULE'));
}
?>
</td>
<td>
<?php echo $this->elements->css_module; ?>
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('CSS_FRONTEND_DESC'), acymailing_translation('CSS_FRONTEND'), '', acymailing_translation('CSS_FRONTEND')); ?>
</td>
<td>
<?php echo $this->elements->css_frontend; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_CSS_BACKEND_DESC'), acymailing_translation('ACY_CSS_BACKEND'), '', acymailing_translation('ACY_CSS_BACKEND')); ?>
</td>
<td>
<?php echo $this->elements->css_backend; ?>
</td>
</tr>
<?php if(ACYMAILING_J30 && !empty($this->elements->bootstrap_frontend)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_translation('USE_BOOTSTRAP_FRONTEND'); ?>
</td>
<td>
<?php echo $this->elements->bootstrap_frontend; ?>
</td>
</tr>
<?php } ?>
</table>
</div>
<?php if(!empty($this->elements->use_sef)){ ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('FEATURES'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FORWARD_DESC'), acymailing_translation('FORWARD_FEATURE'), '', acymailing_translation('FORWARD_FEATURE')); ?>
</td>
<td>
<?php echo $this->elements->forward; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('USE_SEF_DESC'), acymailing_translation('USE_SEF'), '', acymailing_translation('USE_SEF')); ?>
</td>
<td>
<?php echo $this->elements->use_sef; ?>
</td>
</tr>
<?php
if(acymailing_level(3)){
?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_FEATURE_SEND_IN_ARTICLE_DESC'), acymailing_translation('ACY_FEATURE_SEND_IN_ARTICLE'), '', acymailing_translation('ACY_FEATURE_SEND_IN_ARTICLE')); ?>
</td>
<td class="acykey">
<?php echo $this->elements->edit_send_in_article ?>
</td>
</tr>
<?php
}
?>
</table>
</div>
<?php } ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('TRACKING'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_translation('TRACKINGSYSTEM'); ?>
</td>
<td>
<?php echo $this->elements->tracking_system; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_TRACKINGSYSTEM_EXTERNAL_LINKS'); ?>
</td>
<td>
<?php echo $this->elements->tracking_system_external_website; ?>
</td>
</tr>
</table>
</div>
<?php if(!empty($this->elements->acymailing_menu)) { ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('MENU'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACYMAILING_MENU_DESC'), acymailing_translation('ACYMAILING_MENU'), '', acymailing_translation('ACYMAILING_MENU')); ?>
</td>
<td>
<?php echo $this->elements->acymailing_menu; ?>
</td>
</tr>
</table>
</div>
<?php
}
if(!empty($this->elements->editor)){
?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ACY_EDITOR'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('EDITOR_DESC'), acymailing_translation('ACY_EDITOR'), '', acymailing_translation('ACY_EDITOR')); ?>
</td>
<td>
<?php echo $this->elements->editor; ?>
</td>
</tr>
</table>
</div>
<?php
}
if(!empty($this->elements->indexFollow)){
?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ARCHIVE_SECTION'); ?></span>
<table class="acymailing_table" cellspacing="1">
<?php
if(file_exists(ACYMAILING_ROOT.'components'.DS.'com_jcomments'.DS.'jcomments.php')){
$jcomments = ($this->config->get('comments_feature') == 'jcomments') ? 'checked="checked"' : '';
}else{
$jcomments = 'disabled="disabled"';
}
if(file_exists(ACYMAILING_ROOT.'components'.DS.'com_rscomments')){
$rscomments = ($this->config->get('comments_feature') == 'rscomments') ? 'checked="checked"' : '';
}else{
$rscomments = 'disabled="disabled"';
}
if(file_exists(ACYMAILING_ROOT.'components'.DS.'com_komento')){
$komento = ($this->config->get('comments_feature') == 'komento') ? 'checked="checked"' : '';
}else{
$komento = 'disabled="disabled"';
}
if(file_exists(ACYMAILING_ROOT.'plugins'.DS.'content'.DS.'jom_comment_bot.php')){
$jomcomment = ($this->config->get('comments_feature') == 'jomcomment') ? 'checked="checked"' : '';
}else{
$jomcomment = 'disabled="disabled"';
}
if($this->config->get('comments_feature') == 'disqus'){
$disqus = 'checked="checked"';
}else{
$disqus = '';
}
$no_checked = $this->config->get('comments_feature') ? '' : 'checked="checked"';
?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('COMMENTS_ENABLED_DESC'), acymailing_translation('COMMENTS_ENABLED'), '', acymailing_translation('COMMENTS_ENABLED')); ?>
</td>
<td>
<div class="controls">
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature" value="" <?php echo $no_checked; ?> size="1" type="radio"/>
<label for="config_comments_feature"><?php echo acymailing_translation('JOOMEXT_NO'); ?></label>
<?php if('joomla' == 'joomla') { ?>
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature_rscomments" value="rscomments" <?php echo $rscomments; ?> size="1" type="radio"/>
<label for="config_comments_feature_rscomments">RSComments</label>
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature_komento" value="komento" <?php echo $komento; ?> size="1" type="radio"/>
<label for="config_comments_feature_komento">Komento</label>
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature_jcomments" value="jcomments" <?php echo $jcomments; ?> size="1" type="radio"/>
<label for="config_comments_feature_jcomments">jComments</label>
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature_jomcomment" value="jomcomment" <?php echo $jomcomment; ?> size="1" type="radio"/>
<label for="config_comments_feature_jomcomment">jomComment</label>
<?php } ?>
<input onclick="updateCommentsOption();" name="config[comments_feature]" id="config_comments_feature_disqus" value="disqus" <?php echo $disqus; ?> size="1" type="radio"/>
<label for="config_comments_feature_disqus">Disqus</label>
</div>
<label for="config_disqus_shortname" style="display:<?php echo empty($disqus) ? "none" : "inline-block"; ?>;" id="config_disqus_shortname_label">Shortname : </label>
<input type="text" name="config[disqus_shortname]" id="config_disqus_shortname" value="<?php echo $this->config->get('disqus_shortname'); ?>" size="1" style="width:100px;float:none;<?php if(empty($disqus)) echo "display:none;"; ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SUBJECT_DISPLAY_DESC'), acymailing_translation('SUBJECT_DISPLAY'), '', acymailing_translation('SUBJECT_DISPLAY')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[frontend_subject]", '', $this->config->get('frontend_subject', 1)); ?>
</td>
</tr>
<?php if(!ACYMAILING_J16){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FRONTEND_PDF_DESC'), acymailing_translation('FRONTEND_PDF'), '', acymailing_translation('FRONTEND_PDF')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[frontend_pdf]", '', $this->config->get('frontend_pdf', 0)); ?>
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FRONTEND_PRINT_DESC'), acymailing_translation('FRONTEND_PRINT'), '', acymailing_translation('FRONTEND_PRINT')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[frontend_print]", '', $this->config->get('frontend_print', 0)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SHOW_DESCRIPTION_DESC'), acymailing_translation('SHOW_DESCRIPTION'), '', acymailing_translation('SHOW_DESCRIPTION')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[show_description]", '', $this->config->get('show_description', 1)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SHOW_FILTER_DESC'), acymailing_translation('SHOW_FILTER'), '', acymailing_translation('SHOW_FILTER')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[show_filter]", '', $this->config->get('show_filter', 1)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_ORDER'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[show_order]", '', $this->config->get('show_order', 1)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SHOW_SENDDATE_DESC'), acymailing_translation('SHOW_SENDDATE'), '', acymailing_translation('SHOW_SENDDATE')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[show_senddate]", '', $this->config->get('show_senddate', 1)); ?>
</td>
</tr>
<?php if(acymailing_level(1)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_translation_sprintf('SHOW_COLUMN_X', '<b><i>'.acymailing_translation('RECEIVE_VIA_EMAIL').'</i></b>'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[show_receiveemail]", '', $this->config->get('show_receiveemail', 0)); ?>
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey" valign="top">
<?php echo acymailing_tooltip(acymailing_translation('OPEN_POPUP_DESC'), acymailing_translation('OPEN_POPUP'), '', acymailing_translation('OPEN_POPUP')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[open_popup]", '', $this->config->get('open_popup', 1)); ?>
<div style="margin-top:10px;">
<?php echo acymailing_translation('CAPTCHA_WIDTH'); ?> <input type="text" name="config[popup_width]" style="float:none;width:40px" value="<?php echo intval($this->config->get('popup_width', 750)); ?>"/> x <?php echo acymailing_translation('CAPTCHA_HEIGHT'); ?> <input type="text" name="config[popup_height]" style="float:none;width:40px"
value="<?php echo intval($this->config->get('popup_height', 550)); ?>"/>
</div>
</td>
</tr>
<tr id="indexfollow">
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ARCHIVE_INDEX_FOLLOW_DESC'), acymailing_translation('ARCHIVE_INDEX_FOLLOW'), '', acymailing_translation('ARCHIVE_INDEX_FOLLOW')); ?>
</td>
<td>
<?php echo $this->elements->indexFollow; ?>
</td>
</tr>
</table>
</div>
<?php } ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('UNSUB_PAGE'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(str_replace('UNSUB_INTRO', acymailing_translation('UNSUB_INTRO'), $this->config->get('unsub_intro', 'UNSUB_INTRO')), acymailing_translation('UNSUB_INTRODUCTION'), '', acymailing_translation('UNSUB_INTRODUCTION')); ?>
</td>
<td>
<textarea style="width:300px;" rows="5" name="config[unsub_intro]"><?php echo $this->config->get('unsub_intro', 'UNSUB_INTRO'); ?></textarea>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('UNSUB_DISP_CHOICE'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[unsub_dispoptions]", '', $this->config->get('unsub_dispoptions', 1)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_UNSUB_DISP_OTHER_SUBS'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[unsub_dispothersubs]", '', $this->config->get('unsub_dispothersubs', 0)); ?>
</td>
</tr>
<tr>
<td valign="top" class="acykey">
<?php echo acymailing_translation('UNSUB_DISP_SURVEY'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[unsub_survey]", 'onclick="displaySurvey(this.value)"', $this->config->get('unsub_survey', 1));
$reasons = unserialize($this->config->get('unsub_reasons'));
?>
<div id="unsub_reasons_area" class="acymailing_deploy" <?php if(!$this->config->get('unsub_survey', 1)) echo 'style="display:none"'; ?> >
<div id="unsub_reasons">
<?php
foreach($reasons as $i => $oneReason){
if(preg_match('#^[A-Z_]*$#', $oneReason)){
$trans = acymailing_translation($oneReason);
}else{
$trans = $oneReason;
}
echo '<span style="font-size:8px">'.$trans.'</span><br /><input type="text" style="width:300px;margin-bottom: 3px;" value="'.$this->escape($oneReason).'" name="unsub_reasons[]" /><br />';
} ?>
</div>
<a onclick="addUnsubReason();return false;" href='#' title="<?php echo $this->escape(acymailing_translation('FIELD_ADDVALUE')); ?>">
<button class="acymailing_button_grey" onclick="return false">
<?php echo acymailing_translation('FIELD_ADDVALUE'); ?>
</button>
</a>
</div>
</td>
</tr>
</table>
</div>
<?php if(!empty($this->elements->acyrss_format)){ ?>
<div class="onelineblockoptions">
<span class="acyblocktitle">RSS</span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_TYPE'); ?>
</td>
<td>
<?php echo $this->elements->acyrss_format; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_NAME'); ?>
</td>
<td>
<input type="text" style="width:200px" name="config[acyrss_name]" value="<?php echo $this->escape($this->config->get('acyrss_name', '')); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_DESCRIPTION'); ?>
</td>
<td>
<textarea style="width:300px;" rows="5" name="config[acyrss_description]"><?php echo $this->config->get('acyrss_description', ''); ?></textarea>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('MAX_ARTICLE'); ?>
</td>
<td>
<input type="text" style="width:50px" name="config[acyrss_element]" value="<?php echo intval($this->config->get('acyrss_element', 20)); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_ORDER'); ?>
</td>
<td>
<?php echo $this->elements->acyrss_order; ?>
</td>
</tr>
</table>
</div>
<?php }
if(acymailing_level(3) && 'joomla' == 'joomla') include(dirname(__FILE__).DS.'interface_enterprise.php'); ?>
<script language="javascript" type="text/javascript">
<!--
function updateCommentsOption(){
if(document.getElementById("config_comments_feature_disqus").checked){
document.getElementById('config_disqus_shortname_label').style.display = 'inline-block';
document.getElementById('config_disqus_shortname').style.display = '';
}else{
document.getElementById('config_disqus_shortname_label').style.display = 'none';
document.getElementById('config_disqus_shortname').style.display = 'none';
}
}
//-->
</script>
</div>
PK �i#]i��]�+ �+ tmpl/subscription.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="page-subscription">
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('SUBSCRIPTION'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ALLOW_VISITOR_DESC'), acymailing_translation('ALLOW_VISITOR'), '', acymailing_translation('ALLOW_VISITOR')); ?>
</td>
<td>
<?php echo $this->elements->allow_visitor; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REQUIRE_CONFIRM_DESC'), acymailing_translation('REQUIRE_CONFIRM'), '', acymailing_translation('REQUIRE_CONFIRM')); ?>
</td>
<td>
<?php echo $this->elements->require_confirmation; ?>
<?php echo $this->elements->editConfEmail; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('AUTO_SUBSCRIBE_DESC'), acymailing_translation('AUTO_SUBSCRIBE'), '', acymailing_translation('AUTO_SUBSCRIBE')); ?>
</td>
<td>
<input class="inputbox" id="configautosub" name="config[autosub]" type="text" style="width:100px" value="<?php echo $this->escape($this->config->get('autosub', 'None')); ?>">
<?php echo acymailing_popup(acymailing_completeLink('chooselist', true).'&task=autosub&values='.$this->config->get('autosub', 'None').'&control=config', '<button class="acymailing_button_grey" onclick="return false">'.acymailing_translation('SELECT').'</button>', '', 650, 375, 'linkconfigautosub'); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ALLOW_MODIFICATION_DESC'), acymailing_translation('ALLOW_MODIFICATION'), '', acymailing_translation('ALLOW_MODIFICATION')); ?>
</td>
<td>
<?php echo $this->elements->allow_modif; ?>
<?php echo $this->elements->editModifEmail; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('GENERATE_NAME'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[generate_name]", '', $this->config->get('generate_name', 1)); ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('NOTIFICATIONS'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_CREATE_DESC'), acymailing_translation('NOTIF_CREATE'), '', acymailing_translation('NOTIF_CREATE')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_created]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_created')); ?>">
<?php echo $this->elements->edit_notification_created; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_UNSUB_DESC'), acymailing_translation('NOTIF_UNSUB'), '', acymailing_translation('NOTIF_UNSUB')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_unsub]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_unsub')); ?>">
<?php echo $this->elements->edit_notification_unsub; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_UNSUBALL_DESC'), acymailing_translation('NOTIF_UNSUBALL'), '', acymailing_translation('NOTIF_UNSUBALL')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_unsuball]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_unsuball')); ?>">
<?php echo $this->elements->edit_notification_unsuball; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_REFUSE_DESC'), acymailing_translation('NOTIF_REFUSE'), '', acymailing_translation('NOTIF_REFUSE')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_refuse]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_refuse')); ?>">
<?php echo $this->elements->edit_notification_refuse; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_CONTACT_DESC'), acymailing_translation('NOTIF_CONTACT'), '', acymailing_translation('NOTIF_CONTACT')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_contact]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_contact')); ?>">
<?php echo $this->elements->edit_notification_contact; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_CONTACT_MENU_DESC'), acymailing_translation('NOTIF_CONTACT_MENU'), '', acymailing_translation('NOTIF_CONTACT_MENU')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_contact_menu]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_contact_menu')); ?>">
<?php echo $this->elements->edit_notification_contact_menu; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NOTIF_CONFIRM_DESC'), acymailing_translation('NOTIF_CONFIRM'), '', acymailing_translation('NOTIF_CONFIRM')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[notification_confirm]" style="width:200px" value="<?php echo $this->escape($this->config->get('notification_confirm')); ?>">
<?php echo $this->elements->edit_notification_confirm; ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('REDIRECTIONS'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REDIRECTION_CONFIRM_DESC'), acymailing_translation('REDIRECTION_CONFIRM'), '', acymailing_translation('REDIRECTION_CONFIRM')); ?>
</td>
<td>
<input class="inputbox" type="text" id="confirm_redirect" name="config[confirm_redirect]" style="width:250px" value="<?php echo $this->escape($this->config->get('confirm_redirect')); ?>">
</td>
</tr>
<?php $redirectMessageModule = 'joomla' == 'joomla' ? '<br /><br /><i>'.acymailing_translation('REDIRECTION_NOT_MODULE').'</i>' : ''; ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REDIRECTION_SUB_DESC').$redirectMessageModule, acymailing_translation('REDIRECTION_SUB'), '', acymailing_translation('REDIRECTION_SUB')); ?>
</td>
<td>
<input class="inputbox" type="text" id="sub_redirect" name="config[sub_redirect]" style="width:250px" value="<?php echo $this->escape($this->config->get('sub_redirect')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REDIRECTION_MODIF_DESC').$redirectMessageModule, acymailing_translation('REDIRECTION_MODIF'), '', acymailing_translation('REDIRECTION_MODIF')); ?>
</td>
<td>
<input class="inputbox" type="text" id="modif_redirect" name="config[modif_redirect]" style="width:250px" value="<?php echo $this->escape($this->config->get('modif_redirect')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REDIRECTION_UNSUB_DESC').$redirectMessageModule, acymailing_translation('REDIRECTION_UNSUB'), '', acymailing_translation('REDIRECTION_UNSUB')); ?>
</td>
<td>
<input class="inputbox" type="text" id="unsub_redirect" name="config[unsub_redirect]" style="width:250px" value="<?php echo $this->escape($this->config->get('unsub_redirect')); ?>">
</td>
</tr>
<?php if('joomla' == 'joomla') { ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REDIRECTION_MODULE_DESC'), acymailing_translation('REDIRECTION_MODULE'), '', acymailing_translation('REDIRECTION_MODULE')); ?>
</td>
<td>
<input class="inputbox" type="text" id="module_redirect" name="config[module_redirect]" style="width:250px" value="<?php echo $this->escape($this->config->get('module_redirect')); ?>">
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_REDIRECT_TAGS'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[redirect_tags]", '', $this->config->get('redirect_tags', 0)); ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('GEOLOCATION'); ?></span>
<script language="JavaScript" type="text/javascript">
function testAPI(id, newvalue){
window.document.getElementById(id).className = 'onload';
var xhr = new XMLHttpRequest();
xhr.open('GET', '<?php echo acymailing_prepareAjaxURL('toggle'); ?>&task=' + id + '&value=' + newvalue);
xhr.onload = function(){
window.document.getElementById(id).innerHTML = xhr.responseText;
window.document.getElementById(id).className = 'loading';
};
xhr.send();
}
</script>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('GEOLOCATION_TYPE_DESC'), acymailing_translation('GEOLOCATION_TYPE'), '', acymailing_translation('GEOLOCATION_TYPE')); ?>
</td>
<td>
<?php echo $this->elements->geolocation; ?>
</td>
</tr>
<?php if($this->elements->geoloc_api_key){ ?>
<tr>
<td class="acykey">
<a href="http://ipinfodb.com/register.php" target="_blank"><?php echo acymailing_tooltip(acymailing_translation('GEOLOCATION_API_KEY_DESC'), 'IPInfoDB API key', '', 'IPInfoDB API key'); ?></a>
</td>
<td>
<?php echo $this->elements->geoloc_api_key; ?>
</td>
</tr>
<tr>
<td colspan="2">
<span id="testApiKey" class="acymailing_button_grey">
<i class="acyicon-location"></i>
<a style="color:#666;text-decoration:none;" href="javascript:void(0);" onclick="testAPI('testApiKey',window.document.getElementById('geoloc_api_key').value)"><?php echo acymailing_translation('GEOLOC_TEST_API_KEY'); ?></a>
</span>
</td>
</tr>
<tr>
<td class="acykey">
<a href="https://www.acyba.com/acymailing/350-acymailing-geolocation.html#accountsetup" target="_blank"><?php echo acymailing_tooltip(acymailing_translation('ACY_GOOGLE_MAP_KEY_DESC'), acymailing_translation('ACY_GOOGLE_MAP_KEY'), '', acymailing_translation('ACY_GOOGLE_MAP_KEY')) ?></a>
</td>
<td>
<?php echo $this->elements->google_map_api_key; ?>
</td>
</tr>
<?php } ?>
</table>
</div>
</div>
PK �i#]y��`� � tmpl/queue.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="page-queue">
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('QUEUE_PROCESS'); ?></span>
<table class="acymailing_table" cellspacing="1">
<?php if(acymailing_level(1)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('QUEUE_PROCESSING_DESC'), acymailing_translation('QUEUE_PROCESSING'), '', acymailing_translation('QUEUE_PROCESSING')); ?>
</td>
<td>
<?php echo $this->elements->queue_type; ?>
</td>
</tr>
<tr id="method_auto" <?php echo ($this->config->get('queue_type', 'auto') == 'onlyauto' || $this->config->get('queue_type', 'auto') == 'auto') ? '' : 'style="display:none"'; ?>>
<td class="acykey">
<?php echo acymailing_translation('AUTO_SEND_PROCESS'); ?>
</td>
<td>
<?php echo acymailing_translation_sprintf('SEND_X_EVERY_Y', '<input class="inputbox" type="text" name="config[queue_nbmail_auto]" style="width:50px" value="'.intval($this->config->get('queue_nbmail_auto')).'" />', $this->elements->cron_frequency); ?>
</td>
</tr>
<?php } ?>
<tr id="method_manual" <?php echo ($this->config->get('queue_type', 'auto') == 'onlyauto') ? 'style="display:none"' : ''; ?>>
<td class="acykey">
<?php echo acymailing_translation('MANUAL_SEND_PROCESS'); ?>
</td>
<td>
<?php echo acymailing_translation_sprintf('SEND_X_WAIT_Y', '<input class="inputbox" type="text" name="config[queue_nbmail]" style="width:50px" value="'.intval($this->config->get('queue_nbmail')).'" />', $this->elements->queue_pause); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('MAX_NB_TRY_DESC'), acymailing_translation('MAX_NB_TRY'), '', acymailing_translation('MAX_NB_TRY')); ?>
</td>
<td>
<?php echo acymailing_translation_sprintf('CONFIG_TRY', '<input class="inputbox" type="text" name="config[queue_try]" style="width:50px" value="'.intval($this->config->get('queue_try')).'">');
echo ' '.acymailing_translation_sprintf('CONFIG_TRY_ACTION', $this->bounceaction->display('maxtry', $this->config->get('bounce_action_maxtry'))); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_MAX_EXECUTION_TIME'); ?>
</td>
<td>
<?php
echo acymailing_translation_sprintf('ACY_TIMEOUT_SERVER', ini_get('max_execution_time')).'<br />';
$maxexecutiontime = intval($this->config->get('max_execution_time'));
if(intval($this->config->get('last_maxexec_check')) > (time() - 20)){
echo acymailing_translation_sprintf('ACY_TIMEOUT_CURRENT', $maxexecutiontime);
}else{
if(!empty($maxexecutiontime)){
echo acymailing_translation_sprintf('ACY_MAX_RUN', $maxexecutiontime).'<br />';
}
echo '<span id="timeoutcheck" ><a href="javascript:void(0);" onclick="detectTimeout(\'timeoutcheck\')">'.acymailing_translation('ACY_TIMEOUT_AGAIN').'</a></span>';
}
?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation('ACY_ORDER_SEND_QUEUE'); ?>
</td>
<td>
<?php
$ordering = array();
$ordering[] = acymailing_selectOption("subid, ASC", 'subid ASC');
$ordering[] = acymailing_selectOption("subid, DESC", 'subid DESC');
$ordering[] = acymailing_selectOption("rand", acymailing_translation('ACY_RANDOM'));
echo acymailing_select($ordering, 'config[sendorder]', 'size="1" style="width:150px;" onchange="if(this.value == \'rand\'){alert(\''.acymailing_translation('ACY_NO_RAND_FOR_MULTQUEUE').'\')}"', 'value', 'text', $this->config->get('sendorder', 'subid,ASC'));
?>
</td>
</tr>
</table>
</div>
<?php if(acymailing_level(1)){
include(dirname(__FILE__).DS.'cron.php');
}
if(acymailing_level(3)){ ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('PRIORITY'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('NEWS_PRIORITY_DESC'), acymailing_translation('NEWS_PRIORITY'), '', acymailing_translation('NEWS_PRIORITY')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[priority_newsletter]" style="width:50px" value="<?php echo intval($this->config->get('priority_newsletter', 3)); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FOLLOW_PRIORITY_DESC'), acymailing_translation('FOLLOW_PRIORITY'), '', acymailing_translation('FOLLOW_PRIORITY')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[priority_followup]" style="width:50px" value="<?php echo intval($this->config->get('priority_followup', 2)); ?>">
</td>
</tr>
</table>
</div>
<?php }
if(acymailing_level(1) && !empty($this->elements->cron_plugins)){ ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('PLUGINS'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_DAILY_HOUR_PLUGINS_DESC'), acymailing_translation('ACY_DAILY_HOUR_PLUGINS'), '', acymailing_translation('ACY_DAILY_HOUR_PLUGINS')); ?>
</td>
<td>
<?php echo $this->elements->cron_plugins; ?>
</td>
</tr>
</table>
</div>
<?php } ?>
</div>
PK �i#]��sJ� � tmpl/acl.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="page-acl">
<?php echo acymailing_cmsACL(); ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ACY_ACL'); ?></span>
<?php
if(!acymailing_level(3)){
echo '<a target="_blank" href="'.ACYMAILING_REDIRECT.'acymailing-features#mail">'.acymailing_translation('ONLY_FROM_ENTERPRISE').'</a>';
}else{ ?>
<table class="acymailing_table" cellspacing="1">
<?php
$acltable = acymailing_get('type.acltable');
$aclcats['campaign'] = array('manage', 'delete', 'copy');
$aclcats['configuration'] = array('manage');
$aclcats['extra_fields'] = array('import');
$aclcats['cpanel'] = array('manage');
$aclcats['distribution'] = array('manage', 'copy', 'delete');
$aclcats['lists'] = array('manage', 'delete', 'filter');
$aclcats['newsletters'] = array('manage', 'delete', 'send', 'schedule', 'spam_test', 'copy', 'lists', 'attachments', 'sender_informations', 'meta_data', 'abtesting', 'inbox_actions');
$aclcats['queue'] = array('manage', 'delete', 'process');
$aclcats['simple_sending'] = array('manage');
$aclcats['autonewsletters'] = array('manage', 'delete');
$aclcats['tags'] = array('view');
$aclcats['templates'] = array('view', 'manage', 'delete', 'copy');
$aclcats['statistics'] = array('manage', 'delete');
$aclcats['subscriber'] = array('view', 'manage', 'delete', 'export', 'import', 'zohoimport');
foreach($aclcats as $category => $actions){ ?>
<tr>
<td width="185" class="acykey" valign="top">
<?php $trans = acymailing_translation('ACY_'.strtoupper($category));
if($trans == 'ACY_'.strtoupper($category)) $trans = acymailing_translation(strtoupper($category));
echo $trans;
?>
</td>
<td>
<?php echo $acltable->display($category, $actions) ?>
</td>
</tr>
<?php } ?>
</table>
<?php } ?>
</div>
</div>
PK �i#]uƦ��
�
tmpl/default.phpnu &1i� <?php
/**
* @package JCE
* @subpackage Admin
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;
$user = Factory::getUser();
$canEditPref = $user->authorise('core.admin', 'com_jce');
?>
<div class="ui-jce row row-fluid">
<div class="span12 col-md-12">
<nav id="wf-cpanel" class="quick-icons bg-transparent">
<ul class="unstyled mb-0 nav flex-wrap row-fluid">
<?php echo implode("\n", $this->icons); ?>
</ul>
</nav>
<dl class="dl-horizontal card card-body well">
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_SUPPORT') . '::' . Text::_('WF_CPANEL_SUPPORT_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_SUPPORT'); ?>
</dt>
<dd><a href="https://www.joomlacontenteditor.net/support" target="_new">https://www.joomlacontenteditor.com/support</a></dd>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_LICENCE') . '::' . Text::_('WF_CPANEL_LICENCE_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_LICENCE'); ?>
</dt>
<dd><?php echo $this->state->get('licence'); ?></dd>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_VERSION') . '::' . Text::_('WF_CPANEL_VERSION_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_VERSION'); ?>
</dt>
<dd><?php echo $this->state->get('version'); ?></dd>
<?php if ($this->params->get('feed', 0) || $canEditPref): ?>
<dt class="wf-tooltip" title="<?php echo Text::_('WF_CPANEL_FEED') . '::' . Text::_('WF_CPANEL_FEED_DESC'); ?>">
<?php echo Text::_('WF_CPANEL_FEED'); ?>
</dt>
<dd>
<?php if ($this->params->get('feed', 0)): ?>
<ul class="unstyled wf-cpanel-newsfeed">
<li><?php echo Text::_('WF_CPANEL_FEED_NONE'); ?></li>
</ul>
<?php else: ?>
<?php echo Text::_('WF_CPANEL_FEED_DISABLED'); ?> :: <a id="newsfeed_enable" title="<?php echo Text::_('WF_PREFERENCES'); ?>" href="#">[<?php echo Text::_('WF_CPANEL_FEED_ENABLE'); ?>]</a>
<?php endif;?>
</dd>
<?php endif;?>
</dl>
<?php if (!$this->state->get('pro', 0)) :
echo LayoutHelper::render('message.upgrade', $this);
endif;?>
</div>
</div>PK �i#]�#o, , tmpl/index.htmlnu &1i� <html><body bgcolor="#FFFFFF"></body></html>PK �i#]"{~_� � tmpl/languages.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="config_languages">
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('LANGUAGES') ?></span>
<table class="acymailing_table" cellpadding="1">
<thead>
<tr>
<th class="title titlenum">
<?php echo acymailing_translation('ACY_NUM'); ?>
</th>
<th class="title titletoggle">
<?php echo acymailing_translation('ACY_EDIT'); ?>
</th>
<th class="title">
<?php echo acymailing_translation('ACY_NAME'); ?>
</th>
<th class="title titletoggle">
<?php echo acymailing_translation('ACY_ID'); ?>
</th>
</tr>
</thead>
<tbody>
<?php
$k = 0;
for($i = 0, $a = count($this->languages); $i < $a; $i++){
$row =& $this->languages[$i];
?>
<tr class="<?php echo "row$k"; ?>">
<td align="center" style="text-align:center">
<?php echo $i + 1; ?>
</td>
<td align="center" style="text-align:center">
<?php echo $row->edit; ?>
</td>
<td>
<?php echo $row->name; ?>
</td>
<td align="center" style="text-align:center">
<?php echo $row->language; ?>
</td>
</tr>
<?php
$k = 1 - $k;
}
?>
</tbody>
</table>
</div>
</div>
PK �i#]�֨�1 1 tmpl/security.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="page-security">
<?php if(acymailing_level(1)){
}else{ ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('CAPTCHA'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_translation('ENABLE_CATCHA'); ?>
</td>
<td>
<?php echo acymailing_getUpgradeLink('essential'); ?>
</td>
</tr>
</table>
</div>
<?php } ?>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ADVANCED_EMAIL_VERIFICATION'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_translation('CHECK_DOMAIN_EXISTS'); ?>
</td>
<td>
<?php
if(function_exists('getmxrr')){
echo acymailing_boolean("config[email_checkdomain]", '', $this->config->get('email_checkdomain', 0));
}else{
echo 'Function getmxrr not enabled';
}
?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation_sprintf('X_INTEGRATION', 'BotScout'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[email_botscout]", '', $this->config->get('email_botscout', 0)); ?>
<br/>API Key: <input class="inputbox" type="text" name="config[email_botscout_key]" style="width:100px;float:none;" value="<?php echo $this->escape($this->config->get('email_botscout_key')) ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_translation_sprintf('X_INTEGRATION', 'StopForumSpam'); ?>
</td>
<td>
<?php echo acymailing_boolean("config[email_stopforumspam]", '', $this->config->get('email_stopforumspam', 0)); ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('IPTIMECHECK_DESC'), acymailing_translation('IPTIMECHECK'), '', acymailing_translation('IPTIMECHECK')); ?>
</td>
<td>
<?php echo acymailing_boolean("config[email_iptimecheck]", '', $this->config->get('email_iptimecheck', 0)); ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ACY_FILES'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ALLOWED_FILES_DESC'), acymailing_translation('ALLOWED_FILES'), '', acymailing_translation('ALLOWED_FILES')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[allowedfiles]" style="width:250px" value="<?php echo $this->escape(strtolower(str_replace(' ', '', $this->config->get('allowedfiles')))); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('UPLOAD_FOLDER_DESC'), acymailing_translation('UPLOAD_FOLDER'), '', acymailing_translation('UPLOAD_FOLDER')); ?>
</td>
<td>
<?php $uploadfolder = $this->config->get('uploadfolder');
if(empty($uploadfolder)) $uploadfolder = ACYMAILING_MEDIA_FOLDER.'/upload'; ?>
<input class="inputbox" type="text" name="config[uploadfolder]" style="width:250px" value="<?php echo $this->escape($uploadfolder); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('MEDIA_FOLDER_DESC'), acymailing_translation('MEDIA_FOLDER'), '', acymailing_translation('MEDIA_FOLDER')); ?>
</td>
<td>
<?php $mediafolder = $this->config->get('mediafolder', ACYMAILING_MEDIA_FOLDER.'/upload');
if(empty($mediafolder)) $mediafolder = ACYMAILING_MEDIA_FOLDER.'/upload'; ?>
<input class="inputbox" type="text" name="config[mediafolder]" style="width:250px" value="<?php echo $this->escape($mediafolder); ?>"/>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('DATABASE_MAINTENANCE'); ?></span>
<table class="acymailing_table" cellspacing="1">
<?php if(acymailing_level(1)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DATABASE_MAINTENANCE_DESC').'<br />'.acymailing_translation('DATABASE_MAINTENANCE_DESC2'), acymailing_translation('DELETE_DETAILED_STATS'), '', acymailing_translation('DELETE_DETAILED_STATS')); ?>
</td>
<td>
<?php echo $this->elements->delete_stats; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('DATABASE_MAINTENANCE_DESC').'<br />'.acymailing_translation('DATABASE_MAINTENANCE_DESC2'), acymailing_translation('DELETE_HISTORY'), '', acymailing_translation('DELETE_HISTORY')); ?>
</td>
<td>
<?php echo $this->elements->delete_history; ?>
</td>
</tr>
<?php } ?>
<?php if(acymailing_level(3)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_DELETE_CHARTS_DESC'), acymailing_translation('ACY_DELETE_CHARTS'), '', acymailing_translation('ACY_DELETE_CHARTS')); ?>
</td>
<td>
<?php echo $this->elements->delete_charts; ?>
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey">
<?php echo acymailing_translation('DATABASE_INTEGRITY'); ?>
</td>
<td>
<?php echo $this->elements->checkDB; ?>
</td>
</tr>
</table>
</div>
</div>
PK �i#]f=Hu* * tmpl/plugins.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="config_plugins">
<div class="acyblockoptions" style="width: 42%;min-width: 480px;">
<span class="acyblocktitle"><?php echo acymailing_translation('PLUG_TAG') ?></span>
<table class="acymailing_table" cellpadding="1">
<thead>
<tr>
<th class="title titlenum">
<?php echo acymailing_translation('ACY_NUM'); ?>
</th>
<th class="title">
<?php echo acymailing_translation('ACY_NAME'); ?>
</th>
<th class="title titleid">
<?php echo acymailing_translation('ACY_IS_UPDATE') ?>
</th>
<th class="title titletoggle">
<?php echo acymailing_translation('ENABLED'); ?>
</th>
<th class="title titleid">
<?php echo acymailing_translation('ACY_ID'); ?>
</th>
</tr>
</thead>
<tbody>
<?php
$k = 0;
for($i = 0, $a = count($this->plugins); $i < $a; $i++){
$row =& $this->plugins[$i];
$publishedid = 'published_'.$row->id;
?>
<tr class="<?php echo "row$k"; ?>">
<td align="center" style="text-align:center">
<?php echo $i + 1 ?>
</td>
<td>
<a target="_blank" href="<?php echo !ACYMAILING_J16 ? 'index.php?option=com_plugins&view=plugin&client=site&task=edit&cid[]=' : 'index.php?option=com_plugins&task=plugin.edit&extension_id=';
echo $row->id ?>"><?php echo $row->name; ?></a>
</td>
<td style="text-align: center">
<?php if(empty($row->needUpDate)){
echo '<a href="#" class="acyicon-apply" onclick="return false;"></a>';
}else{
echo '<a href="https://www.acyba.com/acymailing/plugins.html#'.$row->element.'" class="acyicon-cancel" target="_blank"></a>';
} ?>
</td>
<td align="center" style="text-align:center">
<span id="<?php echo $publishedid ?>" class="loading"><?php echo $this->toggleClass->toggle($publishedid, $row->published, 'plugins') ?></span>
</td>
<td align="center" style="text-align:center">
<?php echo $row->id; ?>
</td>
</tr>
<?php
$k = 1 - $k;
}
?>
</tbody>
</table>
</div>
<div class="acyblockoptions" style="width: 42%;min-width: 480px;">
<span class="acyblocktitle"><?php echo acymailing_translation('PLUG_INTE') ?></span>
<table class="acymailing_table" cellpadding="1">
<thead>
<tr>
<th class="title titlenum">
<?php echo acymailing_translation('ACY_NUM'); ?>
</th>
<th class="title">
<?php echo acymailing_translation('ACY_NAME'); ?>
</th>
<th class="title">
<?php echo acymailing_translation('ACY_IS_UPDATE') ?>
</th>
<th class="title titletoggle">
<?php echo acymailing_translation('ENABLED'); ?>
</th>
<th class="title titleid">
<?php echo acymailing_translation('ACY_ID'); ?>
</th>
</tr>
</thead>
<tbody>
<?php
$k = 0;
for($i = 0, $a = count($this->integrationplugins); $i < $a; $i++){
$row =& $this->integrationplugins[$i];
$publishedid = 'published_'.$row->id;
?>
<tr class="<?php echo "row$k"; ?>">
<td align="center" style="text-align:center">
<?php echo $i + 1 ?>
</td>
<td>
<a target="_blank" href="<?php echo !ACYMAILING_J16 ? 'index.php?option=com_plugins&view=plugin&client=site&task=edit&cid[]=' : 'index.php?option=com_plugins&task=plugin.edit&extension_id=';
echo $row->id ?>"><?php echo $row->name; ?></a>
</td>
<td style="text-align: center">
<?php if(empty($row->needUpDate)){
echo '<a href="#" class="acyicon-apply" target="blank"></a>';
}else{
echo '<a href="https://www.acyba.com/acymailing/plugins.html#'.$row->element.'" class="acyicon-cancel" target="_blank"></a>';
} ?>
</td>
<td align="center" style="text-align:center">
<span id="<?php echo $publishedid ?>" class="spanloading"><?php echo $this->toggleClass->toggle($publishedid, $row->published, 'plugins') ?></span>
</td>
<td align="center" style="text-align:center">
<?php echo $row->id; ?>
</td>
</tr>
<?php
$k = 1 - $k;
}
?>
</tbody>
</table>
</div>
<span class="acymailing_button" style="margin:15px;">
<i class="acyicon-import"></i>
<a style="margin-left:5px;color:#fff;text-decoration: none;" href="https://www.acyba.com/acymailing/plugins.html" target="_blank"><?php echo acymailing_translation('MORE_PLUGINS'); ?></a>
</span>
</div>
PK �i#]
h��O O
tmpl/mail.phpnu &1i� <?php
/**
* @package AcyMailing for Joomla!
* @version 5.9.6
* @author acyba.com
* @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><div id="page-mail">
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('SENDER_INFORMATIONS'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td width="185" class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FROM_NAME_DESC'), acymailing_translation('FROM_NAME'), '', acymailing_translation('FROM_NAME')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[from_name]" style="width:200px" value="<?php echo $this->escape($this->config->get('from_name')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('FROM_ADDRESS_DESC'), acymailing_translation('FROM_ADDRESS'), '', acymailing_translation('FROM_ADDRESS')); ?>
</td>
<td>
<input class="inputbox" type="text" onchange="if(this.value.indexOf('@') == -1){ alert('Wrong email address supplied for the <?php echo addslashes(acymailing_translation('FROM_ADDRESS')); ?> field: '+this.value); return false; }" id="fromemail" name="config[from_email]" style="width:200px" value="<?php echo $this->escape($this->config->get('from_email')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REPLYTO_NAME_DESC'), acymailing_translation('REPLYTO_NAME'), '', acymailing_translation('REPLYTO_NAME')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[reply_name]" style="width:200px" value="<?php echo $this->escape($this->config->get('reply_name')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('REPLYTO_ADDRESS_DESC'), acymailing_translation('REPLYTO_ADDRESS'), '', acymailing_translation('REPLYTO_ADDRESS')); ?>
</td>
<td>
<input class="inputbox" type="text" onchange="if(this.value.indexOf('@') == -1){ alert('Wrong email address supplied for the <?php echo addslashes(acymailing_translation('REPLYTO_ADDRESS')); ?> field: '+this.value); return false; }" id="replyemail" name="config[reply_email]" style="width:200px" value="<?php echo $this->escape($this->config->get('reply_email')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('BOUNCE_ADDRESS_DESC'), acymailing_translation('BOUNCE_ADDRESS'), '', acymailing_translation('BOUNCE_ADDRESS')); ?>
</td>
<td>
<input class="inputbox" type="text" onchange="if(this.value.indexOf('@') == -1){ alert('Wrong email address supplied for the <?php echo addslashes(acymailing_translation('BOUNCE_ADDRESS')); ?> field: '+this.value); return false; }" id="bounceemail" name="config[bounce_email]" style="width:200px" value="<?php echo $this->escape($this->config->get('bounce_email')); ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ADD_NAMES_DESC'), acymailing_translation('ADD_NAMES'), '', acymailing_translation('ADD_NAMES')); ?>
</td>
<td>
<?php echo $this->elements->add_names; ?>
</td>
</tr>
</table>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('MAIL_CONFIG'); ?></span>
<div id="mailer_method">
<?php $mailerMethod = $this->config->get('mailer_method', 'phpmail');
if(!in_array($mailerMethod, array('elasticemail', 'smtp', 'qmail', 'sendmail', 'phpmail'))) $mailerMethod = 'phpmail';
?>
<?php
if(!ACYMAILING_J30 || ACYMAILING_J40 || 'joomla' == 'wordpress'){
?>
<div class="acyblockoptions" style="float: left;">
<span class="acyblocktitle" style="font-size:13px;"><?php echo acymailing_translation('SEND_SERVER'); ?></span>
<span><input type="radio" name="config[mailer_method]" onclick="updateMailer('phpmail')" value="phpmail" <?php if($mailerMethod == 'phpmail') echo 'checked="checked"'; ?> id="mailer_phpmail"/><label for="mailer_phpmail"> PHP Mail Function</label></span>
<span><input type="radio" name="config[mailer_method]" onclick="updateMailer('sendmail')" value="sendmail" <?php if($mailerMethod == 'sendmail') echo 'checked="checked"'; ?> id="mailer_sendmail"/><label for="mailer_sendmail"> SendMail</label></span>
<span><input type="radio" name="config[mailer_method]" onclick="updateMailer('qmail')" value="qmail" <?php if($mailerMethod == 'qmail') echo 'checked="checked"'; ?> id="mailer_qmail"/><label for="mailer_qmail"> QMail</label></span>
</div>
<div class="acyblockoptions" style="float: left; margin-left: 20px;">
<span class="acyblocktitle" style="font-size:13px;"><?php echo acymailing_translation('SEND_EXTERNAL'); ?></span>
<span><input type="radio" name="config[mailer_method]" onclick="updateMailer('smtp')" value="smtp" <?php if($mailerMethod == 'smtp') echo 'checked="checked"'; ?> id="mailer_smtp"/><label for="mailer_smtp"> SMTP Server</label></span>
<span><input type="radio" name="config[mailer_method]" onclick="updateMailer('elasticemail')" value="elasticemail" <?php if($mailerMethod == 'elasticemail') echo 'checked="checked"'; ?> id="mailer_elasticemail"/><label for="mailer_elasticemail"> Elastic Email</label></span>
</div>
<?php
}else{
$values = array('<div class="acyblockoptions" style="padding:10px;"><span class="acyblocktitle" style="font-size:13px;">'.acymailing_translation('SEND_SERVER').'</span>',
acymailing_selectOption('phpmail', 'PHP Mail Function'),
acymailing_selectOption('sendmail', 'SendMail'),
acymailing_selectOption('qmail', 'QMail'),
'</div><div class="acyblockoptions" style="padding:10px;"><span class="acyblocktitle" style="font-size:13px;">'.acymailing_translation('SEND_EXTERNAL').'</span>',
acymailing_selectOption('smtp', 'SMTP Server'),
acymailing_selectOption('elasticemail', 'Elastic Email'),
'</div>');
echo acymailing_radio($values, 'config[mailer_method]', 'onchange="updateMailer(this.value)"', 'value', 'text', $mailerMethod);
}
?>
</div>
<div style="clear: both;"></div>
<div id="mailer_method_config">
<div id="sendmail_config" style="display:none" class="acymailing_deploy">
<span class="acyblocktitle">SendMail</span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td width="185" class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SENDMAIL_PATH_DESC'), acymailing_translation('SENDMAIL_PATH'), '', acymailing_translation('SENDMAIL_PATH')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[sendmail_path]" style="width:160px" value="<?php echo $this->config->get('sendmail_path', '/usr/sbin/sendmail') ?>"/>
</td>
</tr>
</table>
</div>
<div id="smtp_config" style="display:none" class="acymailing_deploy">
<span class="acyblocktitle"><?php echo acymailing_translation('SMTP_CONFIG'); ?></span>
<table class="acymailing_table" cellspacing="1">
<tr>
<td width="185" class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_SERVER_DESC'), acymailing_translation('SMTP_SERVER'), '', acymailing_translation('SMTP_SERVER')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[smtp_host]" style="width:160px" value="<?php echo $this->escape($this->config->get('smtp_host')); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_PORT_DESC'), acymailing_translation('SMTP_PORT'), '', acymailing_translation('SMTP_PORT')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[smtp_port]" style="width:50px" value="<?php echo $this->escape($this->config->get('smtp_port')); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_SECURE_DESC'), acymailing_translation('SMTP_SECURE'), '', acymailing_translation('SMTP_SECURE')); ?>
</td>
<td>
<?php echo $this->elements->smtp_secured; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_ALIVE_DESC'), acymailing_translation('SMTP_ALIVE'), '', acymailing_translation('SMTP_ALIVE')); ?>
</td>
<td>
<?php echo $this->elements->smtp_keepalive; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_AUTHENT_DESC'), acymailing_translation('SMTP_AUTHENT'), '', acymailing_translation('SMTP_AUTHENT')); ?>
</td>
<td>
<?php echo $this->elements->smtp_auth; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('USERNAME_DESC'), acymailing_translation('ACY_USERNAME'), '', acymailing_translation('ACY_USERNAME')); ?>
</td>
<td>
<input class="inputbox" autocomplete="off" type="text" name="config[smtp_username]" style="width:200px" value="<?php echo $this->escape(acymailing_punycode($this->config->get('smtp_username'), 'emailToUTF8')); ?>"/>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('SMTP_PASSWORD_DESC'), acymailing_translation('SMTP_PASSWORD'), '', acymailing_translation('SMTP_PASSWORD')); ?>
</td>
<td>
<input class="inputbox" autocomplete="off" type="text" name="config[smtp_password]" style="width:200px" value="<?php echo str_repeat('*', strlen($this->config->get('smtp_password'))); ?>"/>
</td>
</tr>
</table>
<?php echo $this->toggleClass->toggleText('guessport', '', 'config', acymailing_translation('ACY_GUESSPORT')); ?>
</div>
<div id="elasticemail_config" style="display:none" class="acymailing_deploy">
<span class="acyblocktitle">Elastic Email</span>
<?php echo acymailing_translation_sprintf('SMTP_DESC', 'Elastic Email'); ?>
<table class="acymailing_table" cellspacing="1">
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('ACY_USERNAME'); ?>
</td>
<td>
<input class="inputbox" autocomplete="off" type="text" name="config[elasticemail_username]" style="width:160px" value="<?php echo $this->config->get('elasticemail_username', '') ?>"/>
</td>
</tr>
<tr>
<td width="185" class="acykey">
API Key
</td>
<td>
<input class="inputbox" autocomplete="off" type="text" name="config[elasticemail_password]" style="width:160px" value="<?php echo str_repeat('*', strlen($this->config->get('elasticemail_password'))); ?>"/>
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('SMTP_PORT'); ?>
</td>
<td>
<?php
$elasticPort = array();
$elasticPort[] = acymailing_selectOption('25', 25);
$elasticPort[] = acymailing_selectOption('2525', 2525);
$elasticPort[] = acymailing_selectOption('rest', 'REST API');
echo acymailing_radio($elasticPort, 'config[elasticemail_port]', 'size="1" ', 'value', 'text', $this->config->get('elasticemail_port', 'rest'));
?>
</td>
</tr>
</table>
<?php echo acymailing_translation('NO_ACCOUNT_YET').' <a href="'.ACYMAILING_REDIRECT.'elasticemail" target="_blank" >'.acymailing_translation('CREATE_ACCOUNT').'</a>'; ?>
<?php echo '<br /><a href="'.ACYMAILING_REDIRECT.'smtp_services" target="_blank">'.acymailing_translation('TELL_ME_MORE').'</a>'; ?>
</div>
</div>
</div>
<div class="onelineblockoptions">
<span class="acyblocktitle"><?php echo acymailing_translation('ACY_SERVER_CONFIGURATION'); ?></span>
<table width="100%">
<tr>
<td width="50%" valign="top">
<table class="acymailing_table" cellspacing="1">
<?php if(!empty($this->elements->special_chars)){ ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_SPECIAL_CHARS_DESC'), acymailing_translation('ACY_SPECIAL_CHARS'), '', acymailing_translation('ACY_SPECIAL_CHARS')); ?>
</td>
<td>
<?php echo $this->elements->special_chars; ?>
</td>
</tr>
<?php } ?>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ENCODING_FORMAT_DESC'), acymailing_translation('ENCODING_FORMAT'), '', acymailing_translation('ENCODING_FORMAT')); ?>
</td>
<td>
<?php echo $this->elements->encoding_format; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('CHARSET_DESC'), acymailing_translation('CHARSET'), '', acymailing_translation('CHARSET')); ?>
</td>
<td>
<?php echo $this->elements->charset; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('WORD_WRAPPING_DESC'), acymailing_translation('WORD_WRAPPING'), '', acymailing_translation('WORD_WRAPPING')); ?>
</td>
<td>
<input class="inputbox" type="text" name="config[word_wrapping]" style="width:50px" value="<?php echo $this->config->get('word_wrapping', 0) ?>">
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_SSLCHOICE_DESC'), acymailing_translation('ACY_SSLCHOICE'), '', acymailing_translation('ACY_SSLCHOICE')); ?>
</td>
<td>
<?php echo $this->elements->ssl_links; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('EMBED_IMAGES_DESC'), acymailing_translation('EMBED_IMAGES'), '', acymailing_translation('EMBED_IMAGES')); ?>
</td>
<td>
<?php echo $this->elements->embed_images; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('EMBED_ATTACHMENTS_DESC'), acymailing_translation('EMBED_ATTACHMENTS'), '', acymailing_translation('EMBED_ATTACHMENTS')); ?>
</td>
<td>
<?php echo $this->elements->embed_files; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('MULTIPLE_PART_DESC'), acymailing_translation('MULTIPLE_PART'), '', acymailing_translation('MULTIPLE_PART')); ?>
</td>
<td>
<?php echo $this->elements->multiple_part; ?>
</td>
</tr>
<tr>
<td class="acykey">
<?php echo acymailing_tooltip(acymailing_translation('ACY_DKIM_DESC'), acymailing_translation('ACY_DKIM'), '', acymailing_translation('ACY_DKIM')); ?>
</td>
<td>
<?php echo $this->elements->dkim; ?>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<?php
if(acymailing_level(1)){
?>
<div class="acyblockoptions acymailing_deploy" id="dkim_config" <?php echo ($this->config->get('dkim', 0) == 1) ? 'style="display:block"' : 'style="display:none"' ?> >
<span class="acyblocktitle"><?php echo acymailing_translation('ACY_DKIM'); ?></span>
<?php
$domain = $this->config->get('dkim_domain', '');
if(empty($domain)){
$domain = preg_replace(array('#^https?://(www\.)*#i', '#^www\.#'), '', ACYMAILING_LIVE);
$domain = substr($domain, 0, strpos($domain, '/'));
}
if(($this->config->get('dkim_selector', 'acy') != 'acy' && $this->config->get('dkim_selector', 'acy') != '') || $this->config->get('dkim_passphrase', '') != '' || acymailing_getVar('int', 'dkimletme')){
?>
<table class="acymailing_table" cellspacing="1">
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_DOMAIN'); ?>
</td>
<td>
<input class="inputbox" type="text" id="dkim_domain" name="config[dkim_domain]" style="width:160px" value="<?php echo $this->escape($domain); ?>"/> *
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_SELECTOR'); ?>
</td>
<td>
<input class="inputbox" type="text" id="dkim_selector" name="config[dkim_selector]" style="width:160px" value="<?php echo $this->escape($this->config->get('dkim_selector', 'acy')); ?>"/> *
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_PRIVATE'); ?>
</td>
<td>
<textarea cols="65" rows="16" id="dkim_private" style="width:460px;font-size:10px;" name="config[dkim_private]"><?php echo $this->config->get('dkim_private', ''); ?></textarea> *
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_PASSPHRASE'); ?>
</td>
<td>
<input class="inputbox" type="text" id="dkim_passphrase" name="config[dkim_passphrase]" style="width:160px" value="<?php echo $this->escape($this->config->get('dkim_passphrase', '')); ?>"/>
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_IDENTITY'); ?>
</td>
<td>
<input class="inputbox" type="text" id="dkim_identity" name="config[dkim_identity]" style="width:160px" value="<?php echo $this->escape($this->config->get('dkim_identity', '')); ?>"/>
</td>
</tr>
<tr>
<td width="185" class="acykey">
<?php echo acymailing_translation('DKIM_PUBLIC'); ?>
</td>
<td>
<textarea cols="65" rows="5" id="dkim_public" style="width:460px;font-size:10px;" name="config[dkim_public]"><?php echo $this->config->get('dkim_public', ''); ?></textarea>
</td>
</tr>
</table>
<?php }else{
if($this->config->get('dkim_private', '') == '' || $this->config->get('dkim_public', '') == ''){
echo 'Please save your AcyMailing configuration page first';
acymailing_addScript(false, 'https://www.acyba.com/index.php?option=com_updateme&ctrl=generatedkim');
?>
<input type="hidden" id="dkim_private" name="config[dkim_private]"/>
<input type="hidden" id="dkim_public" name="config[dkim_public]"/>
<?php
}else{
$publicKey = trim(str_replace(array('acy._domainkey IN TXT "', 'v=DKIM1;k=rsa;g=*;s=email;h=sha1;t=s;p=', '-----BEGIN PUBLIC KEY-----', '-----END PUBLIC KEY-----', "\n"), '', $this->config->get('dkim_public', '')), '"');
echo acymailing_translation_sprintf('DKIM_CONFIGURE', '<input class="inputbox" type="text" id="dkim_domain" name="config[dkim_domain]" style="width:120px;" value="'.$this->escape($domain).'" />'); ?><br/>
<?php echo acymailing_translation('DKIM_KEY') ?> <input type="text" readonly="readonly" onclick="select();" style="width:80px;font-size:10px;" value="acy._domainkey"/>
<br/><?php echo acymailing_translation('DKIM_VALUE') ?> <input type="text" readonly="readonly" onclick="select();" style="width:220px;font-size:10px;" value="v=DKIM1;s=email;t=s;p=<?php echo $this->escape($publicKey); ?>"/>
<br/><input type="checkbox" value="1" id="dkimletme" name="dkimletme"/> <label for="dkimletme"><?php echo acymailing_translation('DKIM_LET_ME'); ?></label>
<?php
}
echo '<br />';
} ?>
<span class="acymailing_button_grey">
<i class="acyicon-help"></i>
<a style="color:#666;text-decoration: none;" href="https://www.acyba.com/acymailing/156-acymailing-dkim.html" target="_blank"><?php echo acymailing_translation('ACY_HELP'); ?></a>
</span>
</div>
<?php
}
?>
</td>
</tr>
</table>
</div>
</div>
PK �i#]�#o, ,
index.htmlnu &1i� <html><body bgcolor="#FFFFFF"></body></html>PK �i#]�4�� �
view.html.phpnu &1i� <?php
/**
* @package JCE
* @subpackage Admin
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (c) 2009-2024 Ryan Demmer. All rights reserved
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
\defined('_JEXEC') or die;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\HTML\Helpers\Sidebar;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\View\HtmlView;
use Joomla\CMS\Toolbar\ToolbarHelper;
use Joomla\CMS\Uri\Uri;
class JceViewCpanel extends HtmlView
{
protected $icons;
protected $state;
/**
* Display the view.
*/
public function display($tpl = null)
{
$user = Factory::getUser();
$this->state = $this->get('State');
$this->icons = $this->get('Icons');
$this->params = ComponentHelper::getParams('com_jce');
// Check for errors.
if (count($errors = $this->get('Errors'))) {
throw new Exception(implode("\n", $errors), 500);
}
HTMLHelper::_('jquery.framework');
$document = Factory::getDocument();
$document->addScript(Uri::root(true) . '/media/com_jce/admin/js/cpanel.min.js');
$document->addStyleSheet(Uri::root(true) . '/media/com_jce/admin/css/cpanel.min.css');
$this->addToolbar();
$this->sidebar = Sidebar::render();
parent::display($tpl);
}
/**
* Add the page title and toolbar.
*
* @since 1.6
*/
protected function addToolbar()
{
$state = $this->get('State');
$user = Factory::getUser();
ToolbarHelper::title('JCE - ' . Text::_('WF_CPANEL'), 'home');
Sidebar::setAction('index.php?option=com_jce&view=cpanel');
if ($user->authorise('core.admin', 'com_jce')) {
ToolbarHelper::preferences('com_jce');
}
}
}
PK "�#]�NUR� � tmpl/default_pro.phpnu &1i� <div class="alert alert-info">
<h4><i class="icon-star"></i> Go Pro and get more from JCE <a href="https://www.joomlacontenteditor.net/subscribe" class="btn btn-primary" target="_blank" title="Get JCE Editor Pro"><strong>Get JCE Editor Pro</strong></a></h4>
<ul>
<li>Resize, Thumbnail and Edit images</li>
<li>Manage Audio and Video</li>
<li>Create styled image captions</li>
<li>Manage and create links to files</li>
<li>Edit HTML in the Source Code Editor</li>
<li>Write faster with <a href="https://en.wikipedia.org/wiki/Markdown" title="Markdown" target="_blank"><strong>Markdown</strong></a> support</li>
<li>And much more...</li>
</ul>
</div>PK ��#]�}{[ default.phpnu &1i� <?php
/**
* @package Joomla.Administrator
* @subpackage Template.hathor
*
* @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// no direct access
defined('_JEXEC') or die;
use Joomla\Registry\Registry;
echo JHtml::_('sliders.start', 'panel-sliders', array('useCookie' => '1'));
if (JFactory::getUser()->authorise('core.manage', 'com_postinstall')) :
if ($this->postinstall_message_count):
echo JHtml::_('sliders.panel', JText::_('COM_CPANEL_MESSAGES_TITLE'), 'cpanel-panel-com-postinstall');
?>
<div class="modal-body">
<p>
<?php echo JText::_('COM_CPANEL_MESSAGES_BODY_NOCLOSE'); ?>
</p>
<p>
<?php echo JText::_('COM_CPANEL_MESSAGES_BODYMORE_NOCLOSE'); ?>
</p>
</div>
<div class="modal-footer">
<button onclick="window.location='index.php?option=com_postinstall&eid=700'; return false" class="btn btn-primary btn-large" >
<?php echo JText::_('COM_CPANEL_MESSAGES_REVIEW'); ?>
</button>
</div>
<?php endif; ?>
<?php endif;
foreach ($this->modules as $module)
{
$output = JModuleHelper::renderModule($module);
echo JHtml::_('sliders.panel', $module->title, 'cpanel-panel-' . $module->name);
echo $output;
}
echo JHtml::_('sliders.end');
PK �i#]�j�kFK FK tmpl/interface.phpnu &1i� PK �i#]i��]�+ �+ �K tmpl/subscription.phpnu &1i� PK �i#]y��`� � �w tmpl/queue.phpnu &1i� PK �i#]��sJ� � D� tmpl/acl.phpnu &1i� PK �i#]uƦ��
�
� tmpl/default.phpnu &1i� PK �i#]�#o, , ١ tmpl/index.htmlnu &1i� PK �i#]"{~_� � D� tmpl/languages.phpnu &1i� PK �i#]�֨�1 1 Q� tmpl/security.phpnu &1i� PK �i#]f=Hu* * þ tmpl/plugins.phpnu &1i� PK �i#]
h��O O
-� tmpl/mail.phpnu &1i� PK �i#]�#o, ,
} index.htmlnu &1i� PK �i#]�4�� �
� view.html.phpnu &1i� PK "�#]�NUR� � �( tmpl/default_pro.phpnu &1i� PK ��#]�}{[ �+ default.phpnu &1i� PK V &1