XoopsModules25x/xfguestbook

View on GitHub

Showing 1,027 of 1,027 total issues

Line exceeds 120 characters; contains 170 characters
Open

        $opt['<a href="index.php?op=show_country&param=' . $helper->getConfig('flagdir') . '/' . $coun['country_code'] . '">' . $coun['country_name'] . '</a>'] = $tlocal;
Severity: Minor
Found in index.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 config/config.php by phpcodesniffer

Line exceeds 120 characters; contains 220 characters
Open

                $uploader                = new \XoopsMediaUploader($photos_dir, $array_allowed_mimetypes, $helper->getConfig('photo_maxsize'), $helper->getConfig('photo_maxwidth'), $helper->getConfig('photo_maxheight'));
Severity: Minor
Found in class/Utility.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

        xoops_confirm(['op' => 'flagDel', 'country_code' => $country_code, 'ok' => 1], 'country_manager.php', AM_XFGUESTBOOK_CONFDELFLAG);
Severity: Minor
Found in admin/country_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

        $pagenav = new \XoopsPageNav($nbmsg, $helper->getConfig('perpage'), $debut, 'debut', 'op=show_gender&param=' . $param);
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

        echo '<br><br>&nbsp;<a href = "' . XOOPS_URL . '/modules/' . $xoopsModule->dirname() . '/admin/upgrade.php">' . AM_XFGUESTBOOK_GO_UPGRADE . '</a>';
Severity: Minor
Found in admin/flags_install.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

        $sql = 'UPDATE ' . $xoopsDB->prefix('xfguestbook_country') . " SET country_code='$country_code', country_name='$country_name'";
Severity: Minor
Found in admin/country_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 161 characters
Open

            $xoopsUser ? $a_poster['poster'] = "<a href='../../userinfo.php?uid=$user_id'>" . $poster->uname() . '</a>' : $a_poster['poster'] = $poster->uname();
Severity: Minor
Found in class/Utility.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

                    echo '<td><img src = "' . XOOPS_UPLOAD_URL . '/' . $xoopsModule->getVar('dirname') . '/' . $one_img . '">';
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 126 characters
Open

        echo "<form name='msglist' id='list' action='" . $_SERVER['SCRIPT_NAME'] . '\' method=\'POST\' style=\'margin: 0;\'>';
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                    $ele = new \XoopsFormRadioYN($title, $option[$i]['conf_name'], $option[$i]['conf_value'], _YES, _NO);
Severity: Minor
Found in admin/config.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

        $sql = sprintf("SELECT COUNT(*) FROM  %s WHERE ip_value = '%s'", $xoopsDB->prefix('xfguestbook_badips'), $ip_value);
Severity: Minor
Found in admin/ip_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 196 characters
Open

        $all_country['flag_action']  .= "&nbsp;<a href='country_manager.php?op=flagDel&amp;country_code=" . $arr_country[$i]['country_code'] . '\'><img src=\'' . $pathIcon16 . "/delete.png'></a>";
Severity: Minor
Found in admin/country_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

            echo "<form action='img_manager.php' method='post' name='imglist' id='imglist'><input type='hidden' name='op' value='delete'>";
Severity: Minor
Found in admin/img_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 149 characters
Open

            $sql        = sprintf("INSERT INTO `%s` (ip_id, ip_value) VALUES (%s, '%s')", $xoopsDB->prefix('xfguestbook_badips'), $ip_id, $ip_value);
Severity: Minor
Found in admin/ip_manager.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
Open

        <table width='100%' cellspacing='1' cellpadding='2' border='0' style='border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0;'>
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

                <td><span style='font-weight: bold; font-size: 12px; font-variant: small-caps;'>" . $title . ' : ' . $totalcount . "</span></td>
Severity: Minor
Found in admin/main.php by phpcodesniffer

Line exceeds 120 characters; contains 274 characters
Open

            $a_msg['email'] = "<a href=\"javascript:openWithSelfMain('" . XOOPS_URL . '/modules/xfguestbook/contact.php?msg_id=' . $onemsg->getVar('msg_id') . '\', \'contact\', 600, 450);"><img src="' . XOOPS_URL . '/images/icons/email.gif" alt="' . _SENDEMAILTO . '"></a>';
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 179 characters
Open

                $flag = XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->dirname() . '/assets/images/flags/' . $onemsg->getVar('flagdir') . '/' . $onemsg->getVar('country') . '.gif';
Severity: Minor
Found in index.php by phpcodesniffer

Line exceeds 120 characters; contains 170 characters
Open

            $a_msg['local'] = '<a href="index.php?op=show_country&param=' . $onemsg->getVar('flagdir') . '/' . $onemsg->getVar('country') . '">' . $country_name . '</a>';
Severity: Minor
Found in index.php by phpcodesniffer
Severity
Category
Status
Source
Language