XoopsModules25x/contact

View on GitHub

Showing 495 of 495 total issues

Line exceeds 120 characters; contains 197 characters
Open

    $response = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret=' . $helper->getConfig('recaptchakey') . '&response=' . $captcha . '&remoteip=' . $_SERVER['REMOTE_ADDR']);
Severity: Minor
Found in send.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

$form->addElement(new \XoopsFormRadioYN(constant('CO_' . $moduleDirNameUpper . '_' . 'VISIBLE'), 'bvisible', $block['visible']));
Severity: Minor
Found in admin/blockform.php by phpcodesniffer

Line exceeds 120 characters; contains 252 characters
Open

    $textarea->setDescription('<span style="font-size:x-small;font-weight:bold;">' . _AM_SYSTEM_BLOCKS_USEFULTAGS . '</span><br><span style="font-size:x-small;font-weight:normal;">' . sprintf(_AM_BLOCKTAG1, '{X_SITEURL}', XOOPS_URL . '/') . '</span>');
Severity: Minor
Found in admin/blockform.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

            $sql = 'INSERT INTO ' . $db->prefix('block_module_link') . ' (block_id, module_id) VALUES (' . $newid . ', ' . $bmid . ')';
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'LOAD_SAMPLEDATA_CONFIRM', 'Are you sure to Import Sample Data? (It will delete ALL current data)');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'CLEAR_SAMPLEDATA_CONFIRM', 'Are you sure to Clear Sample Data? (It will delete ALL current data)');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

\define('CO_' . $moduleDirNameUpper . '_GDON', "<span style='font-weight: bold;'>Enabled</span> (Thumbsnails available)");
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

\define('CO_' . $moduleDirNameUpper . '_MAXUPLOADSIZE', 'Max upload size permitted (upload_max_filesize directive in php.ini): ');
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

define('_MI_B_CONTACT_FORM_MAP_DESC', 'Ein Kontaktformular zusammen mit dem Standort in Google Maps als Block anzeigen');
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

                $module->setErrors(\sprintf(\constant('CO_' . $moduleDirNameUpper . '_ERROR_BAD_PHP'), $reqVer, $verNum));

Line exceeds 120 characters; contains 135 characters
Open

        $body = \str_replace('{BODY}', \html_entity_decode($contact['contact_message'], \ENT_QUOTES, 'UTF-8'), \_MD_CONTACT_MAIL_BODY);
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

        $body = \str_replace('{SUBJECT}', \html_entity_decode($contact['contact_subject'], \ENT_QUOTES, 'UTF-8'), $body);
Severity: Minor
Found in class/ContactHandler.php by phpcodesniffer

Line exceeds 120 characters; contains 278 characters
Open

echo "<div class='adminfooter'>\n" . "  <div style='text-align: center;'>\n" . "    <a href='https://xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" . "  </div>\n" . '  ' . _AM_MODULEADMIN_ADMIN_FOOTER . "\n" . '</div>';
Severity: Minor
Found in admin/admin_footer.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

                 . "' size='5' maxlength='5'></td><td class='$class' align='center' nowrap><input type='radio' name='visible["
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'CLEAR_SAMPLEDATA_CONFIRM', 'Are you sure to Clear Sample Data? (It will delete ALL current data)');
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 216 characters
Open

        echo '<a href="blocksadmin.php">' . constant('CO_' . $moduleDirNameUpper . '_' . 'BADMIN') . '</a>&nbsp;<span style="font-weight:bold;">&raquo;&raquo;</span>&nbsp;' . _AM_SYSTEM_BLOCKS_EDITBLOCK . '<br><br>';
Severity: Minor
Found in admin/blocksadmin.php by phpcodesniffer

Line exceeds 120 characters; contains 176 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'IMAGE_CONFIG', '<span style="color: #FF0000; font-size: Small;  font-weight: bold;">--- EXTERNAL Image configuration ---</span> ');
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 162 characters
Open

define('_MI_CONTACT_DEFAULT_DESC', 'Here you can define additional information, which should be shown beside contact form (e.g name, address , phone number,...');
Severity: Minor
Found in language/english/modinfo.php by phpcodesniffer

Line exceeds 120 characters; contains 132 characters
Open

\define('CO_' . $moduleDirNameUpper . '_' . 'FOLDER_NO', 'Folder "%s" does not exist. Create the specified folder with CHMOD 777.');
Severity: Minor
Found in language/german/common.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

                                . "und jede Kombination Abteilung/E-Mail muss durch einen Strich '|' getrennt sein.<br><br>"
Severity: Minor
Found in language/german/modinfo.php by phpcodesniffer
Severity
Category
Status
Source
Language