mambax7/adslight

View on GitHub
admin/iplog.php

Summary

Maintainability
A
0 mins
Test Coverage

XXX found
Open

            //                     <th class='center width5'>".AM_ADSLIGHT_FORM_ACTION."XXX</th>
Severity: Minor
Found in admin/iplog.php by fixme

Line exceeds 120 characters; contains 281 characters
Open

        //    $fields = explode('|', ip_id:int:11::NOT NULL::primary:ID:0|lid:int:11::NOT NULL:0::Listing:1|date_created:int:11::NULL:::DateTimeCreated:2|submitter:varchar:60::NOT NULL:::Submitter:3|ipnumber:varchar:45::NOT NULL:::Ipnumber:4|email:varchar:100::NOT NULL:::Email:5);
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 155 characters
Open

            //                    <a href='iplog.php?op=delete&ip_id=".$i."'><img src=".$pathIcon16."/delete.png alt='"._DELETE."' title='"._DELETE."'></a>
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

                XOOPS_ROOT_PATH . '/modules/' . $GLOBALS['xoopsModule']->getVar('dirname') . '/templates/admin/adslight_admin_iplog.tpl'
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

               <a href='iplog.php?op=clone&ip_id=" . $i . "'><img src=" . $pathIcon16 . "/editcopy.png alt='" . _CLONE . "' title='" . _CLONE . "'></a>";
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 212 characters
Open

            xoops_confirm(['ok' => 1, 'ip_id' => Request::getString('ip_id', ''), 'op' => 'delete'], Request::getUrl('REQUEST_URI', '', 'SERVER'), sprintf(AM_ADSLIGHT_FORMSUREDEL, $iplogObject->getVar('ip_id')));
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
Open

                $iplogArray['edit_delete'] = "<a href='iplog.php?op=edit&ip_id=" . $i . "'><img src=" . $pathIcon16 . "/edit.png alt='" . _EDIT . "' title='" . _EDIT . "'></a>
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 147 characters
Open

            //                    <a href='iplog.php?op=edit&ip_id=".$i."'><img src=".$pathIcon16."/edit.png alt='"._EDIT."' title='"._EDIT."'></a>
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 152 characters
Open

               <a href='iplog.php?op=delete&ip_id=" . $i . "'><img src=" . $pathIcon16 . "/delete.png alt='" . _DELETE . "' title='" . _DELETE . "'></a>
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

                $iplogArray['submitter'] = strip_tags(\XoopsUser::getUnameFromId($iplogTempArray[$i]->getVar('submitter')));
Severity: Minor
Found in admin/iplog.php by phpcodesniffer

There are no issues that match your filters.

Category
Status