XoopsModules25x/xfguestbook

View on GitHub

Showing 1,027 of 1,027 total issues

Line exceeds 120 characters; contains 175 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 213 characters
Open

define('AM_XFGUESTBOOK_WARNING_MSG1', "<span style='color: #FF0000; '>&nbsp;Questa operazione canceller&agrave; i contenuti della tabella</span> %s <span style='color: #FF0000; '> e la sostituir&agrave;.</span>");
Severity: Minor
Found in language/italian/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 242 characters
Open

        $gdlib = \function_exists('gd_info') ? '<span style="color: #008000;">' . \constant('CO_' . $moduleDirNameUpper . '_GDON') . '</span>' : '<span style="color: #ff0000;">' . \constant('CO_' . $moduleDirNameUpper . '_GDOFF') . '</span>';
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 239 characters
Open

        $downloads = \ini_get('file_uploads') ? '<span style="color: #008000;">' . \constant('CO_' . $moduleDirNameUpper . '_ON') . '</span>' : '<span style="color: #ff0000;">' . \constant('CO_' . $moduleDirNameUpper . '_OFF') . '</span>';
Severity: Minor
Found in class/Common/ServerStats.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

            $sql    = 'ALTER TABLE ' . $xoopsDB->prefix('xfguestbook') . ' RENAME ' . $xoopsDB->prefix('xfguestbook_msg');
Severity: Minor
Found in admin/upgrade.php by phpcodesniffer

Line exceeds 120 characters; contains 145 characters
Open

            $sql    = 'ALTER TABLE ' . $xoopsDB->prefix('xfguestbook_msg') . ' CHANGE `xfguestbook_id` `msg_id` INT(11) NOT NULL AUTO_INCREMENT';
Severity: Minor
Found in admin/upgrade.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

            $sqlfile = XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->dirname() . '/sql/create_country.sql'; //create only
Severity: Minor
Found in admin/upgrade.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

        //            'totalsubmitted'  => $helper->getHandler('Item')->getItemsCount(-1, [Constants::PUBLISHER_STATUS_SUBMITTED]),
Severity: Minor
Found in include/config.php by phpcodesniffer

Line exceeds 120 characters; contains 510 characters
Open

    //echo "<td style=\"width: 45%; font-size: 10px; text-align: left; color: #2F5376; padding: 0 6px; line-height: 18px;\"><a class=\"nobutton\" href=\"../../system/admin.php?fct=preferences&amp;op=showmod&amp;mod=" . $xoopsModule->getVar('mid') . "\">" . _AM_SF_OPTS . "</a> | <a href=\"import.php\">" . _AM_SF_IMPORT . "</a> | <a href=\"../index.php\">" . _AM_SF_GOMOD . "</a> | <a href=\"../help/index.html\" target=\"_blank\">" . _AM_SF_HELP . "</a> | <a href=\"about.php\">" . _AM_SF_ABOUT . "</a></td>";
Severity: Minor
Found in include/cp_functions.php by phpcodesniffer

Line exceeds 120 characters; contains 174 characters
Open

    echo "<td style='font-size: 10px; text-align: right; color: #2F5376; padding: 0 6px; line-height: 18px;'><b>" . $myts->displayTarea($xoopsModule->name()) . ' </b> </td>';
Severity: Minor
Found in include/cp_functions.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

    echo '<table cellpadding="4" cellspacing="1" width="98%" class="outer"><tr><td class="head">' . $title . '</td></tr><tr><td><br>' . $content . '<br></td></tr></table>';
Severity: Minor
Found in contact.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

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

Line exceeds 120 characters; contains 145 characters
Open

//define('CO_' . $moduleDirNameUpper . '_' . 'NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
Severity: Minor
Found in language/english/common.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

define('AM_XFGUESTBOOK_WARNING_UPGRADE', 'Attenzione, questa operazione modificher&agrave; alcune tabelle. <br>Fai un backup prima !');
Severity: Minor
Found in language/italian/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

define('AM_XFGUESTBOOK_ERROR_FLAGS', "<span style='color: #FF0000; '> Errore inserimento dati di %s.sql <br> Tabella %s cancellata</span>");
Severity: Minor
Found in language/italian/admin.php by phpcodesniffer

Line exceeds 120 characters; contains 197 characters
Open

                $msgpost['country'] = '<img src="' . XOOPS_URL . '/modules/xfguestbook/assets/images/flags/' . $helper->getConfig('flagdir') . '/' . $country . '.gif" alt="' . $country_name . '">';
Severity: Minor
Found in xfcreate.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                    $latestVersionLink = \sprintf("https://github.com/$repository/archive/%s.zip", $file ? \reset($file)->tag_name : $default);

Line exceeds 120 characters; contains 160 characters
Open

    $form .= '&nbsp;<br>' . MB_XFGUESTBOOK_CHARS . "&nbsp;<input type='text' name='options[]' value='" . $options[1] . '\'>&nbsp;' . MB_XFGUESTBOOK_LENGTH . '';
Severity: Minor
Found in blocks/xfguestbook_new.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

                    $moduleVersion = ($helper->getModule()->getInfo('version') . '_' . $helper->getModule()->getInfo('module_status'));

Line exceeds 120 characters; contains 185 characters
Open

        xoops_confirm(['op' => 'confirmwrite'], 'migrate.php', constant('CO_' . $moduleDirNameUpper . '_' . 'MIGRATE_WARNING'), constant('CO_' . $moduleDirNameUpper . '_' . 'CONFIRM'));
Severity: Minor
Found in admin/migrate.php by phpcodesniffer
Severity
Category
Status
Source
Language