function showconfig(&$row, &$lists, $option) { global $mosConfig_absolute_path, $mosConfig_live_site, $mosConfig_session_type, $mainframe; $tabs = new mosTabs(0); ?> <script type="text/javascript"> <!-- function saveFilePerms() { var f = document.adminForm; if (f.filePermsMode0.checked) f.config_fileperms.value = ''; else { var perms = 0; if (f.filePermsUserRead.checked) perms += 400; if (f.filePermsUserWrite.checked) perms += 200; if (f.filePermsUserExecute.checked) perms += 100; if (f.filePermsGroupRead.checked) perms += 40; if (f.filePermsGroupWrite.checked) perms += 20; if (f.filePermsGroupExecute.checked) perms += 10; if (f.filePermsWorldRead.checked) perms += 4; if (f.filePermsWorldWrite.checked) perms += 2; if (f.filePermsWorldExecute.checked) perms += 1; f.config_fileperms.value = '0'+''+perms; } } function changeFilePermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('filePermsValue').style.display = 'none'; document.getElementById('filePermsTooltip').style.display = ''; document.getElementById('filePermsFlags').style.display = 'none'; break; default: document.getElementById('filePermsValue').style.display = ''; document.getElementById('filePermsTooltip').style.display = 'none'; document.getElementById('filePermsFlags').style.display = ''; } // switch } // if saveFilePerms(); } function saveDirPerms() { var f = document.adminForm; if (f.dirPermsMode0.checked) f.config_dirperms.value = ''; else { var perms = 0; if (f.dirPermsUserRead.checked) perms += 400; if (f.dirPermsUserWrite.checked) perms += 200; if (f.dirPermsUserSearch.checked) perms += 100; if (f.dirPermsGroupRead.checked) perms += 40; if (f.dirPermsGroupWrite.checked) perms += 20; if (f.dirPermsGroupSearch.checked) perms += 10; if (f.dirPermsWorldRead.checked) perms += 4; if (f.dirPermsWorldWrite.checked) perms += 2; if (f.dirPermsWorldSearch.checked) perms += 1; f.config_dirperms.value = '0'+''+perms; } } function changeDirPermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('dirPermsValue').style.display = 'none'; document.getElementById('dirPermsTooltip').style.display = ''; document.getElementById('dirPermsFlags').style.display = 'none'; break; default: document.getElementById('dirPermsValue').style.display = ''; document.getElementById('dirPermsTooltip').style.display = 'none'; document.getElementById('dirPermsFlags').style.display = ''; } // switch } // if saveDirPerms(); } function submitbutton(pressbutton) { var form = document.adminForm; // do field validation if (form.config_session_type.value != <?php echo $row->config_session_type; ?> ){ if ( confirm('Tem a certeza que quer mudar o `Método de Autenticação de Sessão`? \n\n Isto irá fazer com que todas as atuais sessões do Site sejam eliminadas d \n\n') ) { submitform( pressbutton ); } else { return; } } else { submitform( pressbutton ); } } //--> </script> <form action="index2.php" method="post" name="adminForm"> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="250"><table class="adminheading"><tr><th nowrap="nowrap" class="config">Configuração Global</th></tr></table></td> <td width="270"> <span class="componentheading">configuration.php está: <?php echo is_writable('../configuration.php') ? '<b><font color="green"> Permissão para escrita</font></b>' : '<b><font color="red"> Não tem permissão para escrita</font></b>'; ?> </span> </td> <?php if (mosIsChmodable('../configuration.php')) { if (is_writable('../configuration.php')) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Tornar inalterável após salvar</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Anular proteção e sobrescrever</label> </td> <?php } // if } // if ?> </tr> </table> <?php $tabs->startPane("configPane"); $tabs->startTab("Site", "site-page"); ?> <table class="adminform"> <tr> <td width="185">Site Off-line:</td> <td><?php echo $lists['offline']; ?> </td> </tr> <tr> <td valign="top">Mensagem Off-line:</td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_offline_message"><?php echo $row->config_offline_message; ?> </textarea><?php $tip = 'Uma mensagem a ser exibida caso o site esteja Off-line'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td valign="top">Mensagem de erro de sistema:</td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_error_message"><?php echo $row->config_error_message; ?> </textarea><?php $tip = 'Uma mensagem a ser exibida caso o Joomla! não consiga efetuar uma ligação à base de dados'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Nome do site:</td> <td><input class="text_area" type="text" name="config_sitename" size="50" value="<?php echo $row->config_sitename; ?> "/></td> </tr> <tr> <td>Exibir links não autorizados:</td> <td><?php echo $lists['shownoauth']; $tip = 'Se escolher `Sim´, serão exibidos os links para conteúdos que exigem registro. O usuário deverá autenticar-se para ver o artigo completo.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Permitir cadastro de usuários:</td> <td><?php echo $lists['allowUserRegistration']; $tip = 'Se escolher `Sim´, permite que usuários se registrem'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Ativação de novas contas:</td> <td><?php echo $lists['useractivation']; ?> <?php $tip = 'Se escolher `Sim´, o usuário receberá um e-mail com um link de ativação da sua conta antes de poder autenticar.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Requerer e-mail único:</td> <td><?php echo $lists['uniquemail']; $tip = 'Se escolher `Sim´, os usuários não poderam partilhar o mesmo endereço de e-mail'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Autenticação no site - Frontend:</td> <td> <?php echo $lists['frontend_login']; ?> <?php $tip = 'Se escolher `Não´, impossibilita a autenticação no Site frontend, até mesmo quando não associado a um item de menu. Também impede a funcionalidade de Inscrição.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Parâmetros do usuário no frontend:</td> <td> <?php echo $lists['frontend_userparams']; ?> <?php $tip = 'Se escolher `Não´, impede a funcionalidade de parâmetros de usuário no frontend'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Depurar site:</td> <td> <?php echo $lists['debug']; ?> <?php $tip = 'Se escolher `Sim´, exibe informações de diagnóstico e erros de SQL quando existirem'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Editor padrão WYSIWYG:</td> <td><?php echo $lists['editor']; ?> </td> </tr> <tr> <td>Tamanho da Lista:</td> <td> <?php echo $lists['list_limit']; ?> <?php $tip = 'Configura o tamanho das listas da administração para todos os usuários'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Ícone de favoritos do site:</td> <td> <input class="text_area" type="text" name="config_favicon" size="20" value="<?php echo $row->config_favicon; ?> "/> <?php $tip = 'Se deixado em branco ou se o arquivo não for encontrado, o favicon.ico padrão será usando.'; echo mosToolTip($tip, 'Favourite Icon'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Localização", "Locale-page"); ?> <table class="adminform"> <tr> <td width="185">Idioma do Site:</td> <td><?php echo $lists['lang']; ?> </td> </tr> <tr> <td width="185">Fuso Horário:</td> <td> <?php echo $lists['offset']; ?> <?php $tip = "Data/hora atual configurada para exibição: " . mosCurrentDate(_DATE_FORMAT_LC2); echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="185">Diferença do Servidor:</td> <td> <input class="text_area" type="text" name="config_offset" size="15" value="<?php echo $row->config_offset; ?> " disabled="disabled" /> </td> </tr> <tr> <td width="185">Código do País:</td> <td> <input class="text_area" type="text" name="config_locale" size="15" value="<?php echo $row->config_locale; ?> "/> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Conteúdo", "content-page"); ?> <table class="adminform"> <tr> <td colspan="3">* Estes parâmeteros controlam os elementos de saída *<br/><br/></td> </tr> <tr> <td width="260">Títulos como Link:</td> <td width="150"><?php echo $lists['link_titles']; ?> </td> <td><?php $tip = 'Se escolher `Sim´, o título dos artigos serão linkados para os artigos'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="200">Link leia mais:</td> <td width="150"><?php echo $lists['readmore']; ?> </td> <td><?php $tip = 'Se configurado para exibir, o link ´Ler mais´ será exibido caso o conteúdo possua um texto principal'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Avaliação/Votação do Item:</td> <td><?php echo $lists['vote']; ?> </td> <td><?php $tip = 'Se configurado para exibir, o sistema de votação será habilitado para itens de conteúdo'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Nomes dos Autores:</td> <td><?php echo $lists['hideAuthor']; ?> </td> <td><?php $tip = 'Se configurado para exibir, o nome do autor será exibido. Esta é a configuração global mas pode ser alterada no menu e nos níveis do item.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Data e Hora de Criação:</td> <td><?php echo $lists['hideCreateDate']; ?> </td> <td><?php $tip = 'Se configurado para exibir, a data e hora que um item foi criado será exibido. Esta é a configuração global mas pode ser alterada no menu e nos níveis do item.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Data e Hora de Alteração:</td> <td><?php echo $lists['hideModifyDate']; ?> </td> <td><?php $tip = 'Se configurado para exibir, a data e hora que um item foi alterado será exibido. Esta é a configuração global mas pode ser alterada no menu e nos níveis do item.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Acessos:</td> <td><?php echo $lists['hits']; ?> </td> <td><?php $tip = 'Se configurado para exibir, os acesso para o item específico será exibido. Esta é a configuração global mas pode ser alterada no menu e nos níveis do item.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Ícone PDF:</td> <td><?php echo $lists['hidePdf']; ?> </td> <?php if (!is_writable("{$mosConfig_absolute_path}/media/")) { echo "<td align=\"left\">"; echo mosToolTip('Opção não disponível pois o diretório /media não possui permissão para escrita'); echo "</td>"; } else { ?> <td> </td> <?php } ?> </tr> <tr> <td>Ícone Impressora:</td> <td><?php echo $lists['hidePrint']; ?> </td> <td> </td> </tr> <tr> <td>Ícone E-mail:</td> <td><?php echo $lists['hideEmail']; ?> </td> <td> </td> </tr> <tr> <td>Ícones:</td> <td><?php echo $lists['icons']; ?> </td> <td><?php echo mosToolTip('Imprimir, PDF e Email podem utilizar Icones ou Texto'); ?> </td> </tr> <tr> <td>Tabela de Índice em artigos de múltiplas páginas:</td> <td><?php echo $lists['multipage_toc']; ?> </td> <td> </td> </tr> <tr> <td>Botão ` Voltar ´:</td> <td><?php echo $lists['back_button']; ?> </td> <td> </td> </tr> <tr> <td>Navegação de Item de Conteúdo:</td> <td><?php echo $lists['item_navigation']; ?> </td> <td> </td> </tr> <tr> <td>Modo de Compatibilidade de Itemid:</td> <td><?php echo $lists['itemid_compat']; ?> </td> <td> </td> </tr> </table> <input type="hidden" name="config_multilingual_support" value="<?php echo $row->config_multilingual_support; ?> "> <?php $tabs->endTab(); $tabs->startTab("Base Dados", "db-page"); ?> <table class="adminform"> <tr> <td width="185">Nome do Servidor:</td> <td><input class="text_area" type="text" name="config_host" size="25" value="<?php echo $row->config_host; ?> "/></td> </tr> <tr> <td>Nome de Utilizador MySQL:</td> <td><input class="text_area" type="text" name="config_user" size="25" value="<?php echo $row->config_user; ?> "/></td> </tr> <tr> <td>Base de Dados MySQL:</td> <td><input class="text_area" type="text" name="config_db" size="25" value="<?php echo $row->config_db; ?> "/></td> </tr> <tr> <td>Prefixo da Base de Dados MySQL:</td> <td> <input class="text_area" type="text" name="config_dbprefix" size="10" value="<?php echo $row->config_dbprefix; ?> "/> <?php echo mosWarning('!! NÃO ALTERE A NÃO SER QUE TENHA UMA BASE DE DADOS COM UM PREFIXO DE TABELAS DIFERENTE DESTE !!'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Servidor", "server-page"); ?> <table class="adminform"> <tr> <td width="185">Caminho Absoluto:</td> <td width="450"><strong><?php echo $row->config_absolute_path; ?> </strong></td> <td> </td> </tr> <tr> <td>URL do Site:</td> <td><strong><?php echo $row->config_live_site; ?> </strong></td> <td> </td> </tr> <tr> <td>Palavra Secreta:</td> <td><strong><?php echo $row->config_secret; ?> </strong></td> <td> </td> </tr> <tr> <td>Compressão GZIP de Páginas:</td> <td> <?php echo $lists['gzip']; ?> <?php echo mosToolTip('Memória de Compressão de saída caso seja suportado'); ?> </td> <td> </td> </tr> <tr> <td>Duração da Sessão do Usuário:</td> <td> <input class="text_area" type="text" name="config_lifetime" size="10" value="<?php echo $row->config_lifetime; ?> "/> segundos <?php echo mosWarning('Fim de sessão automático após este tempo de inatividade. Quanto mais alto o valor maior o risco de segurança!'); ?> </td> <td> </td> </tr> <tr> <td>Duração da Sessão de Administração:</td> <td> <input class="text_area" type="text" name="config_session_life_admin" size="10" value="<?php echo $row->config_session_life_admin; ?> "/> segundos <?php echo mosWarning('Fim de sessão automático após este tempo de inatividade. Quanto mais alto o valor maior o risco de segurança!'); ?> </td> <td> </td> </tr> <tr> <td>Lembre de página de Admin Expirada:</td> <td> <?php echo $lists['admin_expired']; ?> <?php echo mosToolTip('Se a sessão expirar, e se efetuar novo início de sessão num espaço de tempo inferior a 10 minutos, será redirecionado à página que estava a tentando acessar quando foi desligado.'); ?> </td> <td> </td> </tr> <tr> <td>Método de Autenticação de sessão:</td> <td> <?php echo $lists['session_type']; ?> <?php echo mosWarning('Não mude a menos que saiba o que está a fazer!<br /> <br /> Se tem muitos usuários AOL ou condicionados por Proxys, poderá considerar a utilização da configuração Nível 2'); ?> </td> <td> </td> </tr> <tr> <td>Relatório de Erros:</td> <td><?php echo $lists['error_reporting']; ?> </td> <td> </td> </tr> <tr> <td>Servidor de Ajuda:</td> <td><input class="text_area" type="text" name="config_helpurl" size="50" value="<?php echo $row->config_helpurl; ?> "/></td> </tr> <tr> <?php $mode = 0; $flags = 0644; if ($row->config_fileperms != '') { $mode = 1; $flags = octdec($row->config_fileperms); } // if ?> <td valign="top">Criação de Arquivos:</td> <td> <fieldset><legend>Permissões de Arquivos</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="filePermsMode0" name="filePermsMode" value="0" onclick="changeFilePermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="filePermsMode0">Não aplicar CHMOD a novos arquivos (usar padrão do servidor)</label></td> </tr> <tr> <td><input type="radio" id="filePermsMode1" name="filePermsMode" value="1" onclick="changeFilePermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="filePermsMode1">Aplicar CHMOD a novos arquivos </label> <span id="filePermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > para: <input class="text_area" type="text" readonly="readonly" name="config_fileperms" size="4" value="<?php echo $row->config_fileperms; ?> "/> </span> <span id="filePermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip('Selecione esta opção para definir as permissões para novos arquivos criados'); ?> </span> </td> </tr> <tr id="filePermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="0" cellspacing="1" border="0"> <tr> <td style="padding:0px">Usuário:</td> <td style="padding:0px"><input type="checkbox" id="filePermsUserRead" name="filePermsUserRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 0400) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserWrite" name="filePermsUserWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserExecute" name="filePermsUserExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="filePermsUserExecute">execução</label></td> </tr> <tr> <td style="padding:0px">Grupo:</td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupRead" name="filePermsGroupRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupWrite" name="filePermsGroupWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupExecute" name="filePermsGroupExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="filePermsGroupExecute">execução</label></td> <td><input type="checkbox" id="applyFilePerms" name="applyFilePerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyFilePerms"> Aplicar a arquivos existentes <?php echo mosWarning('Selecionando aqui serão aplicadas as permissões a <em>todos os arquivos existentes</em> do site.<br/>' . '<b>USO INAPROPRIADO DESTA OPÇÃO PODE DEIXAR O SITE INOPERANTE!</b>'); ?> </label> </td> </tr> <tr> <td style="padding:0px">Geral:</td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldRead" name="filePermsWorldRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldWrite" name="filePermsWorldWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldExecute" name="filePermsWorldExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="4"><label for="filePermsWorldExecute">execução</label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> <tr> <?php $mode = 0; $flags = 0755; if ($row->config_dirperms != '') { $mode = 1; $flags = octdec($row->config_dirperms); } // if ?> <td valign="top">Criação de Diretórios:</td> <td> <fieldset><legend>Permissões de Diretórios</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="dirPermsMode0" name="dirPermsMode" value="0" onclick="changeDirPermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="dirPermsMode0">Não aplicar CHMOD a novos diretórios (usar padrão do servidor)</label></td> </tr> <tr> <td><input type="radio" id="dirPermsMode1" name="dirPermsMode" value="1" onclick="changeDirPermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="dirPermsMode1">Aplicar CHMOD a novos diretórios para </label> <span id="dirPermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > to: <input class="text_area" type="text" readonly="readonly" name="config_dirperms" size="4" value="<?php echo $row->config_dirperms; ?> "/> </span> <span id="dirPermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip('Selecione esta opção para definir as permissões para os novos diretórios a serem criados'); ?> </span> </td> </tr> <tr id="dirPermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="1" cellspacing="0" border="0"> <tr> <td style="padding:0px">Usuário:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserRead" name="dirPermsUserRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 0400) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserWrite" name="dirPermsUserWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserSearch" name="dirPermsUserSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsUserSearch">execução</label></td> </tr> <tr> <td style="padding:0px">Grupo:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupRead" name="dirPermsGroupRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupWrite" name="dirPermsGroupWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupSearch" name="dirPermsGroupSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="dirPermsGroupSearch">execução</label></td> <td><input type="checkbox" id="applyDirPerms" name="applyDirPerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyDirPerms"> Aplicar a diretórios existentes <?php echo mosWarning('Selecione para aplicar as permissões a <em>todos os diretórios existentes</em> no site.<br/>' . '<b>O USO INAPROPRIADO DESTA OPÇÃO PODE DEIXAR O SITE INOPERANTE!</b>'); ?> </label> </td> </tr> <tr> <td style="padding:0px">Todos:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldRead" name="dirPermsWorldRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldRead">leitura</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldWrite" name="dirPermsWorldWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldWrite">escrita</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldSearch" name="dirPermsWorldSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsWorldSearch">execução</label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> <tr> <?php $rgmode = 0; if (defined('RG_EMULATION')) { $rgmode = RG_EMULATION; } ?> <td valign="top">Registro Emulação de Globals:</td> <td> <fieldset><legend>Register Globals Emulation</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="rgemulation" name="rgemulation" value="0"<?php if (!$rgmode) { echo ' checked="checked"'; } ?> /></td> <td><label for="rgemulation">OFF - more secure and the preferred setting</label></td> </tr> <tr> <td><input type="radio" id="rgemulation" name="rgemulation" value="1"<?php if ($rgmode) { echo ' checked="checked"'; } ?> /></td> <td><label for="rgemulation">ON - better compatibility but less secure</label></td> </tr> </tr> </table> </fieldset> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Metadados", "metadata-page"); ?> <table class="adminform"> <tr> <td width="185" valign="top">Metadados de Descrição Global do Site:</td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_MetaDesc"><?php echo $row->config_MetaDesc; ?> </textarea></td> </tr> <tr> <td valign="top">Palavras-Chave do Site:</td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_MetaKeys"><?php echo $row->config_MetaKeys; ?> </textarea></td> </tr> <tr> <td valign="top">Exibir Metadados de Título:</td> <td> <?php echo $lists['MetaTitle']; ?> <?php echo mosToolTip('Exibir a tag de título quando exibir artigos'); ?> </td> </tr> <tr> <td valign="top">Exibir Metadados de Autor:</td> <td> <?php echo $lists['MetaAuthor']; ?> <?php echo mosToolTip('Exibir a tag de autor quando exibir artigos'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("E-mail", "mail-page"); ?> <table class="adminform"> <tr> <td width="185">Emissor de E-mail:</td> <td><?php echo $lists['mailer']; ?> </td> </tr> <tr> <td>E-Mail do Remetente:</td> <td><input class="text_area" type="text" name="config_mailfrom" size="50" value="<?php echo $row->config_mailfrom; ?> "/></td> </tr> <tr> <td>Nome do Remetente:</td> <td><input class="text_area" type="text" name="config_fromname" size="50" value="<?php echo $row->config_fromname; ?> "/></td> </tr> <tr> <td>Caminho do Sendmail:</td> <td><input class="text_area" type="text" name="config_sendmail" size="50" value="<?php echo $row->config_sendmail; ?> "/></td> </tr> <tr> <td>Autenticação de SMTP:</td> <td><?php echo $lists['smtpauth']; ?> </td> </tr> <tr> <td>Utilizador SMTP:</td> <td><input class="text_area" type="text" name="config_smtpuser" size="50" value="<?php echo $row->config_smtpuser; ?> "/></td> </tr> <tr> <td>Senha SMTP:</td> <td><input class="text_area" type="text" name="config_smtppass" size="50" value="<?php echo $row->config_smtppass; ?> "/></td> </tr> <tr> <td>Servidor SMTP:</td> <td><input class="text_area" type="text" name="config_smtphost" size="50" value="<?php echo $row->config_smtphost; ?> "/></td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Cache", "cache-page"); ?> <table class="adminform" border="0"> <?php if (is_writeable($row->config_cachepath)) { ?> <tr> <td width="185">Cache:</td> <td width="500"><?php echo $lists['caching']; ?> </td> <td> </td> </tr> <?php } ?> <tr> <td>Diretório de Cache:</td> <td> <input class="text_area" type="text" name="config_cachepath" size="50" value="<?php echo $row->config_cachepath; ?> "/> <?php if (is_writeable($row->config_cachepath)) { echo mosToolTip('O atual Diretório de Cache é <b>Possui permissão para escrita</b>'); } else { echo mosWarning('O diretório de cache não possui permissão para escrita - por favor configure este diretório para CHMOD 0766 antes de ativar a cache'); } ?> </td> <td> </td> </tr> <tr> <td>Duração da Cache:</td> <td><input class="text_area" type="text" name="config_cachetime" size="5" value="<?php echo $row->config_cachetime; ?> "/> segundos</td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Estatísticas", "stats-page"); ?> <table class="adminform"> <tr> <td width="250">Estatísticas:</td> <td width="100"><?php echo $lists['enable_stats']; ?> </td> <td><?php echo mostooltip('Ativar/Desativar estatísticas do site'); ?> </td> </tr> <tr> <td>Registro de acessos ao conteúdo por data:</td> <td><?php echo $lists['log_items']; ?> </td> <td><span class="error"><?php echo mosWarning('CUIDADO : Serão recolhidas grandes quantidades de dados. Por motivos de segurança não deve utilizar esta funcionalidade. Utilize um componente ou serviço independente'); ?> </span></td> </tr> <tr> <td>Registro de palavras pesquisadas:</td> <td><?php echo $lists['log_searches']; ?> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("SEO", "seo-page"); ?> <table class="adminform"> <tr> <td width="250"><strong>Otimização para motores de busca</strong></td> <td width="100"> </td> <td> </td> </tr> <tr> <td>URLs Amigáveis para motores de busca:</td> <td><?php echo $lists['sef']; ?> </td> <td><span class="error"><?php echo mosWarning('Somente Apache! Renomear htaccess.txt para .htaccess antes de ativar'); ?> </span></td> </tr> <tr> <td>Títulos dinâmicos de páginas:</td> <td><?php echo $lists['pagetitles']; ?> </td> <td><?php echo mosToolTip('Alterar dinamicamente o título da página para refletir o conteúdo visualizado'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->endPane(); // show security setting check josSecurityCheck(); ?> <input type="hidden" name="option" value="<?php echo $option; ?> "/> <input type="hidden" name="config_absolute_path" value="<?php echo $row->config_absolute_path; ?> "/> <input type="hidden" name="config_live_site" value="<?php echo $row->config_live_site; ?> "/> <input type="hidden" name="config_secret" value="<?php echo $row->config_secret; ?> "/> <input type="hidden" name="task" value=""/> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?> /includes/js/overlib_mini.js"></script> <?php }
function editConfigSource($content, $option) { $config_path = JPATH_SITE . '/components/com_joomla_lms/includes/config.inc.php'; ?> <script type="text/javascript"> <!-- function submitbutton(pressbutton) { var form = document.adminForm; form.page.value = pressbutton; form.submit(); } <?php if (JLMS_J16version()) { ?> Joomla.submitbutton = submitbutton; <?php } ?> //--> </script> <form action="index.php" method="post" name="adminForm"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" width="220px"> <div> <?php echo joomla_lms_adm_html::JLMS_menu(); ?> </div> </td> <td valign="top"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="290"> <?php if (!class_exists('JToolBarHelper')) { ?> <table class="adminheading"><tr><th class="config"><?php echo _JOOMLMS_COMP_NAME . ': <small>DEV.config</small>'; ?> </th></tr></table> <?php } ?> </td> <td width="220"> <span class="componentheading">config.inc.php is : <b><?php echo is_writable($config_path) ? '<font color="green"> ' . _JLMS_WRITABLE . '</font>' : '<font color="red"> ' . _JLMS_UNWRITABLE . '</font>'; ?> </b> </span> </td> <?php if (mosIsChmodable($config_path)) { if (is_writable($config_path)) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write"><?php echo _JLMS_CFG_MSG_UNWR_AFTER_SAVE; ?> </label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write"><?php echo _JLMS_CFG_MSG_OVERRIDE_PROTT; ?> </label> </td> <?php } // if } // if ?> </tr> </table> <div class="width-100"> <fieldset class="adminform"> <table > <tr><th><?php echo $config_path; ?> </th></tr> <tr><td><textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $content; ?> </textarea></td></tr> </table> </fieldset> </div> </td> </tr> </table> <input type="hidden" name="option" value="<?php echo $option; ?> " /> <input type="hidden" name="task" value="dev_config" /> <input type="hidden" name="page" value="save_config" /> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <?php }
public static function showconfig(&$row, &$lists, $option) { global $mosConfig_absolute_path, $mosConfig_live_site, $mosConfig_session_type, $mainframe; $tabs = new mosTabs(0); ?> <script type="text/javascript"> <!-- function saveFilePerms() { var f = document.adminForm; if (f.filePermsMode0.checked) f.config_fileperms.value = ''; else { var perms = 0; if (f.filePermsUserRead.checked) perms += 400; if (f.filePermsUserWrite.checked) perms += 200; if (f.filePermsUserExecute.checked) perms += 100; if (f.filePermsGroupRead.checked) perms += 40; if (f.filePermsGroupWrite.checked) perms += 20; if (f.filePermsGroupExecute.checked) perms += 10; if (f.filePermsWorldRead.checked) perms += 4; if (f.filePermsWorldWrite.checked) perms += 2; if (f.filePermsWorldExecute.checked) perms += 1; f.config_fileperms.value = '0'+''+perms; } } function changeFilePermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('filePermsValue').style.display = 'none'; document.getElementById('filePermsTooltip').style.display = ''; document.getElementById('filePermsFlags').style.display = 'none'; break; default: document.getElementById('filePermsValue').style.display = ''; document.getElementById('filePermsTooltip').style.display = 'none'; document.getElementById('filePermsFlags').style.display = ''; } // switch } // if saveFilePerms(); } function saveDirPerms() { var f = document.adminForm; if (f.dirPermsMode0.checked) f.config_dirperms.value = ''; else { var perms = 0; if (f.dirPermsUserRead.checked) perms += 400; if (f.dirPermsUserWrite.checked) perms += 200; if (f.dirPermsUserSearch.checked) perms += 100; if (f.dirPermsGroupRead.checked) perms += 40; if (f.dirPermsGroupWrite.checked) perms += 20; if (f.dirPermsGroupSearch.checked) perms += 10; if (f.dirPermsWorldRead.checked) perms += 4; if (f.dirPermsWorldWrite.checked) perms += 2; if (f.dirPermsWorldSearch.checked) perms += 1; f.config_dirperms.value = '0'+''+perms; } } function changeDirPermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('dirPermsValue').style.display = 'none'; document.getElementById('dirPermsTooltip').style.display = ''; document.getElementById('dirPermsFlags').style.display = 'none'; break; default: document.getElementById('dirPermsValue').style.display = ''; document.getElementById('dirPermsTooltip').style.display = 'none'; document.getElementById('dirPermsFlags').style.display = ''; } // switch } // if saveDirPerms(); } function submitbutton(pressbutton) { var form = document.adminForm; // do field validation if (form.config_session_type.value != <?php echo $row->config_session_type; ?> ){ if ( confirm('Are you sure you wish to change the `Session Authentication Method`? \n\n This will cause all existing front-end sessions to be deleted \n\n') ) { submitform( pressbutton ); } else { return; } } else { submitform( pressbutton ); } } //--> </script> <form action="index2.php" method="post" name="adminForm"> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="250"><table class="adminheading"><tr><th nowrap="nowrap" class="config">Global Configuration</th></tr></table></td> <td width="270"> <span class="componentheading">configuration.php is : <?php echo is_writable('../configuration.php') ? '<b><font color="green"> Writeable</font></b>' : '<b><font color="red"> Unwriteable</font></b>'; ?> </span> </td> <?php if (mosIsChmodable('../configuration.php')) { if (is_writable('../configuration.php')) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Make unwriteable after saving</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Override write protection while saving</label> </td> <?php } // if } // if ?> </tr> </table> <?php $tabs->startPane("configPane"); $tabs->startTab("Site", "site-page"); ?> <table class="adminform"> <tr> <td width="185">Site Offline:</td> <td><?php echo $lists['offline']; ?> </td> </tr> <tr> <td valign="top">Offline Message:</td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_offline_message"><?php echo $row->config_offline_message; ?> </textarea><?php $tip = 'A message that displays if your site is offline'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td valign="top">System Error Message:</td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_error_message"><?php echo $row->config_error_message; ?> </textarea><?php $tip = 'A message that displays if Joomla! could not connect to the database'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Site Name:</td> <td><input class="text_area" type="text" name="config_sitename" size="50" value="<?php echo $row->config_sitename; ?> "/></td> </tr> <tr> <td>Show Unauthorised Links:</td> <td><?php echo $lists['shownoauth']; $tip = 'If yes, will show links to content to registered content even if you are not logged in. The user will need to login to see the item in full.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Allow User Registration:</td> <td><?php echo $lists['allowUserRegistration']; $tip = 'If yes, allows users to self-register'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Use New Account Activation:</td> <td><?php echo $lists['useractivation']; ?> <?php $tip = 'If yes, the user will be mailed a link to activate their account before they can log in.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Require Unique E-mail:</td> <td><?php echo $lists['uniquemail']; $tip = 'If yes, users cannot share the same e-mail address'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Front-end Login:</td> <td> <?php echo $lists['frontend_login']; ?> <?php $tip = 'If `No`, disables the Front-end login page and module even when associated with a menu item. Will also disable Registration functionality'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Front-end User Params:</td> <td> <?php echo $lists['frontend_userparams']; ?> <?php $tip = 'If `No`, disables the front-end User params functionality'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Debug Site:</td> <td> <?php echo $lists['debug']; ?> <?php $tip = 'If yes, displays diagnostic information and SQL errors if present'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Default WYSIWYG Editor:</td> <td><?php echo $lists['editor']; ?> </td> </tr> <tr> <td>List Length:</td> <td> <?php echo $lists['list_limit']; ?> <?php $tip = 'Sets the default length of lists in the administrator for all users'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Favourites Site Icon:</td> <td> <input class="text_area" type="text" name="config_favicon" size="20" value="<?php echo $row->config_favicon; ?> "/> <?php $tip = 'If left blank or the file cannot be found, the default favicon.ico will be used.'; echo mosToolTip($tip, 'Favourite Icon'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Locale", "Locale-page"); ?> <table class="adminform"> <tr> <td width="185">Language:</td> <td><?php echo $lists['lang']; ?> </td> </tr> <tr> <td width="185">Time Offset:</td> <td> <?php echo $lists['offset']; ?> <?php $tip = "Current date/time configured to display: " . mosCurrentDate(_DATE_FORMAT_LC2); echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="185">Server Offset:</td> <td> <input class="text_area" type="text" name="config_offset" size="15" value="<?php echo $row->config_offset; ?> " disabled="disabled" /> </td> </tr> <tr> <td width="185">Country Locale:</td> <td> <input class="text_area" type="text" name="config_locale" size="15" value="<?php echo $row->config_locale; ?> "/> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Content", "content-page"); ?> <table class="adminform"> <tr> <td colspan="3">* These Parameters control Output elements*<br/><br/></td> </tr> <tr> <td width="200">Linked Titles:</td> <td width="100"><?php echo $lists['link_titles']; ?> </td> <td><?php $tip = 'If yes, the title of content items will be hyperlinked to the item'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="200">Read More Link:</td> <td width="100"><?php echo $lists['readmore']; ?> </td> <td><?php $tip = 'If set to show, the read-more link will show if main-text has been provided for the item'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Item Rating/Voting:</td> <td><?php echo $lists['vote']; ?> </td> <td><?php $tip = 'If set to show, a voting system will be enabled for content items'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Author Names:</td> <td><?php echo $lists['hideAuthor']; ?> </td> <td><?php $tip = 'If set to show, the name of the author will be displayed. This a global setting but can be changed at menu and item levels.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Created Date and Time:</td> <td><?php echo $lists['hideCreateDate']; ?> </td> <td><?php $tip = 'If set to show, the date and time an item was created will be displayed. This a global setting but can be changed at menu and item levels.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Modified Date and Time:</td> <td><?php echo $lists['hideModifyDate']; ?> </td> <td><?php $tip = 'If set to show, the date and time an item was last modified will be displayed. This a global setting but can be changed at menu and item levels.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>Hits:</td> <td><?php echo $lists['hits']; ?> </td> <td><?php $tip = 'If set to show, the hits for a particular item will be displayed. This a global setting but can be changed at menu and item levels.'; echo mosToolTip($tip); ?> </td> </tr> <tr> <td>PDF Icon:</td> <td><?php echo $lists['hidePdf']; ?> </td> <?php if (!is_writable("{$mosConfig_absolute_path}/media/")) { echo "<td align=\"left\">"; echo mosToolTip('Option not available as /media directory not writable'); echo "</td>"; } else { ?> <td> </td> <?php } ?> </tr> <tr> <td>Print Icon:</td> <td><?php echo $lists['hidePrint']; ?> </td> <td> </td> </tr> <tr> <td>E-mail Icon:</td> <td><?php echo $lists['hideEmail']; ?> </td> <td> </td> </tr> <tr> <td>Icons:</td> <td><?php echo $lists['icons']; ?> </td> <td><?php echo mosToolTip('Print, PDF and E-mail will utilise Icons or Text'); ?> </td> </tr> <tr> <td>Table of Contents on multi-page items:</td> <td><?php echo $lists['multipage_toc']; ?> </td> <td> </td> </tr> <tr> <td>Back Button:</td> <td><?php echo $lists['back_button']; ?> </td> <td> </td> </tr> <tr> <td>Content Item Navigation:</td> <td><?php echo $lists['item_navigation']; ?> </td> <td> </td> </tr> <tr> <td>Itemid Compatibility Mode:</td> <td><?php echo $lists['itemid_compat']; ?> </td> <td> </td> </tr> </table> <input type="hidden" name="config_multilingual_support" value="<?php echo $row->config_multilingual_support; ?> "> <?php $tabs->endTab(); $tabs->startTab("Database", "db-page"); ?> <table class="adminform"> <tr> <td width="185">Hostname:</td> <td><input class="text_area" type="text" name="config_host" size="25" value="<?php echo $row->config_host; ?> "/></td> </tr> <tr> <td>MySQL Username:</td> <td><input class="text_area" type="text" name="config_user" size="25" value="<?php echo $row->config_user; ?> "/></td> </tr> <tr> <td>MySQL Database:</td> <td><input class="text_area" type="text" name="config_db" size="25" value="<?php echo $row->config_db; ?> "/></td> </tr> <tr> <td>MySQL Database Prefix:</td> <td> <input class="text_area" type="text" name="config_dbprefix" size="10" value="<?php echo $row->config_dbprefix; ?> "/> <?php echo mosWarning('!! DO NOT CHANGE UNLESS YOU HAVE A DATABASE BUILT USING TABLES WITH THE PREFIX YOU ARE SETTING !!'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Server", "server-page"); ?> <table class="adminform"> <tr> <td width="185">Absolute Path:</td> <td width="450"><strong><?php echo $row->config_absolute_path; ?> </strong></td> <td> </td> </tr> <tr> <td>Live Site:</td> <td><strong><?php echo $row->config_live_site; ?> </strong></td> <td> </td> </tr> <tr> <td>Secret Word:</td> <td><strong><?php echo $row->config_secret; ?> </strong></td> <td> </td> </tr> <tr> <td>GZIP Page Compression:</td> <td> <?php echo $lists['gzip']; ?> <?php echo mosToolTip('Compress buffered output if supported'); ?> </td> <td> </td> </tr> <tr> <td>Site Session Lifetime:</td> <td> <input class="text_area" type="text" name="config_lifetime" size="10" value="<?php echo $row->config_lifetime; ?> "/> seconds <?php echo mosWarning('Auto logout after this time of inactivity for <strong>site/front-end</strong> users. The higher the value the greater the security risk!'); ?> </td> <td> </td> </tr> <tr> <td>Admin Session Lifetime:</td> <td> <input class="text_area" type="text" name="config_session_life_admin" size="10" value="<?php echo $row->config_session_life_admin; ?> "/> seconds <?php echo mosWarning('Auto logout after this time of inactivity for <strong>admin/back-end</strong> users. The higher the value the greater the security risk!'); ?> </td> <td> </td> </tr> <tr> <td>Remember Expired Admin page:</td> <td> <?php echo $lists['admin_expired']; ?> <?php echo mosToolTip('If session expires, when you log back in within 10 minutes of logout, you will be redirected on login to the page you were trying to access when you were logged out'); ?> </td> <td> </td> </tr> <tr> <td>Session Authentication Method:</td> <td> <?php echo $lists['session_type']; ?> <?php echo mosWarning('Do not change unless you know what you are doing!<br /><br /> If you have a number of users using AOL or behind Proxy banks, you might consider using the Level 2 setting'); ?> </td> <td> </td> </tr> <tr> <td>Error Reporting:</td> <td><?php echo $lists['error_reporting']; ?> </td> <td> </td> </tr> <tr> <td>Help Server:</td> <td><input class="text_area" type="text" name="config_helpurl" size="50" value="<?php echo $row->config_helpurl; ?> "/></td> </tr> <tr> <?php $mode = 0; $flags = 0644; if ($row->config_fileperms != '') { $mode = 1; $flags = octdec($row->config_fileperms); } // if ?> <td valign="top">File Creation:</td> <td> <fieldset><legend>File Permissions</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="filePermsMode0" name="filePermsMode" value="0" onclick="changeFilePermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="filePermsMode0">Dont CHMOD new files (use server defaults)</label></td> </tr> <tr> <td><input type="radio" id="filePermsMode1" name="filePermsMode" value="1" onclick="changeFilePermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="filePermsMode1">CHMOD new files</label> <span id="filePermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > to: <input class="text_area" type="text" readonly="readonly" name="config_fileperms" size="4" value="<?php echo $row->config_fileperms; ?> "/> </span> <span id="filePermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip('Select this option to define permission flags for new created files'); ?> </span> </td> </tr> <tr id="filePermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="0" cellspacing="1" border="0"> <tr> <td style="padding:0px">User:</td> <td style="padding:0px"><input type="checkbox" id="filePermsUserRead" name="filePermsUserRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 0400) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserWrite" name="filePermsUserWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserExecute" name="filePermsUserExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="filePermsUserExecute">execute</label></td> </tr> <tr> <td style="padding:0px">Group:</td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupRead" name="filePermsGroupRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupWrite" name="filePermsGroupWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupExecute" name="filePermsGroupExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="filePermsGroupExecute">execute</label></td> <td><input type="checkbox" id="applyFilePerms" name="applyFilePerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyFilePerms"> Apply to existing files <?php echo mosWarning('Checking here will apply the permission flags to <em>all existing files</em> of the site.<br/>' . '<b>INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!</b>'); ?> </label> </td> </tr> <tr> <td style="padding:0px">World:</td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldRead" name="filePermsWorldRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldWrite" name="filePermsWorldWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldExecute" name="filePermsWorldExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="4"><label for="filePermsWorldExecute">execute</label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> <tr> <?php $mode = 0; $flags = 0755; if ($row->config_dirperms != '') { $mode = 1; $flags = octdec($row->config_dirperms); } // if ?> <td valign="top">Directory Creation:</td> <td> <fieldset><legend>Directory Permissions</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="dirPermsMode0" name="dirPermsMode" value="0" onclick="changeDirPermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="dirPermsMode0">Dont CHMOD new directories (use server defaults)</label></td> </tr> <tr> <td><input type="radio" id="dirPermsMode1" name="dirPermsMode" value="1" onclick="changeDirPermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="dirPermsMode1">CHMOD new directories</label> <span id="dirPermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > to: <input class="text_area" type="text" readonly="readonly" name="config_dirperms" size="4" value="<?php echo $row->config_dirperms; ?> "/> </span> <span id="dirPermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip('Select this option to define permission flags for new created directories'); ?> </span> </td> </tr> <tr id="dirPermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="1" cellspacing="0" border="0"> <tr> <td style="padding:0px">User:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserRead" name="dirPermsUserRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 0400) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserWrite" name="dirPermsUserWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserSearch" name="dirPermsUserSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsUserSearch">search</label></td> </tr> <tr> <td style="padding:0px">Group:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupRead" name="dirPermsGroupRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupWrite" name="dirPermsGroupWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupSearch" name="dirPermsGroupSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="dirPermsGroupSearch">search</label></td> <td><input type="checkbox" id="applyDirPerms" name="applyDirPerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyDirPerms"> Apply to existing directories <?php echo mosWarning('Checking here will apply the permission flags to <em>all existing directories</em> of the site.<br/>' . '<b>INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!</b>'); ?> </label> </td> </tr> <tr> <td style="padding:0px">World:</td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldRead" name="dirPermsWorldRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldRead">read</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldWrite" name="dirPermsWorldWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldWrite">write</label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldSearch" name="dirPermsWorldSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsWorldSearch">search</label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> <tr> <?php $rgmode = 0; if (defined('RG_EMULATION')) { $rgmode = RG_EMULATION; } ?> <td valign="top">Register Globals Emulation:</td> <td> <fieldset><legend>Register Globals Emulation</legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="rgemulation" name="rgemulation" value="0"<?php if (!$rgmode) { echo ' checked="checked"'; } ?> /></td> <td><label for="rgemulation">OFF - more secure and the preferred setting</label></td> </tr> <tr> <td><input type="radio" id="rgemulation" name="rgemulation" value="1"<?php if ($rgmode) { echo ' checked="checked"'; } ?> /></td> <td><label for="rgemulation">ON - better compatibility but less secure</label></td> </tr> </tr> </table> </fieldset> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Metadata", "metadata-page"); ?> <table class="adminform"> <tr> <td width="185" valign="top">Global Site Meta Description:</td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_MetaDesc"><?php echo $row->config_MetaDesc; ?> </textarea></td> </tr> <tr> <td valign="top">Global Site Meta Keywords:</td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_MetaKeys"><?php echo $row->config_MetaKeys; ?> </textarea></td> </tr> <tr> <td valign="top">Show Title Meta Tag:</td> <td> <?php echo $lists['MetaTitle']; ?> <?php echo mosToolTip('Show the title meta tag when viewing content items'); ?> </td> </tr> <tr> <td valign="top">Show Author Meta Tag:</td> <td> <?php echo $lists['MetaAuthor']; ?> <?php echo mosToolTip('Show the author meta tag when viewing content items'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Mail", "mail-page"); ?> <table class="adminform"> <tr> <td width="185">Mailer:</td> <td><?php echo $lists['mailer']; ?> </td> </tr> <tr> <td>Mail From:</td> <td><input class="text_area" type="text" name="config_mailfrom" size="50" value="<?php echo $row->config_mailfrom; ?> "/></td> </tr> <tr> <td>From Name:</td> <td><input class="text_area" type="text" name="config_fromname" size="50" value="<?php echo $row->config_fromname; ?> "/></td> </tr> <tr> <td>Sendmail Path:</td> <td><input class="text_area" type="text" name="config_sendmail" size="50" value="<?php echo $row->config_sendmail; ?> "/></td> </tr> <tr> <td>SMTP Auth:</td> <td><?php echo $lists['smtpauth']; ?> </td> </tr> <tr> <td>SMTP User:</td> <td><input class="text_area" type="text" name="config_smtpuser" size="50" value="<?php echo $row->config_smtpuser; ?> "/></td> </tr> <tr> <td>SMTP Pass:</td> <td><input class="text_area" type="text" name="config_smtppass" size="50" value="<?php echo $row->config_smtppass; ?> "/></td> </tr> <tr> <td>SMTP Host:</td> <td><input class="text_area" type="text" name="config_smtphost" size="50" value="<?php echo $row->config_smtphost; ?> "/></td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Cache", "cache-page"); ?> <table class="adminform" border="0"> <?php if (is_writeable($row->config_cachepath)) { ?> <tr> <td width="185">Caching:</td> <td width="500"><?php echo $lists['caching']; ?> </td> <td> </td> </tr> <?php } ?> <tr> <td>Cache Folder:</td> <td> <input class="text_area" type="text" name="config_cachepath" size="50" value="<?php echo $row->config_cachepath; ?> "/> <?php if (is_writeable($row->config_cachepath)) { echo mosToolTip('Current cache is directory is <b>Writeable</b>'); } else { echo mosWarning('The cache directory is UNWRITEABLE - please set this directory to CHMOD755 before turning on the cache'); } ?> </td> <td> </td> </tr> <tr> <td>Cache Time:</td> <td><input class="text_area" type="text" name="config_cachetime" size="5" value="<?php echo $row->config_cachetime; ?> "/> seconds</td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("Statistics", "stats-page"); ?> <table class="adminform"> <tr> <td width="185">Statistics:</td> <td width="100"><?php echo $lists['enable_stats']; ?> </td> <td><?php echo mostooltip('Enable/disable collection of site statistics'); ?> </td> </tr> <tr> <td>Log Content Hits by Date:</td> <td><?php echo $lists['log_items']; ?> </td> <td><span class="error"><?php echo mosWarning('WARNING : Large amounts of data will be collected'); ?> </span></td> </tr> <tr> <td>Log Search Strings:</td> <td><?php echo $lists['log_searches']; ?> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab("SEO", "seo-page"); ?> <table class="adminform"> <tr> <td width="200"><strong>Search Engine Optimization</strong></td> <td width="100"> </td> <td> </td> </tr> <tr> <td>Search Engine Friendly URLs:</td> <td><?php echo $lists['sef']; ?> </td> <td><span class="error"><?php echo mosWarning('Apache only! Rename htaccess.txt to .htaccess before activating'); ?> </span></td> </tr> <tr> <td>Dynamic Page Titles:</td> <td><?php echo $lists['pagetitles']; ?> </td> <td><?php echo mosToolTip('Dynamically changes the page title to reflect current content viewed'); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->endPane(); // show security setting check josSecurityCheck(); ?> <input type="hidden" name="option" value="<?php echo $option; ?> "/> <input type="hidden" name="config_absolute_path" value="<?php echo $row->config_absolute_path; ?> "/> <input type="hidden" name="config_live_site" value="<?php echo $row->config_live_site; ?> "/> <input type="hidden" name="config_secret" value="<?php echo $row->config_secret; ?> "/> <input type="hidden" name="task" value=""/> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?> /includes/js/overlib_mini.js"></script> <?php }
/** * @param string Template name * @param string Source code * @param string The option */ function editCSSSource($template, &$content, $option, $client) { global $mosConfig_absolute_path; $css_path = $mosConfig_absolute_path . ($client == 'admin' ? '/administrator' : '') . '/templates/' . $template . '/css/template_css.css'; ?> <form action="index2.php" method="post" name="adminForm"> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="280"><table class="adminheading"><tr><th class="templates">Editor de tema CSS </th></tr></table></td> <td width="260"> <span class="componentheading">template_css.css está : <b><?php echo is_writable($css_path) ? '<font color="green"> Permissão para escrita</font>' : '<font color="red">Sem permissão para escrita</font>'; ?> </b> </span> </td> <?php if (mosIsChmodable($css_path)) { if (is_writable($css_path)) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Tornar inalterável após salvar</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Anular proteção e sobrescrever</label> </td> <?php } // if } // if ?> </tr> </table> <table class="adminform"> <tr><th><?php echo $css_path; ?> </th></tr> <tr><td><textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $content; ?> </textarea></td></tr> </table> <input type="hidden" name="template" value="<?php echo $template; ?> " /> <input type="hidden" name="option" value="<?php echo $option; ?> " /> <input type="hidden" name="task" value="" /> <input type="hidden" name="client" value="<?php echo $client; ?> " /> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <?php }
public static function editLanguageSource($language, &$content, $option) { global $mosConfig_absolute_path; $language_path = $mosConfig_absolute_path . "/language/" . $language . ".php"; ?> <form action="index2.php" method="post" name="adminForm"> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="270"><table class="adminheading"><tr><th class="langmanager">Language Editor</th></tr></table></td> <td width="240"> <span class="componentheading"><?php echo $language; ?> .php is : <b><?php echo is_writable($language_path) ? '<font color="green"> Writeable</font>' : '<font color="red"> Unwriteable</font>'; ?> </b> </span> </td> <?php if (mosIsChmodable($language_path)) { if (is_writable($language_path)) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Make unwriteable after saving</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Override write protection while saving</label> </td> <?php } // if } // if ?> </tr> </table> <table class="adminform"> <tr><th><?php echo $language_path; ?> </th></tr> <tr><td><textarea style="width:100%" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $content; ?> </textarea></td></tr> </table> <input type="hidden" name="language" value="<?php echo $language; ?> " /> <input type="hidden" name="option" value="<?php echo $option; ?> " /> <input type="hidden" name="task" value="" /> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <?php }
function showconfig(&$row, &$lists, $option) { global $mosConfig_absolute_path, $mosConfig_live_site; $tabs = new mosTabs(1); ?> <script type="text/javascript"> <!-- function saveFilePerms() { var f = document.adminForm; if (f.filePermsMode0.checked) f.config_fileperms.value = ''; else { var perms = 0; if (f.filePermsUserRead.checked) perms += 400; if (f.filePermsUserWrite.checked) perms += 200; if (f.filePermsUserExecute.checked) perms += 100; if (f.filePermsGroupRead.checked) perms += 40; if (f.filePermsGroupWrite.checked) perms += 20; if (f.filePermsGroupExecute.checked) perms += 10; if (f.filePermsWorldRead.checked) perms += 4; if (f.filePermsWorldWrite.checked) perms += 2; if (f.filePermsWorldExecute.checked) perms += 1; f.config_fileperms.value = '0'+''+perms; } } function changeFilePermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('filePermsValue').style.display = 'none'; document.getElementById('filePermsTooltip').style.display = ''; document.getElementById('filePermsFlags').style.display = 'none'; break; default: document.getElementById('filePermsValue').style.display = ''; document.getElementById('filePermsTooltip').style.display = 'none'; document.getElementById('filePermsFlags').style.display = ''; } // switch } // if saveFilePerms(); } function saveDirPerms() { var f = document.adminForm; if (f.dirPermsMode0.checked) f.config_dirperms.value = ''; else { var perms = 0; if (f.dirPermsUserRead.checked) perms += 400; if (f.dirPermsUserWrite.checked) perms += 200; if (f.dirPermsUserSearch.checked) perms += 100; if (f.dirPermsGroupRead.checked) perms += 40; if (f.dirPermsGroupWrite.checked) perms += 20; if (f.dirPermsGroupSearch.checked) perms += 10; if (f.dirPermsWorldRead.checked) perms += 4; if (f.dirPermsWorldWrite.checked) perms += 2; if (f.dirPermsWorldSearch.checked) perms += 1; f.config_dirperms.value = '0'+''+perms; } } function changeDirPermsMode(mode) { if(document.getElementById) { switch (mode) { case 0: document.getElementById('dirPermsValue').style.display = 'none'; document.getElementById('dirPermsTooltip').style.display = ''; document.getElementById('dirPermsFlags').style.display = 'none'; break; default: document.getElementById('dirPermsValue').style.display = ''; document.getElementById('dirPermsTooltip').style.display = 'none'; document.getElementById('dirPermsFlags').style.display = ''; } // switch } // if saveDirPerms(); } //--> </script> <form action="index2.php" method="post" name="adminForm"> <div id="overDiv" style="position:absolute; visibility:hidden; z-index:10000;"></div> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="250"><table class="adminheading"><tr><th nowrap class="config"><?php echo T_('Global Configuration'); ?> </th></tr></table></td> <td width="270"> <span class="componentheading"><?php echo T_('configuration.php is :'); ?> <strong><?php echo is_writable('../configuration.php') ? '<span class="green"> ' . T_('Writeable') . '</span>' : '<span class="red"> ' . T_('Unwriteable') . '</span>'; ?> </strong> </span> </td> <?php if (mosIsChmodable('../configuration.php')) { if (is_writable('../configuration.php')) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write"><?php echo T_('Make unwriteable after saving'); ?> </label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write"><?php echo T_('Override write protection while saving'); ?> </label> </td> <?php } // if } // if ?> </tr> </table> <?php $tabs->startPane("configPane"); $tabs->startTab(T_("Site"), "site-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Site Offline:'); ?> </td> <td><?php echo $lists['offline']; ?> </td> </tr> <tr> <td valign="top"><?php echo T_('Offline Message:'); ?> </td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_offline_message"><?php echo htmlspecialchars($row->config_offline_message, ENT_QUOTES); ?> </textarea><?php $tip = T_('A message that displays if your site is offline'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td valign="top"><?php echo T_('System Error Message:'); ?> </td> <td><textarea class="text_area" cols="60" rows="2" style="width:500px; height:40px" name="config_error_message"><?php echo htmlspecialchars($row->config_error_message, ENT_QUOTES); ?> </textarea><?php $tip = T_('A message that displays if Mambo could not connect to the database'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Site Name:'); ?> </td> <td><input class="text_area" type="text" name="config_sitename" size="50" value="<?php echo $row->config_sitename; ?> "/></td> </tr> <tr> <td><?php echo T_('Use Captcha Authentication:'); ?> </td> <td><?php echo $lists['usecaptcha']; $tip = T_('Captcha images assist in the reduction of automated entries and spam. Requires the GD image library'); echo mosToolTip($tip); echo T_('*Requires the GD image library.'); ?> </td> </tr> <tr> <td><?php echo T_('Show UnAuthorized Links:'); ?> </td> <td><?php echo $lists['auth']; $tip = T_('If yes, will show links to content to registered content even if you are not logged in. The user will need to login to see the item in full.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Allow User Registration:'); ?> </td> <td><?php echo $lists['allowuserregistration']; $tip = T_('If yes, allows users to self-register'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Use New Account Activation:'); ?> </td> <td><?php echo $lists['useractivation']; ?> <?php $tip = T_('If yes, the user will be mailed a link to activate their account before they can log in.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Require Unique Email:'); ?> </td> <td><?php echo $lists['uniquemail']; $tip = T_('If yes, users cannot share the same email address'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Debug Site:'); ?> </td> <td><?php echo $lists['debug']; $tip = T_('If yes, displays diagnostic information and SQL errors if present'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('WYSIWYG Editor:'); ?> </td> <td><?php echo $lists['editor']; ?> </td> </tr> <tr> <td><?php echo T_('List Length:'); ?> </td> <td><?php echo $lists['list_length']; $tip = T_('Sets the default length of lists in the administrator for all users'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Favorites Site Icon:'); ?> </td> <td> <input class="text_area" type="text" name="config_favicon" size="20" value="<?php echo $row->config_favicon; ?> "/> <?php $tip = T_('If left blank or the file cannot be found, the default favicon.ico will be used.'); echo mosToolTip($tip, T_('Favourite Icon')); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Locale'), "Locale-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Language:'); ?> </td> <td><?php echo $lists['lang']; ?> <input type="hidden" name="config_lang" value="<?php echo $row->config_lang; ?> "></td> </tr> <tr> <td width="185"><?php echo T_('Time Offset:'); ?> </td> <td> <?php echo $lists['offset']; $tip = sprintf(T_("Current date/time configured to display: %s"), mosCurrentDate(_DATE_FORMAT_LC2)); echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="185"><?php echo T_('Debugging:'); ?> </td> <td><?php echo $lists['locale_debug']; ?> </td> </tr> <tr> <td width="185"><?php echo T_('Use Gettext:'); ?> </td> <td><?php echo $lists['locale_use_gettext']; ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Content'), "content-page"); ?> <table class="adminform"> <tr> <td colspan="3">* <?php echo T_('These Parameters control Output elements'); ?> *<br /><br /></td> </tr> <tr> <td width="200"><?php echo T_('Linked Titles:'); ?> </td> <td width="100"><?php echo $lists['link_titles']; ?> </td> <td><?php $tip = T_('If yes, the title of content items will be hyperlinked to the item'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td width="200"><?php echo T_('Read More Link:'); ?> </td> <td width="100"><?php echo $lists['readmore']; ?> </td> <td><?php $tip = T_('If set to show, the read-more link will show if main-text has been provided for the item'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Item Rating/Voting:'); ?> </td> <td><?php echo $lists['vote']; ?> </td> <td><?php $tip = T_('If set to show, a voting system will be enabled for content items'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Author Names:'); ?> </td> <td><?php echo $lists['hideauthor']; ?> </td> <td><?php $tip = T_('If set to show, the name of the author will be displayed. This a global setting but can be changed at menu and item levels.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Created Date and Time:'); ?> </td> <td><?php echo $lists['hidecreate']; ?> </td> <td><?php $tip = T_('If set to show, the date and time an item was created will be displayed. This a global setting but can be changed at menu and item levels.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Modified Date and Time:'); ?> </td> <td><?php echo $lists['hidemodify']; ?> </td> <td><?php $tip = T_('If set to show, the date and time an item was last modified will be displayed. This a global setting but can be changed at menu and item levels.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('Hits:'); ?> </td> <td><?php echo $lists['hits']; ?> </td> <td><?php $tip = T_('If set to show, the hits for a particular item will be displayed. This a global setting but can be changed at menu and item levels.'); echo mosToolTip($tip); ?> </td> </tr> <tr> <td><?php echo T_('PDF Icon:'); ?> </td> <td><?php echo $lists['hidepdf']; ?> </td> <?php if (!is_writable("{$mosConfig_absolute_path}/media/")) { echo "<td align=\"left\">"; echo mosToolTip(T_('Option not available as /media directory not writable')); echo "</td>"; } else { ?> <td> </td> <?php } ?> </tr> <tr> <td><?php echo T_('Print Icon:'); ?> </td> <td><?php echo $lists['hideprint']; ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Email Icon:'); ?> </td> <td><?php echo $lists['hideemail']; ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Icons:'); ?> </td> <td><?php echo $lists['icons']; ?> </td> <td><?php echo mosToolTip(T_('Print, PDF and Email will utilise Icons or Text')); ?> </td> </tr> <tr> <td><?php echo T_('Table of Contents on multi-page items:'); ?> </td> <td><?php echo $lists['multipage_toc']; ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Back Button:'); ?> </td> <td><?php echo $lists['back_button']; ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Content Item Navigation:'); ?> </td> <td><?php echo $lists['item_navigation']; ?> </td> <td> </td> </tr> <!-- prepared for future releases <tr> <td>Multi lingual content support:</td> <td><?php //echo $lists['ml_support']; ?> </td> <td><?php //echo mosToolTip('In order to use multi lingual content you MUST have installed the MambelFish component.'); ?> </td> </tr> --> <input type="hidden" name="config_ml_support" value="<?php echo $row->config_ml_support; ?> "> </table> <?php $tabs->endTab(); $tabs->startTab(T_("Database"), "db-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Hostname:'); ?> </td> <td><input class="text_area" type="text" name="config_host" size="25" value="<?php echo $row->config_host; ?> "/></td> </tr> <tr> <td><?php echo T_('MySQL Username:'******'MySQL Password:'******'MySQL Database:'); ?> </td> <td><input class="text_area" type="text" name="config_db" size="25" value="<?php echo $row->config_db; ?> "/></td> </tr> <tr> <td><?php echo T_('MySQL Database Prefix:'); ?> </td> <td> <input class="text_area" type="text" name="config_dbprefix" size="10" value="<?php echo $row->config_dbprefix; ?> "/> <?php echo mosWarning(T_('!! DO NOT CHANGE UNLESS YOU HAVE A DATABASE BUILT USING TABLES WITH THE PREFIX YOU ARE SETTING !!')); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Server'), "server-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Absolute Path:'); ?> </td> <td width="450"><strong><?php echo $row->config_path; ?> </strong></td> <td> </td> </tr> <tr> <td><?php echo T_('Live Site:'); ?> </td> <td><input class="text_area" type="text" name="config_live_site" size="50" value="<?php echo $row->config_live_site; ?> "/></td> <td> </td> </tr> <!-- <tr> <td><?php echo T_('Secret Word:'); ?> </td> <td><strong><?php echo $row->config_secret; ?> </strong></td> <td> </td> </tr> --> <tr> <td><?php echo T_('GZIP Page Compression:'); ?> </td> <td> <?php echo $lists['gzip']; ?> <?php echo mosToolTip(T_('Compress buffered output if supported')); ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Login Session Lifetime:'); ?> </td> <td> <input class="text_area" type="text" name="config_lifetime" size="10" value="<?php echo $row->config_lifetime; ?> "/> <?php echo T_('seconds'); ?> <?php echo mosToolTip(T_('Auto logout after this time of inactivity')); ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Error Reporting:'); ?> </td> <td><?php echo $lists['error_reporting']; ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Register Globals Emulation:'); ?> </td> <td> <?php echo $lists['register_globals']; ?> <?php echo mosToolTip(T_("Register globals emulation. Some components may stop working if this option is set to Off.")); ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Help Server:'); ?> </td> <td><input class="text_area" type="text" name="config_helpurl" size="50" value="<?php echo $row->config_helpurl; ?> "/></td> </tr> <tr> <?php $mode = 0; $flags = 0644; if ($row->config_fileperms != '') { $mode = 1; $flags = octdec($row->config_fileperms); } // if ?> <td valign="top"><?php echo T_('File Creation:'); ?> </td> <td> <fieldset><legend><?php echo T_('File Permissions'); ?> </legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="filePermsMode0" name="filePermsMode" value="0" onclick="changeFilePermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="filePermsMode0"><?php echo T_('Dont CHMOD new files (use server defaults)'); ?> </label></td> </tr> <tr> <td><input type="radio" id="filePermsMode1" name="filePermsMode" value="1" onclick="changeFilePermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="filePermsMode1"><?php echo T_('CHMOD new files'); ?> </label> <span id="filePermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <?php echo T_('to:'); ?> <input class="text_area" type="text" readonly="readonly" name="config_fileperms" size="4" value="<?php echo $row->config_fileperms; ?> "/> </span> <span id="filePermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip(T_('Select this option to define permission flags for new created files')); ?> </span> </td> </tr> <tr id="filePermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="0" cellspacing="1" border="0"> <tr> <td style="padding:0px"><?php echo T_('User:'******' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserWrite" name="filePermsUserWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsUserWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsUserExecute" name="filePermsUserExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="filePermsUserExecute"><?php echo T_('execute'); ?> </label></td> </tr> <tr> <td style="padding:0px"><?php echo T_('Group:'); ?> </td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupRead" name="filePermsGroupRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupWrite" name="filePermsGroupWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsGroupWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsGroupExecute" name="filePermsGroupExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="filePermsGroupExecute"><?php echo T_('execute'); ?> </label></td> <td><input type="checkbox" id="applyFilePerms" name="applyFilePerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyFilePerms"> <?php echo T_('Apply to existing files'); ?> <?php echo mosWarning(T_('Checking here will apply the permission flags to <em>all existing files</em> of the site.<br />' . '<strong>INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!</strong>')); ?> </label> </td> </tr> <tr> <td style="padding:0px"><?php echo T_('World:'); ?> </td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldRead" name="filePermsWorldRead" value="1" onclick="saveFilePerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldWrite" name="filePermsWorldWrite" value="1" onclick="saveFilePerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="filePermsWorldWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="filePermsWorldExecute" name="filePermsWorldExecute" value="1" onclick="saveFilePerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="4"><label for="filePermsWorldExecute"><?php echo T_('execute'); ?> </label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> <tr> <?php $mode = 0; $flags = 0755; if ($row->config_dirperms != '') { $mode = 1; $flags = octdec($row->config_dirperms); } // if ?> <td valign="top"><?php echo T_('Directory Creation:'); ?> </td> <td> <fieldset><legend><?php echo T_('Directory Permissions'); ?> </legend> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td><input type="radio" id="dirPermsMode0" name="dirPermsMode" value="0" onclick="changeDirPermsMode(0)"<?php if (!$mode) { echo ' checked="checked"'; } ?> /></td> <td><label for="dirPermsMode0"><?php echo T_('Dont CHMOD new directories (use server defaults)'); ?> </label></td> </tr> <tr> <td><input type="radio" id="dirPermsMode1" name="dirPermsMode" value="1" onclick="changeDirPermsMode(1)"<?php if ($mode) { echo ' checked="checked"'; } ?> /></td> <td> <label for="dirPermsMode1"><?php echo T_('CHMOD new directories'); ?> </label> <span id="dirPermsValue"<?php if (!$mode) { echo ' style="display:none"'; } ?> > to: <input class="text_area" type="text" readonly="readonly" name="config_dirperms" size="4" value="<?php echo $row->config_dirperms; ?> "/> </span> <span id="dirPermsTooltip"<?php if ($mode) { echo ' style="display:none"'; } ?> > <?php echo mosToolTip(T_('Select this option to define permission flags for new created directories')); ?> </span> </td> </tr> <tr id="dirPermsFlags"<?php if (!$mode) { echo ' style="display:none"'; } ?> > <td> </td> <td> <table cellpadding="1" cellspacing="0" border="0"> <tr> <td style="padding:0px"><?php echo T_('User:'******' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserWrite" name="dirPermsUserWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 0200) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsUserWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsUserSearch" name="dirPermsUserSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 0100) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsUserSearch"><?php echo T_('search'); ?> </label></td> </tr> <tr> <td style="padding:0px"><?php echo T_('Group:'); ?> </td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupRead" name="dirPermsGroupRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 040) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupWrite" name="dirPermsGroupWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 020) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsGroupWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsGroupSearch" name="dirPermsGroupSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 010) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" width="70"><label for="dirPermsGroupSearch"><?php echo T_('search'); ?> </label></td> <td><input type="checkbox" id="applyDirPerms" name="applyDirPerms" value="1"/></td> <td nowrap="nowrap"> <label for="applyDirPerms"> <?php echo T_('Apply to existing directories'); ?> <?php echo mosWarning(T_('Checking here will apply the permission flags to <em>all existing directories</em> of the site.<br />' . '<strong>INAPPROPRIATE USAGE OF THIS OPTION MAY RENDER THE SITE INOPERATIVE!</strong>')); ?> </label> </td> </tr> <tr> <td style="padding:0px"><?php echo T_('World:'); ?> </td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldRead" name="dirPermsWorldRead" value="1" onclick="saveDirPerms()"<?php if ($flags & 04) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldRead"><?php echo T_('read'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldWrite" name="dirPermsWorldWrite" value="1" onclick="saveDirPerms()"<?php if ($flags & 02) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px"><label for="dirPermsWorldWrite"><?php echo T_('write'); ?> </label></td> <td style="padding:0px"><input type="checkbox" id="dirPermsWorldSearch" name="dirPermsWorldSearch" value="1" onclick="saveDirPerms()"<?php if ($flags & 01) { echo ' checked="checked"'; } ?> /></td> <td style="padding:0px" colspan="3"><label for="dirPermsWorldSearch"><?php echo T_('search'); ?> </label></td> </tr> </table> </td> </tr> </table> </fieldset> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Metadata'), "metadata-page"); ?> <table class="adminform"> <tr> <td width="185" valign="top"><?php echo T_('Global Site Meta Description:'); ?> </td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_metadesc"><?php echo htmlspecialchars($row->config_metadesc, ENT_QUOTES); ?> </textarea></td> </tr> <tr> <td valign="top"><?php echo T_('Global Site Meta Keywords:'); ?> </td> <td><textarea class="text_area" cols="50" rows="3" style="width:500px; height:50px" name="config_metakeys"><?php echo htmlspecialchars($row->config_metakeys, ENT_QUOTES); ?> </textarea></td> </tr> <tr> <td valign="top"><?php echo T_('Show Title Meta Tag:'); ?> </td> <td> <?php echo $lists['metatitle']; ?> <?php echo mosToolTip(T_('Show the title meta tag when viewing content items')); ?> </td> </tr> <tr> <td valign="top"><?php echo T_('Show Author Meta Tag:'); ?> </td> <td> <?php echo $lists['metaauthor']; ?> <?php echo mosToolTip(T_('Show the author meta tag when viewing content items')); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Mail'), "mail-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Mailer:'); ?> </td> <td><?php echo $lists['mailer']; ?> </td> </tr> <tr> <td><?php echo T_('Mail From:'); ?> </td> <td><input class="text_area" type="text" name="config_mailfrom" size="50" value="<?php echo $row->config_mailfrom; ?> "/></td> </tr> <tr> <td><?php echo T_('From Name:'); ?> </td> <td><input class="text_area" type="text" name="config_fromname" size="50" value="<?php echo $row->config_fromname; ?> "/></td> </tr> <tr> <td><?php echo T_('Sendmail Path:'); ?> </td> <td><input class="text_area" type="text" name="config_sendmail" size="50" value="<?php echo $row->config_sendmail; ?> "/></td> </tr> <tr> <td><?php echo T_('SMTP Auth:'); ?> </td> <td><?php echo $lists['smtpauth']; ?> </td> </tr> <tr> <td><?php echo T_('SMTP User:'******'SMTP Pass'); ?> :</td> <td><input class="text_area" type="text" name="config_smtppass" size="50" value="<?php echo $row->config_smtppass; ?> "/></td> </tr> <tr> <td><?php echo T_('SMTP Host:'); ?> </td> <td><input class="text_area" type="text" name="config_smtphost" size="50" value="<?php echo $row->config_smtphost; ?> "/></td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_("Cache"), "cache-page"); ?> <table class="adminform" border="0"> <?php if (is_writeable($row->config_cachepath)) { ?> <tr> <td width="185"><?php echo T_('Caching:'); ?> </td> <td width="500"><?php echo $lists['caching']; ?> </td> <td> </td> </tr> <?php } ?> <tr> <td><?php echo T_('Cache Folder:'); ?> </td> <td> <input class="text_area" type="text" name="config_cachepath" size="50" value="<?php echo $row->config_cachepath; ?> "/> <?php if (is_writeable($row->config_cachepath)) { echo mosToolTip(T_('Current cache is directory is <strong>Writeable</strong>')); } else { echo mosWarning(T_('The cache directory is UNWRITEABLE - please set this directory to CHMOD755 before turning on the cache')); } ?> </td> <td> </td> </tr> <tr> <td><?php echo T_('Cache Time:'); ?> </td> <td><input class="text_area" type="text" name="config_cachetime" size="5" value="<?php echo $row->config_cachetime; ?> "/> <?php echo T_('seconds'); ?> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('Statistics'), "stats-page"); ?> <table class="adminform"> <tr> <td width="185"><?php echo T_('Statistics:'); ?> </td> <td width="100"><?php echo $lists['enable_stats']; ?> </td> <td><?php echo mostooltip(T_('Enable/disable collection of site statistics')); ?> </td> </tr> <tr> <td><?php echo T_('Log Content Hits by Date:'); ?> </td> <td><?php echo $lists['log_items']; ?> </td> <td><span class="error"><?php echo mosWarning(T_('WARNING : Large amounts of data will be collected')); ?> </span></td> </tr> <tr> <td><?php echo T_('Log Search Strings:'); ?> </td> <td><?php echo $lists['log_searches']; ?> </td> <td> </td> </tr> </table> <?php $tabs->endTab(); $tabs->startTab(T_('SEO'), "seo-page"); ?> <table class="adminform"> <tr> <td width="200"><strong><?php echo T_('Search Engine Optimization'); ?> </strong></td> <td width="100"> </td> <td> </td> </tr> <tr> <td><?php echo T_('Search Engine Friendly URLs:'); ?> </td> <td><?php echo $lists['sef']; ?> </td> <td><span class="error"><?php echo mosWarning(T_('Apache only! Rename htaccess.txt to .htaccess before activating')); ?> </span></td> </tr> <tr> <td><?php echo T_('Dynamic Page Titles:'); ?> </td> <td><?php echo $lists['pagetitles']; ?> </td> <td><?php echo mosToolTip(T_('Dynamically changes the page title to reflect current content viewed')); ?> </td> </tr> </table> <?php $tabs->endTab(); $tabs->endPane(); ?> <input type="hidden" name="option" value="<?php echo $option; ?> "/> <input type="hidden" name="config_path" value="<?php echo $row->config_path; ?> "/> <input type="hidden" name="config_secret" value="<?php echo $row->config_secret; ?> "/> <input type="hidden" name="task" value=""/> </form> <script type="text/javascript" src="<?php echo $mosConfig_live_site; ?> /includes/js/overlib_mini.js"></script> <?php }
/** * @param string Template name * @param string Source code * @param string The option */ function editCSSSource($template, &$content, $option, $client) { global $mosConfig_absolute_path; $css_path = $mosConfig_absolute_path . ($client == 'admin' ? '/administrator' : '') . '/templates/' . $template . '/css/template_css.css'; ?> <form action="index2.php" method="post" name="adminForm"> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="280"><table class="adminheading"><tr><th class="templates">Template CSS Editor</th></tr></table></td> <td width="260"> <span class="componentheading">template_css.css is : <b><?php echo is_writable($css_path) ? '<font color="green"> Writeable</font>' : '<font color="red"> Unwriteable</font>'; ?> </b> </span> </td> <?php if (mosIsChmodable($css_path)) { if (is_writable($css_path)) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Make unwriteable after saving</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Override write protection while saving</label> </td> <?php } // if } // if ?> </tr> </table> <table class="adminform"> <tr><th><?php echo $css_path; ?> </th></tr> <tr><td><textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $content; ?> </textarea></td></tr> </table> <input type="hidden" name="template" value="<?php echo $template; ?> " /> <input type="hidden" name="option" value="<?php echo $option; ?> " /> <input type="hidden" name="task" value="" /> <input type="hidden" name="client" value="<?php echo $client; ?> " /> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <?php }
function editLanguageSource($language, &$content, $option) { global $mosConfig_absolute_path; $language_path = $mosConfig_absolute_path . "/language/" . $language . ".php"; ?> <form action="index2.php" method="post" name="adminForm"> <table cellpadding="1" cellspacing="1" border="0" width="100%"> <tr> <td width="270"><table class="adminheading"><tr><th class="langmanager">Editor de Idioma</th></tr></table></td> <td width="240"> <span class="componentheading"><?php echo $language; ?> .php está: <b><?php echo is_writable($language_path) ? '<font color="green"> Permissão para Escrita </font>' : '<font color="red"> Sem Permissão para Escrita</font>'; ?> </b> </span> </td> <?php if (mosIsChmodable($language_path)) { if (is_writable($language_path)) { ?> <td> <input type="checkbox" id="disable_write" name="disable_write" value="1"/> <label for="disable_write">Tornar inalterável após salvar</label> </td> <?php } else { ?> <td> <input type="checkbox" id="enable_write" name="enable_write" value="1"/> <label for="enable_write">Anular proteção e sobrescrever</label> </td> <?php } // if } // if ?> </tr> </table> <table class="adminform"> <tr><th><?php echo $language_path; ?> </th></tr> <tr><td><textarea style="width:100%" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $content; ?> </textarea></td></tr> </table> <input type="hidden" name="language" value="<?php echo $language; ?> " /> <input type="hidden" name="option" value="<?php echo $option; ?> " /> <input type="hidden" name="task" value="" /> <input type="hidden" name="<?php echo josSpoofValue(); ?> " value="1" /> </form> <?php }