repeatable.xml000060400000004710152455273320007400 0ustar00
checkboxes.xml000060400000001373152455303000007401 0ustar00
radio.xml000060400000001777152455352260006405 0ustar00
textarea.xml000060400000002671152455352260007116 0ustar00
media.xml000060400000001720152455356220006352 0ustar00
calendar.xml000060400000000720152455356260007047 0ustar00
usergrouplist.xml000060400000000735152455357550010236 0ustar00
index.html000060400000000036152455515260006546 0ustar00thememagic.xml000060400000000324152455515260007376 0ustar00
template.xml000060400000031256152455515260007116 0ustar00
user.xml000060400000000600152455515620006246 0ustar00
testplug.php000060400000002450152455611340007127 0ustar00Click here', '', 650, 375); } } }else{ class JFormFieldTestplug extends JFormField { var $type = 'testplug'; function getInput() { $link = 'index.php?option=com_acymailing&tmpl=component&ctrl=cpanel&task=plgtrigger&plg='.$this->value.'&plgtype='.$this->fieldname; return acymailing_popup($link, '', '', 650, 375); } } } customfields.php000060400000003510152455611340007757 0ustar00'; $text .= acymailing_popup($link, '', '', 650, 375, 'link'.$control_name.'customfields'); return $text; } } }else{ class JFormFieldCustomfields extends JFormField { var $type = 'help'; function getInput() { $link = 'index.php?option=com_acymailing&tmpl=component&ctrl='.(acymailing_isAdmin() ? '' : 'front').'chooselist&task=customfields&values='.$this->value.'&control='; $text = ''; $text .= acymailing_popup($link, '', '', 650, 375, 'linkcustomfields'); return $text; } } } help.php000060400000002462152455611340006213 0ustar00get('level'); $link = ACYMAILING_HELPURL.$value.'&level='.$level; $text = acymailing_popup($link, ''); return $text; } } }else{ class JFormFieldHelp extends JFormField { var $type = 'help'; function getInput() { $config = acymailing_config(); $level = $config->get('level'); $link = ACYMAILING_HELPURL.$this->value.'&level='.$level; $text = acymailing_popup($link, ''); return $text; } } } lists.php000060400000003456152455611340006425 0ustar00'; $text .= acymailing_popup($link, '', '', 650, 375, 'link'.$control_name.$name); return $text; } } }else{ class JFormFieldLists extends JFormField { var $type = 'lists'; function getInput() { $link = 'index.php?option=com_acymailing&tmpl=component&ctrl='.(acymailing_isAdmin() ? '' : 'front').'chooselist&task='.$this->name.'&values='.$this->value.'&control='; $text = ''; $text .= acymailing_popup($link, '', '', 650, 375, 'link'.$this->name); return $text; } } } tagcontenttags.xml000060400000000363152455611340010317 0ustar00
birthday.xml000060400000013015152455611340007076 0ustar00
customtemplate.php000060400000002753152455611340010334 0ustar00_attributes['help'])) $link .= '&help='.(string)$node->_attributes['help']; $text = acymailing_popup($link, ''); return $text; } } }else{ class JFormFieldCustomtemplate extends JFormField { var $type = 'help'; function getInput(){ $link = 'index.php?option=com_acymailing&ctrl=tag&task=customtemplate&tmpl=component&plugin='.$this->value; if(!empty($this->element['help'])) $link .= '&help='.(string)$this->element['help']; $text = acymailing_popup($link, ''); return $text; } } } listid.php000060400000002437152455611340006555 0ustar00getValues(); if(empty($node->_attributes['menu']) || (string)$node->_attributes['menu'] != 'archive') array_shift($listType->values); return $listType->display($control_name.'[listid]',(int) $value,false); } } }else{ class JFormFieldListid extends JFormField { var $type = 'listid'; function getInput(){ $listType = acymailing_get('type.lists'); $listType->getValues(); if(empty($this->element['menu']) || (string)$this->element['menu'] != 'archive') array_shift($listType->values); return $listType->display($this->name,(int) $this->value,false); } } } termscontent.php000060400000004326152455611340010011 0ustar00'; $text .= acymailing_popup($link, '', '', 650, 375, 'termscontent'); $js = "function jSelectArticle(id, title, object) { document.getElementById('".$control_name."termscontent').value = id; acymailing.closeBox(true); }"; acymailing_addScript(true, $js); return $text; } } }else{ class JFormFieldTermscontent extends JFormField { var $type = 'termscontent'; function getInput() { $link = 'index.php?option=com_content&view=articles&layout=modal&tmpl=component&object=content&function=acySelectArticle'; $text = ''; $text .= acymailing_popup($link, '', '', 650, 375, 'termscontent'); $js = "window.acySelectArticle = function(id, title,catid, object) { document.getElementById('termscontent').value = id; acymailing.closeBox(true); }"; acymailing_addScript(true, $js); return $text; } } } newsletters.php000060400000003314152455611340007637 0ustar00mailid = 0; $novalue->title = ' - - - - - '; array_unshift($results,$novalue); return acymailing_select($results, $control_name.'['.$name.']' , 'size="1"', 'mailid', 'title', $value); } } }else{ class JFormFieldNewsletters extends JFormField { var $type = 'newsletters'; function getInput() { $results = acymailing_loadObjectList("SELECT `mailid`, CONCAT(subject,' ( ',mailid,' )') as `title` FROM #__acymailing_mail WHERE `type`='news' AND (`senddate` IS NULL OR `senddate` < 1)AND `type` = 'news' ORDER BY `subject` ASC"); $novalue = new stdClass(); $novalue->mailid = 0; $novalue->title = ' - - - - - '; array_unshift($results,$novalue); return acymailing_select($results, $this->name , 'size="1"', 'mailid', 'title', $this->value); } } } pluginsfield.php000060400000002645152455611340007753 0ustar00'.acymailing_translation('ACY_CONFIGURATION').''); return $text; } } }else{ class JFormFieldPluginsfield extends JFormField{ var $type = 'pluginsfield'; function getInput(){ $link = 'index.php?option=com_acymailing&ctrl='.(acymailing_isAdmin() ? '' : 'front').'tag&task=plgtrigger&plg='.$this->value.'&fctName='.$this->value.'&tmpl=component'; $text = acymailing_popup($link, ''); return $text; } } } url.xml000060400000001560152455614570006104 0ustar00
imagelist.xml000060400000002011152455615050007242 0ustar00
list.xml000060400000002043152455712630006246 0ustar00
text.xml000060400000002055152455713020006254 0ustar00
sql.xml000060400000001223152456054670006075 0ustar00
integer.xml000060400000002010152456111760006720 0ustar00
editor.xml000060400000002746152456112040006561 0ustar00
mediajce.xml000060400000001307152456114670007037 0ustar00
params.php000060400000005135152457211610006544 0ustar00get('icsys', 'core'); if ($icsys == 'pro') { jimport('joomla.user.helper'); $crypt1 = JUserHelper::genRandomPassword(2); $crypt2 = JUserHelper::genRandomPassword(2); $salt_8 = JUserHelper::genRandomPassword(8); $salt_16 = JUserHelper::genRandomPassword(16); $salt_32 = JUserHelper::genRandomPassword(32); $password = $params->get('password', ''); $is_crypted = substr_count($password, '$'); if ($is_crypted != 3 && strlen($password) != 0) { $encoded = base64_encode($password); if (strlen($encoded) > 32) { $salt1 = $salt_16; $salt2 = $salt_8; } elseif (strlen($encoded) < 32 && strlen($encoded) > 16) { $salt1 = $salt_16; $salt2 = $salt_8; } else { $salt1 = $salt_32; $salt2 = $salt_16; } $pass_encoded = '$' . $crypt1 . '$' . $crypt2 . '$' . $salt1 . '.' . $encoded . '/' . $salt2; // $_pass = str_replace('/', '.', $pass_encoded); // $pass_ex = explode('.', $_pass); // $decoded = base64_decode($encoded); $password = $pass_encoded; // Get the params and set the new values $params->set('password', $password); // Get a new database query instance $db = JFactory::getDBO(); $query = $db->getQuery(true); // Build the query $query->update('#__extensions AS a'); $query->set('a.params = ' . $db->quote((string)$params)); $query->where('a.element = "com_icagenda"'); // Execute the query $db->setQuery($query); $db->query(); } } } }